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

Latest GTNHLib update breaks FalseTweaks multithreaded rendering #53

Closed
FalsePattern opened this issue Aug 22, 2024 · 1 comment · Fixed by #55
Closed

Latest GTNHLib update breaks FalseTweaks multithreaded rendering #53

FalsePattern opened this issue Aug 22, 2024 · 1 comment · Fixed by #55

Comments

@FalsePattern
Copy link
Contributor

FalsePattern commented Aug 22, 2024

The Angelica features merged in #44 break the multithreaded renderer inside FalseTweaks. They really should belong in a separate mod.

[15:03:07] [Chunk Update Worker #0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: java.lang.IllegalStateException: Tried to get the Tessellator off the main thread when not capturing!
[15:03:07] [Chunk Update Worker #0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: 	at com.gtnewhorizon.gtnhlib.client.renderer.TessellatorManager.get(TessellatorManager.java:31)
[15:03:07] [Chunk Update Worker #0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: 	at net.minecraft.client.renderer.Tessellator.ft$verifyThread(Tessellator.java:3111)
[15:03:07] [Chunk Update Worker #0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: 	at net.minecraft.client.renderer.Tessellator.handler$zbi000$falsetweaks$verifyThreadIsCorrect(Tessellator.java:3092)
[15:03:07] [Chunk Update Worker #0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: 	at net.minecraft.client.renderer.Tessellator.reset(Tessellator.java)
[15:03:07] [Chunk Update Worker #0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: 	at net.minecraft.client.renderer.Tessellator.discard(Tessellator.java:597)
[15:03:07] [Chunk Update Worker #0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: 	at com.falsepattern.falsetweaks.modules.threadedupdates.ThreadedChunkUpdateHelper.runTask(ThreadedChunkUpdateHelper.java:642)
[15:03:07] [Chunk Update Worker #0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: 	at com.falsepattern.falsetweaks.modules.threadedupdates.ThreadedChunkUpdateHelper.access$500(ThreadedChunkUpdateHelper.java:67)
[15:03:07] [Chunk Update Worker #0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: 	at com.falsepattern.falsetweaks.modules.threadedupdates.ThreadedChunkUpdateHelper$WorkerThread.run(ThreadedChunkUpdateHelper.java:715)
@FalsePattern
Copy link
Contributor Author

See also: FalsePattern/FalseTweaks#190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant