[crash] crash with andromeda during world creation
dadoirie opened this issue ยท 4 comments
https://mclo.gs/5250GJ4 (same thing just with the stack deobfuscator mod)
posted this first on andromeda's github: constellation-mc/andromeda#34
UPDATE: this here is actually more worse then imagined: it crashes the client also after entering mod settings - not all mods & and only when andromeda is present
it crashes when accessing mod menu settings from andromeda and itemswapper mods
this is still happening even after updating andromeda & iceberg
any idea why this is happening?
might be the held item tooltip?
[16:41:07] [Render thread/ERROR]: Reported exception thrown!
net.minecraft.util.crash.CrashException: Rendering screen
at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:954) ~[client-intermediary.jar:?]
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1219) ~[client-intermediary.jar:?]
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:250) ~[minecraft-1.20.1-client.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) ~[fabric-loader-0.14.21.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.14.21.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.14.21.jar:?]
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.main(EntryPoint.java:71) ~[NewLaunch.jar:?]
Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.client.network.ClientPlayerEntity.getMainHandStack()" because "this.client.player" is null
at net.minecraft.client.gui.DrawContext.handler$zpg000$iceberg$renderTooltipInternalTail(DrawContext.java:989) ~[client-intermediary.jar:?]
at net.minecraft.client.gui.DrawContext.drawTooltip(DrawContext.java:668) ~[client-intermediary.jar:?]
at net.minecraft.client.gui.DrawContext.drawTooltip(DrawContext.java:617) ~[client-intermediary.jar:?]
at net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:112) ~[client-intermediary.jar:?]
at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:945) ~[client-intermediary.jar:?]
... 9 more
I believe I've discovered the cause of this crash and will be releasing an update shortly.