1.0.2: Periodic server crash

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

wissenforscher

New Member
Jul 29, 2019
6
0
0
Version:
1.0.2

What is the bug:
Recently our server has started crashing. It is easy to predict when the server is going to go down because a series of messages like this one occour:
[Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@7e800f6e (adaptors.RfBlockDelegate@7e800f6e) was added too early, postponing

After a couple dozen of those, the server crashes.
Server console log:
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@7e800f6e (adaptors.RfBlockDelegate@7e800f6e) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@20ea09d5 (adaptors.RfBlockDelegate@20ea09d5) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@7e976cf1 (adaptors.RfBlockDelegate@7e976cf1) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@1e0a21 (adaptors.RfBlockDelegate@1e0a21) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@45ab1e37 (adaptors.RfBlockDelegate@45ab1e37) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@37b2d932 (adaptors.RfBlockDelegate@37b2d932) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@17d2fe69 (adaptors.RfBlockDelegate@17d2fe69) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@676db1b0 (adaptors.RfBlockDelegate@676db1b0) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@5bd1f043 (adaptors.RfBlockDelegate@5bd1f043) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@51bb2ab8 (adaptors.RfBlockDelegate@51bb2ab8) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@75ff6ede (adaptors.RfBlockDelegate@75ff6ede) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@7d197433 (adaptors.RfBlockDelegate@7d197433) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@50d33a2e (adaptors.RfBlockDelegate@50d33a2e) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@665d74eb (adaptors.RfBlockDelegate@665d74eb) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@513d458d (adaptors.RfBlockDelegate@513d458d) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@2ea3a818 (adaptors.RfBlockDelegate@2ea3a818) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@67e8f5a8 (adaptors.RfBlockDelegate@67e8f5a8) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@62658f27 (adaptors.RfBlockDelegate@62658f27) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@42807376 (adaptors.RfBlockDelegate@42807376) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@669dd35b (adaptors.RfBlockDelegate@669dd35b) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@242df6f5 (adaptors.RfBlockDelegate@242df6f5) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@2c22ee20 (adaptors.RfBlockDelegate@2c22ee20) was added too early, postponing
[15:33:46] [Server thread/WARN] [IC2]: EnergyNet.addTileEntity: adaptors.RfBlockDelegate@33c3fa66 (adaptors.RfBlockDelegate@33c3fa66) was added too early, postponing
[15:33:46] [Server thread/ERROR] [FML]: Exception caught during firing event ic2.api.energy.event.EnergyTileLoadEvent@65320d91:
java.lang.IllegalArgumentException: world is null
at ic2.core.WorldData.get(WorldData.java:20) ~[WorldData.class:?]
at ic2.core.energy.EventHandler.onEnergyTileLoad(EventHandler.java:27) ~[EventHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_60_EventHandler_onEnergyTileLoad_EnergyTileLoadEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
at enetbridge.MainLogic.onWorldTickEnd(MainLogic.java:48) [MainLogic.class:?]
at enetbridge.EventCallback.onWorldTick(EventCallback.java:31) [EventCallback.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_480_EventCallback_onWorldTick_WorldTickEvent.invoke(.dynamic) [?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) [ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255) [FMLCommonHandler.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) [lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
[15:33:46] [Server thread/ERROR] [FML]: Index: 1 Listeners:
[15:33:46] [Server thread/ERROR] [FML]: 0: NORMAL
[15:33:46] [Server thread/ERROR] [FML]: 1: ASM: ic2.core.energy.EventHandler@1b86b4be onEnergyTileLoad(Lic2/api/energy/event/EnergyTileLoadEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: Exception caught during firing event cpw.mods.fml.common.gameevent.TickEvent$WorldTickEvent@1f7b2f8a:
java.lang.IllegalArgumentException: world is null
at ic2.core.WorldData.get(WorldData.java:20) ~[WorldData.class:?]
at ic2.core.energy.EventHandler.onEnergyTileLoad(EventHandler.java:27) ~[EventHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_60_EventHandler_onEnergyTileLoad_EnergyTileLoadEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
at enetbridge.MainLogic.onWorldTickEnd(MainLogic.java:48) ~[MainLogic.class:?]
at enetbridge.EventCallback.onWorldTick(EventCallback.java:31) ~[EventCallback.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_480_EventCallback_onWorldTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255) [FMLCommonHandler.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) [lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
[15:33:46] [Server thread/ERROR] [FML]: Index: 1 Listeners:
[15:33:46] [Server thread/ERROR] [FML]: 0: HIGH
[15:33:46] [Server thread/ERROR] [FML]: 1: ASM: enetbridge.EventCallback@3afb9cd8 onWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 2: NORMAL
[15:33:46] [Server thread/ERROR] [FML]: 3: ASM: ic2.core.TickHandler@59c62935 onWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 4: ASM: thaumcraft.common.lib.events.ServerTickEventsFML@50262936 serverWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 5: ASM: vazkii.botania.common.item.ItemGrassSeeds@63a3a4d2 onTickEnd(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 6: ASM: openmods.world.DelayedActionTickHandler@2add794d onWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 7: ASM: pneumaticCraft.common.HackTickHandler@3fedde94 worldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 8: ASM: pneumaticCraft.common.TickHandlerPneumaticCraft@39095daa tickEnd(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 9: ASM: tmechworks.lib.multiblock.MultiblockServerTickHandler@1b799292 tick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 10: ASM: codechicken.wirelessredstone.core.WRCoreEventHandler@3bb6d3d serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 11: ASM: codechicken.nei.ServerHandler@6c7741 tickEvent(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 12: ASM: erogenousbeef.bigreactors.common.BigReactorsTickHandler@45fba1b3 onWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 13: ASM: erogenousbeef.core.multiblock.MultiblockServerTickHandler@499bf63a onWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 14: ASM: vazkii.botania.common.core.handler.CommonTickHandler@4431ccd6 onTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 15: ASM: codechicken.chunkloader.ChunkLoaderEventHandler@11de9286 worldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 16: ASM: morph.common.core.TickHandlerServer@4109dfca worldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 17: ASM: codechicken.wirelessredstone.addons.WRAddonEventHandler@2b85b8d4 worldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 18: ASM: forestry.core.TickHandlerCoreServer@5fba62ce onWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 19: ASM: codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler@2b16a540 clientTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 20: ASM: net.quetzi.morpheus.MorpheusEventHandler@abb8285 worldTickEvent(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 21: ASM: vazkii.botania.common.block.BlockPistonRelay@6b7fb60d tickEnd(Lcpw/mods/fml/common/gameevent/TickEvent;)V
[15:33:46] [Server thread/ERROR] [FML]: 22: ASM: appeng.hooks.TickHandler@46ce09ff onTick(Lcpw/mods/fml/common/gameevent/TickEvent;)V
[15:33:46] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.IllegalArgumentException: world is null
at ic2.core.WorldData.get(WorldData.java:20) ~[WorldData.class:?]
at ic2.core.energy.EventHandler.onEnergyTileLoad(EventHandler.java:27) ~[EventHandler.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_60_EventHandler_onEnergyTileLoad_EnergyTileLoadEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at enetbridge.MainLogic.onWorldTickEnd(MainLogic.java:48) ~[MainLogic.class:?]
at enetbridge.EventCallback.onWorldTick(EventCallback.java:31) ~[EventCallback.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_480_EventCallback_onWorldTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255) ~[FMLCommonHandler.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
[15:33:46] [Server thread/ERROR]: This crash report has been saved to: ./crash-reports/crash-2014-12-11_15.33.46-server.txt
[15:33:46] [Server thread/INFO]: Stopping server
[15:33:46] [Server thread/INFO]: Saving players
[15:33:46] [Server thread/INFO]: Saving worlds
[15:33:46] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[15:33:46] [Server thread/INFO]: Saving chunks for level 'world'/Nether
[15:33:47] [Server thread/INFO] [FML]: Unloading dimension 0
[15:33:47] [Server thread/INFO] [FML]: Unloading dimension -1
[15:33:47] [Server thread/INFO] [FML]: Applying holder lookups
[15:33:47] [Server thread/INFO] [FML]: Holder lookups applied
[15:33:47] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.

Mod & Version:
Direwolf20 1.0.2 for Minecraft 1.7.10

Paste.feed-the-beast.com log:
http://paste.feed-the-beast.com/view/8b55926c

Can it be repeated:
Yes. I start the server and leave it for an indeterminate amount of time and it will crash. ;)

Known Fix:
 

Duo

New Member
Jul 29, 2019
47
0
0
Looks like we're getting the same crash.

Crash Log: http://paste.feed-the-beast.com/view/34755b9e

The two times I saw it were when I got killed by an endermini, the crash happened right after I died. The 2nd time (this specific log), is when I logged out of the server for the night. I'm the only op on the server.

We've had 1.0.2 on the server for almost a week. The only change we've made recently is last night I turned mystcraft on after figuring out how to disable the book binder and writing desk.
 

Duo

New Member
Jul 29, 2019
47
0
0
No ages, I have the book binder, writing desk, and village writing desk gen disabled. We do have a galacticraft space station which is another dimension, but one of the crashes later in the day was with nobody online, and the only chunk loaders are in the overworld.