
java.lang.IllegalStateException: Rendersystem called from wrong thread
ChandelureF-5 opened this issue ยท 6 comments
there appears to be an issue with the render system on a thread whenever this mod is installed
here's the entire log
and the section in particular that i'm worried about
[13:38:56] [main/WARN]: @Redirect conflict. Skipping stacc.mixins.json:DesktopHandSplayedDuplicationFixin from mod stacc->@Redirect::floor(FLjava/util/Set;ILnet/minecraft/class_1799;)I with priority 1000, already redirected by inventorymod.mixins.json:ScreenHandlerMixin from mod inventorymod->@Redirect::floor(FLjava/util/Set;ILnet/minecraft/class_1799;)I with priority 1000
[13:38:58] [main/WARN]: Failed to get system info for GL Caps
java.lang.IllegalStateException: Rendersystem called from wrong thread
at com.mojang.blaze3d.systems.RenderSystem.constructThreadException(RenderSystem.java:185) ~[client-intermediary.jar:?]
at com.mojang.blaze3d.systems.RenderSystem.assertOnRenderThread(RenderSystem.java:174) ~[client-intermediary.jar:?]
at com.mojang.blaze3d.systems.RenderSystem.getCapsString(RenderSystem.java:874) ~[client-intermediary.jar:?]
at net.minecraft.class_6396.method_37123(class_6396.java:66) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_37274(class_310.java:2609) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_22681(class_310.java:2580) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:178) ~[1.20.4-0.15.10.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.10.jar:?]
is there any way to fix this manually, or do i have to wait a bit
i realize now that this mod in particular incorporates the Stacc API, which might be the source of the rendersystem problem
oh, it's just a thing i decided to add to make my life generally easier
increases stack limit to the 32 bit integer limit
I would also suspect that this is simply an incompatibility between stacc and inventorymod - after all, they do the same thing (thus, it also doesn't make sense to have them both).
I'd suggest simply removing inventorymod and configuring stacc so that you get the same effect. Let us know if this helps!
Cheers