Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Players using a controller are able to trigger the menu on the main menu screen by clicking randomly on the screen.` #24

Open
Fanglespangle opened this issue Feb 6, 2021 · 1 comment
Assignees
Labels
bug Something isn't working ui

Comments

@Fanglespangle
Copy link

Players using the controller can trigger the menu by clicking in various spaces around the screen. The locations appear random at the moment.

This does not seem to happen with mouse control. This menu can be navigated by using up and down on the D-pad, so I'm wondering if the dual input is possibly causing conflict?

I've also noticed the cursor flashes blue when the user clicks with a mouse but not when clicking with a controller which again, hints that they have different logic that could potentially be a factor in this issue.

Video included.

STEPS TO REPRODUCE
Steps not verified

  1. Ensure user has a controller plugged in and functioning.
  2. In the menu screen, move the cursor around the screen spamming the select/confirm button.
  3. Observe that the game may proceed to a different menu or ask to quit the title.
Replay.2021-02-06.16-46-30_Trim.mp4
@Fanglespangle
Copy link
Author

Fanglespangle commented Feb 6, 2021

I've just realised this issue is the same as #23 but just in a different menu. So my guess is that crash occurs because it's trying to access main menu options from a non-main menu screen and it's breaking the flow, going out of bounds.

New video:

Menu.flow.crash.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui
Projects
None yet
Development

No branches or pull requests

2 participants