We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
See also: FalsePattern/FalseTweaks#190
Sorry, something went wrong.
FalseTweaks threaded rendering compat
a7c3168
Fixes GTNewHorizons#53
Successfully merging a pull request may close this issue.
The Angelica features merged in #44 break the multithreaded renderer inside FalseTweaks. They really should belong in a separate mod.
The text was updated successfully, but these errors were encountered: