numismatic-overhaul icon indicating copy to clipboard operation
numismatic-overhaul copied to clipboard

java.lang.IllegalStateException: Rendersystem called from wrong thread

Open ChandelureF-5 opened this issue 10 months ago • 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

ChandelureF-5 avatar May 03 '24 20:05 ChandelureF-5