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

F3 + ESC (Pause Game) crashes minecraft #14

Closed
dadoirie opened this issue Jul 12, 2022 · 4 comments
Closed

F3 + ESC (Pause Game) crashes minecraft #14

dadoirie opened this issue Jul 12, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@dadoirie
Copy link

the title says everything ...
here is the uploaded log
as stated on the log all the mods are disabled and only fabric api, mod menu and mod settings are loaded
https://mclo.gs/rI0WGgk

@magicus
Copy link
Owner

magicus commented Jul 12, 2022

	java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at net.fabricmc.fabric.impl.client.screen.ButtonList.translateIndex(ButtonList.java:130) ~[fabric-screen-api-v1-1.0.10 d882b91560-713a1bc331c59ce.jar:?]
	at net.fabricmc.fabric.impl.client.screen.ButtonList.get(ButtonList.java:48) ~[fabric-screen-api-v1-1.0.10 d882b91560-713a1bc331c59ce.jar:?]
	at net.fabricmc.fabric.impl.client.screen.ButtonList.get(ButtonList.java:33) ~[fabric-screen-api-v1-1.0.10 d882b91560-713a1bc331c59ce.jar:?]
	at se.icus.mag.modsettings.gui.MenuScreensChanger.injectModSettingsButton(MenuScreensChanger.java:62) ~[modsettings-1.1.0 1.18.1.jar:?]
	at se.icus.mag.modsettings.gui.MenuScreensChanger.postGameMenuScreenInit(MenuScreensChanger.java:27) ~[modsettings-1.1.0 1.18.1.jar:?]

@magicus magicus added the bug Something isn't working label Jul 12, 2022
@magicus
Copy link
Owner

magicus commented Apr 20, 2024

I have failed to reproduce this.

I'm not sure how the game ever ended up in this state, but apparently there were no buttons in the in-game menu, which caused a crash when trying to get the first button. I have fixed so this situation will not result in a crash.

@magicus
Copy link
Owner

magicus commented Apr 21, 2024

Ah, now I understand what you mean. I had missed that the F3+Esc keystroke existed.

@magicus magicus reopened this Apr 21, 2024
@magicus magicus reopened this Apr 21, 2024
@magicus
Copy link
Owner

magicus commented Apr 27, 2024

Will be fixed in 2.0.0.

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

No branches or pull requests

2 participants