Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. Time: 26/06/19 16:54
  2. Description: Exception in server tick loop
  3.  
  4. java.lang.NullPointerException: Exception in server tick loop
  5. at com.happyzleaf.missingretextures.MissingRetextures.onEvolve(MissingRetextures.java:377)
  6. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_175_MissingRetextures_onEvolve_PostEvolve.invoke(.dynamic)
  7. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  8. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756)
  9. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706)
  10. at com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery.doEvoSwitch(EvolutionQuery.java:226)
  11. at com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery.tick(EvolutionQuery.java:146)
  12. at com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList.tick(EvolutionQueryList.java:91)
  13. at com.pixelmonmod.pixelmon.TickHandler.onWorldTick(TickHandler.java:145)
  14. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_145_TickHandler_onWorldTick_WorldTickEvent.invoke(.dynamic)
  15. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  16. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756)
  17. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706)
  18. at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287)
  19. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:752)
  20. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  21. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  23. at java.lang.Thread.run(Thread.java:745)
  24.  
  25.  
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28.  
  29. -- Head --
  30. Thread: Server thread
  31. Stacktrace:
  32. at com.happyzleaf.missingretextures.MissingRetextures.onEvolve(MissingRetextures.java:377)
  33. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_175_MissingRetextures_onEvolve_PostEvolve.invoke(.dynamic)
  34. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  35. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756)
  36. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706)
  37. at com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery.doEvoSwitch(EvolutionQuery.java:226)
  38. at com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery.tick(EvolutionQuery.java:146)
  39. at com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList.tick(EvolutionQueryList.java:91)
  40. at com.pixelmonmod.pixelmon.TickHandler.onWorldTick(TickHandler.java:145)
  41. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_145_TickHandler_onWorldTick_WorldTickEvent.invoke(.dynamic)
  42. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  43. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756)
  44. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706)
  45. at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287)
  46.  
  47. -- Sponge PhaseTracker --
  48. Details:
  49. Phase Stack: [Empty stack]
  50. Stacktrace:
  51. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjo000(MinecraftServer.java:3980)
  52. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  53. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  54. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
  55. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement