Advertisement
Guest User

Untitled

a guest
Mar 8th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.93 KB | None | 0 0
  1. [14:29:17] [Server thread/TRACE] [pixelmon/pixelmon]: Sending event FMLInitializationEvent to mod pixelmon
  2. [14:29:17] [HikariPool-1 housekeeper/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Pool stats (total=1, active=0, idle=1, waiting=0)
  3. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn20: url=jdbc:h2:./config/pjp/data user=
  4. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn21: url=jdbc:h2:./config/pjp/data user=
  5. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn22: url=jdbc:h2:./config/pjp/data user=
  6. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn23: url=jdbc:h2:./config/pjp/data user=
  7. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn24: url=jdbc:h2:./config/pjp/data user=
  8. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn25: url=jdbc:h2:./config/pjp/data user=
  9. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn26: url=jdbc:h2:./config/pjp/data user=
  10. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn27: url=jdbc:h2:./config/pjp/data user=
  11. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn28: url=jdbc:h2:./config/pjp/data user=
  12. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn29: url=jdbc:h2:./config/pjp/data user=
  13. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn30: url=jdbc:h2:./config/pjp/data user=
  14. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn31: url=jdbc:h2:./config/pjp/data user=
  15. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn32: url=jdbc:h2:./config/pjp/data user=
  16. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn33: url=jdbc:h2:./config/pjp/data user=
  17. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn34: url=jdbc:h2:./config/pjp/data user=
  18. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - Added connection conn35: url=jdbc:h2:./config/pjp/data user=
  19. [14:29:17] [HikariPool-1 connection adder/DEBUG] [com.zaxxer.hikari.pool.HikariPool/sponge]: HikariPool-1 - After adding stats (total=17, active=0, idle=17, waiting=0)
  20. [14:29:17] [Server thread/INFO] [Pixelmon/pixelmon]: Registering shop items.
  21. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: java.io.FileNotFoundException: C:\Users\Richard\Desktop\Servers\Pixelmon Vanila\pixelmon\npcs\shopItems.json (The system cannot find the file specified)
  22. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at java.io.FileInputStream.open0(Native Method)
  23. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at java.io.FileInputStream.open(Unknown Source)
  24. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at java.io.FileInputStream.<init>(Unknown Source)
  25. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.pixelmonmod.pixelmon.entities.npcs.registry.NPCRegistryShopkeepers.registerShopItems(NPCRegistryShopkeepers.java:161)
  26. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:75)
  27. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:127)
  28. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  30. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  31. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at java.lang.reflect.Method.invoke(Unknown Source)
  32. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
  33. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
  34. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  35. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at java.lang.reflect.Method.invoke(Unknown Source)
  36. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  37. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  38. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  39. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  40. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  41. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
  42. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
  43. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  45. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  46. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at java.lang.reflect.Method.invoke(Unknown Source)
  47. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  48. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  49. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  50. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  51. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  52. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at net.minecraftforge.fml.common.LoadController.redirect$onPost$zzb000(LoadController.java:552)
  53. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
  54. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:805)
  55. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
  56. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:333)
  57. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214)
  58. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
  59. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:77]: at java.lang.Thread.run(Unknown Source)
  60. [14:29:17] [Server thread/INFO] [Pixelmon/pixelmon]: Registering NPCs.
  61. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: java.io.FileNotFoundException: C:\Users\Richard\Desktop\Servers\Pixelmon Vanila\pixelmon\npcs\npcs.json (The system cannot find the file specified)
  62. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at java.io.FileInputStream.open0(Native Method)
  63. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at java.io.FileInputStream.open(Unknown Source)
  64. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at java.io.FileInputStream.<init>(Unknown Source)
  65. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.pixelmonmod.pixelmon.entities.npcs.registry.ServerNPCRegistry.registerNPCS(ServerNPCRegistry.java:64)
  66. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:80)
  67. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:127)
  68. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  69. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  70. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  71. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at java.lang.reflect.Method.invoke(Unknown Source)
  72. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
  73. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
  74. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  75. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at java.lang.reflect.Method.invoke(Unknown Source)
  76. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  77. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  78. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  79. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  80. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  81. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
  82. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
  83. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  84. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  85. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  86. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at java.lang.reflect.Method.invoke(Unknown Source)
  87. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  88. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  89. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  90. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  91. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  92. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at net.minecraftforge.fml.common.LoadController.redirect$onPost$zzb000(LoadController.java:552)
  93. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
  94. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:805)
  95. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
  96. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:333)
  97. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214)
  98. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
  99. [14:29:17] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:82]: at java.lang.Thread.run(Unknown Source)
  100. [14:29:17] [Server thread/INFO] [Pixelmon/pixelmon]: Registering structures.
  101. [14:29:19] [Server thread/INFO] [Pixelmon/pixelmon]: Missing item requested: pixelmon:miracle_seed
  102. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: java.lang.Exception: Failed to load gym: grassgym.
  103. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerStructures(StructureRegistry.java:110)
  104. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:85)
  105. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:127)
  106. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  107. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  108. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  109. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at java.lang.reflect.Method.invoke(Unknown Source)
  110. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
  111. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
  112. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  113. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at java.lang.reflect.Method.invoke(Unknown Source)
  114. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  115. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  116. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  117. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  118. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  119. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
  120. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
  121. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  122. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  123. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  124. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at java.lang.reflect.Method.invoke(Unknown Source)
  125. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  126. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  127. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  128. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  129. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  130. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at net.minecraftforge.fml.common.LoadController.redirect$onPost$zzb000(LoadController.java:552)
  131. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
  132. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:805)
  133. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
  134. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:333)
  135. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214)
  136. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
  137. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [com.pixelmonmod.pixelmon.RegistryHelper:init:87]: at java.lang.Thread.run(Unknown Source)
  138. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.Exception: Failed to load Gym NPC data: grassgym.json
  139. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [java.lang.Throwable:printStackTrace:-1]: at com.pixelmonmod.pixelmon.worldGeneration.structure.gyms.GymInfo.setGymInfo(GymInfo.java:86)
  140. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [java.lang.Throwable:printStackTrace:-1]: at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerGym(StructureRegistry.java:307)
  141. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [java.lang.Throwable:printStackTrace:-1]: at com.pixelmonmod.pixelmon.worldGeneration.structure.StructureRegistry.registerStructures(StructureRegistry.java:108)
  142. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [java.lang.Throwable:printStackTrace:-1]: ... 34 more
  143. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.NullPointerException
  144. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [java.lang.Throwable:printStackTrace:-1]: at com.pixelmonmod.pixelmon.worldGeneration.structure.gyms.GymInfo.setGymInfo(GymInfo.java:76)
  145. [14:29:19] [Server thread/INFO] [STDERR/pixelmon]: [java.lang.Throwable:printStackTrace:-1]: ... 36 more
  146. [14:29:19] [Server thread/INFO] [Pixelmon/pixelmon]: Registering drops.
  147. [14:29:19] [Server thread/INFO] [Pixelmon/pixelmon]: Registering entity spawns.
  148. [14:29:21] [Server thread/TRACE] [pixelmon/pixelmon]: Sent event FMLInitializationEvent to mod pixelmon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement