Xbox GUI selection bugging

Repro:

  • Plug in xbox controller
  • Press START button

But hey… line 547 in the corescript repository file here is empty :confused:

1 Like

The Github repo isn’t guaranteed to be the latest version of the files they’re using IIRC

1 Like

I believe this is what’s actually throwing the error - line 549.

I noticed this a week or two back, and it has to do with gameSettingsFrame not being created. IIRC the reason behind this is that GetGamepadConnected wasn’t returning anything, so it waits until the GamepadConnected event fires. I wasn’t working on that at the moment, so I just unplugged and plugged the controller back in, which gets around it. Anyway if this hasn’t been fixed yet, it will be very soon.