-
Notifications
You must be signed in to change notification settings - Fork 20
Revert NeoUI mouse handling change, -tools loads up legacy main menu instead #1232
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
Conversation
Rainyan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This causes the game to crash on startup for me when running with -tools. I can see the engine tools window appear, so maybe its caused by trying to load up the legacy menus?
(im on windows)
Edit: #1232 (comment)
@DESTROYGIRL Hmm, I can't reproduce this on Windows 11. Launch options: |
|
@DESTROYGIRL Same with rain, I wasn't able to reproduce the crash either I've set this Launch args: |
Admittedly I do have some issues using |
I didn't realise |
|
It's caused by my game trying to load the background map, and trying to load any map when the game is running Press F10, open console, and try loading a map |
|
@DESTROYGIRL Forgotten about the NeoUI loading screen, try it now, the loading should be back to legacy on -tools and map loading works. |
DESTROYGIRL
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That seems to have fixed the issue thanks.
This reverts commit aa58c4a. Because there's issues with mouse focus screwing with the other dialogs, just reverting this should fix that one and instead the
-toolsoption will load up the legacy main menu instead.