Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. [11:26:14] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$WorldTickEvent@18e225b4:
  2. java.lang.NullPointerException: null
  3. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.StructureSnapshot.getBlockAt(StructureSnapshot.java:65) ~[StructureSnapshot.class:?]
  4. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.GeneralScattered.func_74875_a(GeneralScattered.java:125) ~[GeneralScattered.class:?]
  5. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.GeneralScattered.generateImpl(GeneralScattered.java:381) ~[GeneralScattered.class:?]
  6. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.StructureScattered.generate(StructureScattered.java:71) ~[StructureScattered.class:?]
  7. at com.pixelmonmod.pixelmon.worldGeneration.structure.worldGen.WorldGenGym.onTick(WorldGenGym.java:135) ~[WorldGenGym.class:?]
  8. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_111_WorldGenGym_onTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
  9. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  10. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:662) [EventBus.class:?]
  11. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:597) [EventBus.class:?]
  12. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:273) [FMLCommonHandler.class:?]
  13. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776) [MinecraftServer.class:?]
  14. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?]
  15. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  16. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  17. at java.lang.Thread.run(Unknown Source) [?:?]
  18. [11:26:14] [Server thread/ERROR] [FML]: Index: 3 Listeners:
  19. [11:26:14] [Server thread/ERROR] [FML]: 0: NORMAL
  20. [11:26:14] [Server thread/ERROR] [FML]: 1: ASM: noppes.npcs.ServerTickHandler@3ee49b4f onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  21. [11:26:14] [Server thread/ERROR] [FML]: 2: ASM: com.pixelmonmod.pixelmon.TickHandler@51e14996 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  22. [11:26:14] [Server thread/ERROR] [FML]: 3: ASM: com.pixelmonmod.pixelmon.worldGeneration.structure.worldGen.WorldGenGym@337e9816 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  23. [11:26:14] [Server thread/ERROR] [FML]: 4: ASM: com.pixelmonmod.pixelmon.battles.BattleTickHandler@753e553d tickStart(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  24. [11:26:14] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
  25. java.lang.NullPointerException: null
  26. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.StructureSnapshot.getBlockAt(StructureSnapshot.java:65) ~[StructureSnapshot.class:?]
  27. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.GeneralScattered.func_74875_a(GeneralScattered.java:125) ~[GeneralScattered.class:?]
  28. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.GeneralScattered.generateImpl(GeneralScattered.java:381) ~[GeneralScattered.class:?]
  29. at com.pixelmonmod.pixelmon.worldGeneration.structure.util.StructureScattered.generate(StructureScattered.java:71) ~[StructureScattered.class:?]
  30. at com.pixelmonmod.pixelmon.worldGeneration.structure.worldGen.WorldGenGym.onTick(WorldGenGym.java:135) ~[WorldGenGym.class:?]
  31. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_111_WorldGenGym_onTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
  32. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  33. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:662) ~[EventBus.class:?]
  34. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:597) ~[EventBus.class:?]
  35. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:273) ~[FMLCommonHandler.class:?]
  36. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776) ~[MinecraftServer.class:?]
  37. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) ~[nz.class:?]
  38. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
  39. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  40. at java.lang.Thread.run(Unknown Source) [?:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement