Server crashes playing Minecolonies every time I place supply camp in 1.18.1 with multiplayer

The Aternos forums are now deprecated

Learn more about this change here.

For help regarding Aternos, we recommend you to visit our support center.

  • So I get ready with my friends and go to a flat area to place my supply camp. And when I successfully place it, the aternos server crashes and goes offline. Even if I try to get the crash document in the Logs it just says "Offline" and doesn't display the error message. Is there any way to fix this? Even if I turn on the server it just thinks I already have a supply camp even though it literally isn't where I put it and I can't place another one. So... yeah. Please help.

  • Share your server log

  • This is the errors. I can share the entire thing though if it isn't enough.


    [20Jan2022 23:08:21.235] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: DIRT
    178Index: 1
    179Listeners:
    1800: NORMAL
    1811: ASM: class com.ldtteam.structurize.event.EventSubscriber onWorldTick(Lnet/minecraftforge/event/TickEvent$WorldTickEvent;)V
    1822: ASM: class com.minecolonies.coremod.event.FMLEventHandler onWorldTick(Lnet/minecraftforge/event/TickEvent$WorldTickEvent;)V
    183java.lang.NoSuchFieldError: DIRT
    184at TRANSFORMER/[email protected]/com.ldtteam.structurize.placement.handlers.placement.PlacementHandlers$GrassPlacementHandler.canHandle(PlacementHandlers.java:274)
    185at TRANSFORMER/[email protected]/com.ldtteam.structurize.placement.StructurePlacer.handleBlockPlacement(StructurePlacer.java:302)
    186at TRANSFORMER/[email protected]/com.ldtteam.structurize.placement.StructurePlacer.executeStructureStep(StructurePlacer.java:154)
    187at TRANSFORMER/[email protected]/com.ldtteam.structurize.util.TickedWorldOperation.apply(TickedWorldOperation.java:208)
    188at TRANSFORMER/[email protected]/com.ldtteam.structurize.management.Manager.onWorldTick(Manager.java:68)
    189at TRANSFORMER/[email protected]/com.ldtteam.structurize.event.EventSubscriber.onWorldTick(EventSubscriber.java:110)
    190at net.minecraftforge.eventbus.ASMEventHandler_14_EventSubscriber_onWorldTick_WorldTickEvent.invoke(.dynamic)
    191at MC-BOOTSTRAP/[email protected]/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
    192at MC-BOOTSTRAP/[email protected]/net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
    193at MC-BOOTSTRAP/[email protected]/net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
    194at TRANSFORMER/[email protected]/net.minecraftforge.event.ForgeEventFactory.onPostWorldTick(ForgeEventFactory.java:866)
    195at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:874)
    196at TRANSFORMER/[email protected]/net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:328)
    197at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:808)
    198at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:668)
    199at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:258)
    200at java.base/java.lang.Thread.run(Thread.java:833)
    201
    202[20Jan2022 23:08:21.238] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
    203java.lang.NoSuchFieldError: DIRT
    204at com.ldtteam.structurize.placement.handlers.placement.PlacementHandlers$GrassPlacementHandler.canHandle(PlacementHandlers.java:274) ~[structurize-1.18.1-1.0.319-BETA.jar%2341!/:1.18.1-1.0.319-BETA]
    205at com.ldtteam.structurize.placement.StructurePlacer.handleBlockPlacement(StructurePlacer.java:302) ~[structurize-1.18.1-1.0.319-BETA.jar%2341!/:1.18.1-1.0.319-BETA]
    206at com.ldtteam.structurize.placement.StructurePlacer.executeStructureStep(StructurePlacer.java:154) ~[structurize-1.18.1-1.0.319-BETA.jar%2341!/:1.18.1-1.0.319-BETA]
    207at com.ldtteam.structurize.util.TickedWorldOperation.apply(TickedWorldOperation.java:208) ~[structurize-1.18.1-1.0.319-BETA.jar%2341!/:1.18.1-1.0.319-BETA]
    208at com.ldtteam.structurize.management.Manager.onWorldTick(Manager.java:68) ~[structurize-1.18.1-1.0.319-BETA.jar%2341!/:1.18.1-1.0.319-BETA]
    209at com.ldtteam.structurize.event.EventSubscriber.onWorldTick(EventSubscriber.java:110) ~[structurize-1.18.1-1.0.319-BETA.jar%2341!/:1.18.1-1.0.319-BETA]
    210at net.minecraftforge.eventbus.ASMEventHandler_14_EventSubscriber_onWorldTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
    211at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?]
    212at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?]
    213at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?]
    214at net.minecraftforge.event.ForgeEventFactory.onPostWorldTick(ForgeEventFactory.java:866) ~[forge-1.18.1-39.0.55-universal.jar%2347!/:?]
    215at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:874) ~[server-1.18.1-20211210.034407-srg.jar%2343!/:?]
    216at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:328) ~[server-1.18.1-20211210.034407-srg.jar%2343!/:?]
    217at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:808) ~[server-1.18.1-20211210.034407-srg.jar%2343!/:?]
    218at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:668) ~[server-1.18.1-20211210.034407-srg.jar%2343!/:?]
    219at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:258) ~[server-1.18.1-20211210.034407-srg.jar%2343!/:?]
    220at java.lang.Thread.run(Thread.java:833) [?:?]
  • Share your log properly:

    1.) Go to your log on Aternos: https://aternos.org/log/

    2.) Click on the big blue "Share" button on the top right

    3.) Copy the link with (Ctrl + C or click on the "Copy" button)

    4.) Send the link here.

  • Try installing the latest version of structurize and minecolonies