![CensoredASM](https://media.forgecdn.net/avatars/thumbnails/358/827/256/256/637520208754289091.png)
spongeforge crash on startup
Dan4oby opened this issue ยท 1 comments
Crash when using LoliASM 5.7+ version.
Log:
https://pastebin.com/Qc2hSdGx
The issue is caused by the thread priority mixin, even if threadPriorityFix=false
.
[main/WARN] [mixin]: @Redirect conflict. Skipping mixins.forge.optimization.json:threadchecks.MinecraftServerMixin_ForgeThreadChecks->@Redirect::forgeThreadChecks$updateServerThread(Ljava/lang/Thread;)V with priority 1000, already redirected by mixins.priorities.json:MinecraftServerMixin->@Redirect::setPriorityAndStart(Ljava/lang/Thread;)V with priority 1000
(the rest is the same as the crash above)
Removing this line is a temporary way to fix the issue: