Skip to content

Instantly share code, notes, and snippets.

@falkreon
Created May 29, 2018 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save falkreon/cc5bf25e9fdd2f2d37cfa2dafabec85c to your computer and use it in GitHub Desktop.
Save falkreon/cc5bf25e9fdd2f2d37cfa2dafabec85c to your computer and use it in GitHub Desktop.
More CoModExes in Betweenlands
[10:28:57] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$WorldTickEvent@5d37e844:
java.util.ConcurrentModificationException: null
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909) ~[?:1.8.0_162]
at java.util.ArrayList$Itr.next(ArrayList.java:859) ~[?:1.8.0_162]
at thebetweenlands.common.world.storage.WorldStorageImpl.tick(WorldStorageImpl.java:252) ~[WorldStorageImpl.class:?]
at thebetweenlands.common.world.storage.BetweenlandsWorldStorage.tick(BetweenlandsWorldStorage.java:135) ~[BetweenlandsWorldStorage.class:?]
at thebetweenlands.common.handler.WorldEventHandler.tickWorld(WorldEventHandler.java:141) ~[WorldEventHandler.class:?]
at thebetweenlands.common.handler.WorldEventHandler.onWorldTick(WorldEventHandler.java:123) ~[WorldEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1958_WorldEventHandler_onWorldTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:273) [FMLCommonHandler.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
[10:28:57] [Server thread/ERROR] [FML]: Index: 32 Listeners:
[10:28:57] [Server thread/ERROR] [FML]: 0: NORMAL
[10:28:57] [Server thread/ERROR] [FML]: 1: ASM: class WayofTime.bloodmagic.util.handler.event.WillHandler onServerWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 2: ASM: class thaumcraft.common.lib.events.ServerEvents worldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 3: ASM: class vazkii.botania.common.core.handler.CommonTickHandler onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 4: ASM: class crazypants.enderio.base.material.material.MaterialCraftingHandler onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 5: ASM: class com.feed_the_beast.ftblib.lib.data.Universe onTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 6: ASM: com.elytradev.glasshearts.GlassHearts@6fc1fe06 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 7: ASM: class nex.handler.EventHandler onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 8: ASM: it.zerono.mods.zerocore.internal.common.MultiblockEventHandler@61c0e190 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 9: ASM: vazkii.quark.automation.feature.PistonsMoveTEs@40a1d965 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 10: ASM: pl.asie.charset.lib.scheduler.Scheduler@66ed7768 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 11: ASM: forestry.greenhouse.multiblock.blocks.ChunkEvents@75ca53b8 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 12: ASM: teamroots.embers.EventManager@1cbe249d onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 13: ASM: teamroots.embers.EventManager@1cbe249d onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 14: ASM: zabi.minecraft.extraalchemy.blocks.BrewingStandFire@660f4cae onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 15: ASM: com.pengu.hammercore.world.WorldGenHelper@64cefc35 worldUpdate(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 16: ASM: com.elytradev.marsenal.MagicArsenal@612eedc5 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 17: ASM: openmods.world.DelayedActionTickHandler@66f5e18e onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 18: ASM: com.raoulvdberge.refinedstorage.apiimpl.network.NetworkNodeListener@6cca2a37 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 19: ASM: mcjty.rftools.ForgeEventHandlers@74790b5e onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 20: ASM: mcjty.rftools.ForgeEventHandlers@74790b5e onPostWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 21: ASM: cofh.thermaldynamics.util.TickHandler@65b61d26 tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 22: ASM: vazkii.botania.common.item.ItemGrassSeeds@3c17880a onTickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 23: ASM: vazkii.botania.common.item.equipment.tool.terrasteel.ItemTerraAxe@6a3619f6 onTickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 24: ASM: INSTANCE onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 25: ASM: hellfirepvp.astralsorcery.common.auxiliary.tick.TickManager@249a2fd5 worldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 26: ASM: INSTANCE tickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 27: ASM: erogenousbeef.bigreactors.common.BigReactorsTickHandler@2ccc5594 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 28: ASM: com.pau101.fairylights.server.ServerEventHandler@103b338a onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 29: ASM: reborncore.common.multiblock.MultiblockServerTickHandler@6466ee90 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 30: ASM: mcjty.rftools.world.WorldTickHandler@57d9e263 tickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 31: ASM: mcjty.rftoolsdim.dimensions.DimensionTickEvent@7ab50c7 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 32: ASM: class thebetweenlands.common.handler.WorldEventHandler onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 33: ASM: class thebetweenlands.common.handler.EnvironmentEventHandler onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 34: ASM: class thebetweenlands.common.handler.ItemEquipmentHandler onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 35: ASM: com.progwml6.natura.world.worldgen.retrogen.TickHandlerWorldRetrogen@31d51bd4 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 36: ASM: forestry.core.TickHandlerCoreServer@2d13aeba onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 37: ASM: forestry.core.multiblock.MultiblockServerTickHandler@73cd63a4 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 38: ASM: net.quetzi.morpheus.helpers.MorpheusEventHandler@555ac0b9 worldTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 39: ASM: com.elytradev.fruitphone.GameRulePoller@3d460142 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 40: ASM: com.elytradev.fruitphone.GameRulePoller@7d5ba337 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 41: ASM: com.elytradev.fruitphone.GameRulePoller@18022110 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 42: ASM: com.elytradev.fruitphone.GameRulePoller@71475909 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 43: ASM: Block{null} tickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 44: ASM: lumien.randomthings.handler.RTEventHandler@a885ebd tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
[10:28:57] [Server thread/ERROR] [FML]: 45: ASM: ivorius.reccomplex.events.handlers.RCForgeEventHandler@4f91dab2 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
[10:28:57] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
java.util.ConcurrentModificationException: null
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909) ~[?:1.8.0_162]
at java.util.ArrayList$Itr.next(ArrayList.java:859) ~[?:1.8.0_162]
at thebetweenlands.common.world.storage.WorldStorageImpl.tick(WorldStorageImpl.java:252) ~[WorldStorageImpl.class:?]
at thebetweenlands.common.world.storage.BetweenlandsWorldStorage.tick(BetweenlandsWorldStorage.java:135) ~[BetweenlandsWorldStorage.class:?]
at thebetweenlands.common.handler.WorldEventHandler.tickWorld(WorldEventHandler.java:141) ~[WorldEventHandler.class:?]
at thebetweenlands.common.handler.WorldEventHandler.onWorldTick(WorldEventHandler.java:123) ~[WorldEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1958_WorldEventHandler_onWorldTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:273) ~[FMLCommonHandler.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) ~[nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
[10:28:57] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: /home/falkreon/Downloads/CotM-2.1.6/./crash-reports/crash-2018-05-29_10.28.57-server.txt
[10:28:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[10:28:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
[10:28:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[10:28:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/overworld
[10:28:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/EREBUS
[10:28:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/ExtraUtils2_Quarry_Dim
[10:28:58] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/Spectre
[10:28:58] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 0
[10:28:58] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 66
[10:28:58] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -9999
[10:28:58] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -343800852
[10:28:58] [Server thread/INFO] [FML]: Unloading dimension 0
[10:28:58] [Server thread/INFO] [FML]: Unloading dimension 66
[10:28:58] [Server thread/INFO] [FML]: Unloading dimension -9999
[10:28:58] [Server thread/INFO] [FML]: Unloading dimension -343800852
[10:28:58] [Server thread/INFO] [justenoughdimensions]: Reloading the main configs from file '/home/falkreon/Downloads/CotM-2.1.6/config/justenoughdimensions/justenoughdimensions.cfg'
[10:28:58] [Server thread/INFO] [mcjty.lib.varia.Logging]: RFTools: server is stopping. Shutting down gracefully
[10:28:58] [Server thread/INFO] [mcjty.lib.varia.Logging]: RFTools: server is stopping. Shutting down gracefully
[10:28:58] [Server thread/INFO] [mcjty.lib.varia.Logging]: Cleaning up RFTools dimensions
[10:28:58] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
[10:28:58] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[10:28:59] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
[10:28:59] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment