Posted January 2, 20232 yr Hey, so I've been setting up new server for me and my buddies. I've already got all the mods set up and everything was working fine. I decided to restart the server so i could change the picture of the server and when I fired it back up the server started crashing. Crash Report: https://pastebin.com/T8j0ZDZS I've changed the tick time in properties to -1 but got no luck with that. Any help much appreciated.
January 2, 20232 yr Something is taking too long on the server thread. When it crashes it is doing something with datafixupper for a structure. The most direct reference to modded code is betterstrongholds and quark mixins. Quote re:mixin,re:classloading,pl:mixin:APP:betterstrongholds.mixins.json:accessor.SinglePoolElementAccessor,pl:mixin:A} at net.minecraft.world.level.levelgen.structure.pools.SinglePoolElement.m_214015_(SinglePoolElement.java:118) ~[server-1.19.2-20220805.130853-srg.jar%23275!/:?] {re:mixin,re:classloading,pl:mixin:APP:betterstrongholds.mixins.json:accessor.SinglePoolElementAccessor,pl:mixin:A} at net.minecraft.world.level.levelgen.structure.PoolElementStructurePiece.<init>(PoolElementStructurePiece.java:58) ~[server-1.19.2-20220805.130853-srg.jar%23275!/:?] {re:classloading,pl:accesstransformer:B} at net.minecraft.world.level.levelgen.structure.pieces.StructurePieceType$$Lambda$3921/0x00000008016de938.m_207333_(Unknown Source) ~[?:?] {} at net.minecraft.world.level.levelgen.structure.pieces.PiecesContainer.m_192753_(PiecesContainer.java:73) ~[server-1.19.2-20220805.130853-srg.jar%23275!/:?] {re:classloading} at net.minecraft.world.level.levelgen.structure.StructureStart.m_226857_(StructureStart.java:56) ~[server-1.19.2-20220805.130853-srg.jar%23275!/:?] {re:mixin,re:classloading,pl:mixin:APP:quark.mixins.json:StructureStartMixin,pl:mixin:A} But the actual thing causing this worldgen code to trigger is some pathfinding within Alexsmobs Quote at net.minecraft.world.entity.ai.navigation.PathNavigation.m_26519_(PathNavigation.java:157) ~[server-1.19.2-20220805.130853-srg.jar%23275!/:?] {re:classloading} at com.github.alexthe666.alexsmobs.entity.ai.CrowAICircleCrops.m_8037_(CrowAICircleCrops.java:82) ~[alexsmobs-1.21.1.jar%23190!/:1.21.1] {re:classloading} I suggest you install something like the spark mod to get more accurate information about what is taking time on the server thread than the above snapshot. https://www.curseforge.com/minecraft/mc-mods/spark Then contact the relevant mod authors. Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.