Jump to content

dbaum42

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by dbaum42

  1. Im running a modded minecraft forge 1.12.2 server and Im getting this error everytime I try connecting please help! UPDATE IT launches but now all my world is mangled Exception caught during firing event net.minecraftforge.event.world.BlockEvent$BreakEvent@75a6fe0d: java.lang.NullPointerException: null at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:839) ~[ForgeHooks.class:?] at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:283) ~[or.class:?] at com.therandomlabs.vanilladeathchest.handler.DeathChestInteractionHandler.onBlockBreak(DeathChestInteractionHandler.java:59) ~[DeathChestInteractionHandler.class:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_391_DeathChestInteractionHandler_onBlockBreak_BreakEvent.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 buildcraft.builders.tile.TileQuarry$TaskBreakBlock.finish(TileQuarry.java:877) [TileQuarry$TaskBreakBlock.class:?] at buildcraft.builders.tile.TileQuarry$Task.addPower(TileQuarry.java:804) [TileQuarry$Task.class:?] at buildcraft.builders.tile.TileQuarry.func_73660_a(TileQuarry.java:510) [TileQuarry.class:?] at net.minecraft.world.World.func_72939_s(World.java:1835) [amu.class:?] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) [oo.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [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(Unknown Source) [?:1.8.0_201] [23:38:16] [Server thread/ERROR] [FML]: Index: 14 Listeners: [23:38:16] [Server thread/ERROR] [FML]: 0: NORMAL [23:38:16] [Server thread/ERROR] [FML]: 1: ASM: class WayofTime.bloodmagic.util.handler.event.StatTrackerHandler blockBreakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [FML]: 2: ASM: class twilightforest.TFEventListener breakBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [FML]: 3: ASM: class crazypants.enderio.base.item.spawner.BrokenSpawnerHandler onBreakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [FML]: 4: ASM: class nex.handler.BlockHandler onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [FML]: 5: ASM: class team.chisel.common.item.ChiselController onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [FML]: 6: ASM: com.rwtema.extrautils2.modcompat.XUTrait$TraitExperience@75414963 onMine(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [FML]: 7: ASM: slimeknights.tconstruct.tools.traits.TraitEstablished@4ddfdde0 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [FML]: 8: ASM: com.carpentersblocks.util.handler.EventHandler@2ad2f9b8 onBlockBreakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [FML]: 9: ASM: class com.enderio.core.common.handlers.XPBoostHandler handleBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [FML]: 10: ASM: p455w0rdslib.LibEvents@51f52ba9 blockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [FML]: 11: ASM: bspkrs.treecapitator.forge.ForgeEventHandler@161c0988 onBlockHarvested(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [FML]: 12: ASM: slimeknights.tconstruct.tools.TraitEvents@1a7c37a7 blockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [FML]: 13: LOWEST [23:38:16] [Server thread/ERROR] [FML]: 14: ASM: class com.therandomlabs.vanilladeathchest.handler.DeathChestInteractionHandler onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V [23:38:16] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception net.minecraft.util.ReportedException: Ticking block entity at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:773) ~[MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) ~[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(Unknown Source) [?:1.8.0_201] Caused by: java.lang.NullPointerException at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:839) ~[ForgeHooks.class:?] at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:283) ~[or.class:?] at com.therandomlabs.vanilladeathchest.handler.DeathChestInteractionHandler.onBlockBreak(DeathChestInteractionHandler.java:59) ~[DeathChestInteractionHandler.class:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_391_DeathChestInteractionHandler_onBlockBreak_BreakEvent.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 buildcraft.builders.tile.TileQuarry$TaskBreakBlock.finish(TileQuarry.java:877) ~[TileQuarry$TaskBreakBlock.class:?] at buildcraft.builders.tile.TileQuarry$Task.addPower(TileQuarry.java:804) ~[TileQuarry$Task.class:?] at buildcraft.builders.tile.TileQuarry.func_73660_a(TileQuarry.java:510) ~[TileQuarry.class:?] at net.minecraft.world.World.func_72939_s(World.java:1835) ~[amu.class:?] at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) ~[oo.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) ~[MinecraftServer.class:?] ... 4 more [23:38:16] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: F:\ssd Minecraft 1.12.2\.\crash-reports\crash-2019-01-30_23.38.16-server.txt [23:38:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server [23:38:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players [23:38:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds [23:38:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/overworld [23:38:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/ExtraUtils2_Quarry_Dim [23:38:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/Storage Cell [23:38:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'world'/twilight_forest [23:38:18] [Server thread/INFO] [FML]: Unloading dimension 0 [23:38:18] [Server thread/INFO] [FML]: Unloading dimension -9999 [23:38:18] [Server thread/INFO] [FML]: Unloading dimension 2 [23:38:18] [Server thread/INFO] [FML]: Unloading dimension 7 [23:38:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30 [23:38:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29 [23:38:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -31 [23:38:18] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28 [23:38:18] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded. [23:38:18] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server [23:38:18] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players crash-2019-01-30_23.38.16-server.txt 2019-01-31-2.log.gz latest.log debug-3.log.gz
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.