-
Notifications
You must be signed in to change notification settings - Fork 3
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
Game crashes when opening Controls GUI #2
Comments
That's very strange. Does that happen every time or just at occasions? |
Happened every time as soon as the GUI was opened Edit: This might be interesting, I disabled |
Definitely interesting, the crash only happens if |
Might be something to do with the keybind, I think I should always register the keybind but only disable No Clip mode for ingame. |
Or only instanciate the KeyBind if it's going to be registered. It doesn't look like it's being referenced from anywhere in the code so it shouldn't be an issue |
I am actually. AvaritiaTweaks/src/main/java/jackyy/avaritiatweaks/tweaks/ModEventsHandler.java Lines 157 to 162 in 8e8a873
But it's fine, that can be fixed quite easily. |
Thank youu! |
I'm getting a weird crash that is really hard to track down. It doesn't mention this mod specifically but only occur when this mod is loaded.
Here is the crash report: https://gist.github.com/Ephys/597a64c9b14761a6c67b0a9996c3c51e
I think it may be related to StrikerRockers-Mods/VanillaTweaks#19 -- I had the exact same issue with that mod alone too.
The text was updated successfully, but these errors were encountered: