Advertisement
ZollernWolf

Crashy Error

Jul 6th, 2019
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.78 KB | None | 0 0
  1. [17:39:24] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3700ms behind, skipping 74 tick(s)
  2. [17:39:31] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: <Player22> t
  3. [17:39:31] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] <Player22> t
  4. [17:39:37] [Server thread/INFO] [FML]: Loading dimension -30 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  5. [17:39:37] [Server thread/INFO] [FML]: Loading dimension -20 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  6. [17:39:37] [Server thread/INFO] [FML]: Loading dimension -2543 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  7. [17:39:37] [Server thread/INFO] [FML]: Loading dimension -2542 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  8. [17:39:37] [Server thread/INFO] [FML]: Loading dimension -21 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  9. [17:39:38] [Server thread/INFO] [FML]: Loading dimension -15 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  10. [17:39:38] [Server thread/INFO] [FML]: Loading dimension -22 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  11. [17:39:38] [Server thread/INFO] [FML]: Loading dimension -29 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  12. [17:39:38] [Server thread/INFO] [FML]: Loading dimension -13 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  13. [17:39:38] [Server thread/INFO] [FML]: Loading dimension -18 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  14. [17:39:39] [Server thread/INFO] [FML]: Loading dimension -2544 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  15. [17:39:39] [Server thread/INFO] [FML]: Loading dimension -19 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  16. [17:39:39] [Server thread/INFO] [FML]: Loading dimension -16 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  17. [17:39:39] [Server thread/INFO] [FML]: Loading dimension -17 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  18. [17:39:39] [Server thread/INFO] [FML]: Loading dimension -31 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  19. [17:39:40] [Server thread/INFO] [FML]: Loading dimension -7982 (New World) (net.minecraft.server.integrated.IntegratedServer@56337687)
  20. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: java.lang.NullPointerException
  21. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.village.VillageCollection.fileNameForProvider(VillageCollection.java:321)
  22. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.world.WorldServerMulti.init(WorldServerMulti.java:68)
  23. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:263)
  24. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.server.MinecraftServer.getWorld(MinecraftServer.java:916)
  25. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at micdoodle8.mods.galacticraft.core.util.WorldUtil.getWorldForDimensionServer(WorldUtil.java:324)
  26. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at micdoodle8.mods.galacticraft.core.util.WorldUtil.getProviderForDimensionServer(WorldUtil.java:336)
  27. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at micdoodle8.mods.galacticraft.core.util.WorldUtil.getPossibleDimensionsForSpaceshipTier(WorldUtil.java:198)
  28. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at micdoodle8.mods.galacticraft.core.util.WorldUtil.getArrayOfPossibleDimensions(WorldUtil.java:366)
  29. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at micdoodle8.mods.galacticraft.core.util.WorldUtil.toCelestialSelection(WorldUtil.java:1390)
  30. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport.execute(CommandPlanetTeleport.java:73)
  31. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.command.CommandHandler.tryExecute(CommandHandler.java:126)
  32. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.command.CommandHandler.executeCommand(CommandHandler.java:98)
  33. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.network.NetHandlerPlayServer.handleSlashCommand(NetHandlerPlayServer.java:1003)
  34. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.network.NetHandlerPlayServer.processChatMessage(NetHandlerPlayServer.java:979)
  35. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.network.play.client.CPacketChatMessage.processPacket(CPacketChatMessage.java:47)
  36. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.network.play.client.CPacketChatMessage.processPacket(CPacketChatMessage.java:8)
  37. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:21)
  38. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  39. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at java.util.concurrent.FutureTask.run(Unknown Source)
  40. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.util.Util.runTask(Util.java:53)
  41. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:798)
  42. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:743)
  43. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
  44. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592)
  45. [17:39:40] [Server thread/INFO] [STDERR]: [micdoodle8.mods.galacticraft.core.command.CommandPlanetTeleport:execute:77]: at java.lang.Thread.run(Unknown Source)
  46. [17:39:40] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
  47. net.minecraft.util.ReportedException: Exception ticking world
  48. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:837) ~[MinecraftServer.class:?]
  49. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:743) ~[MinecraftServer.class:?]
  50. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192) ~[IntegratedServer.class:?]
  51. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592) [MinecraftServer.class:?]
  52. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  53. Caused by: java.lang.NullPointerException
  54. at net.minecraftforge.common.DimensionManager.canUnloadWorld(DimensionManager.java:345) ~[DimensionManager.class:?]
  55. at net.minecraftforge.common.DimensionManager.unloadWorld(DimensionManager.java:356) ~[DimensionManager.class:?]
  56. at net.minecraft.world.gen.ChunkProviderServer.tick(ChunkProviderServer.java:297) ~[ChunkProviderServer.class:?]
  57. at net.minecraft.world.WorldServer.tick(WorldServer.java:216) ~[WorldServer.class:?]
  58. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:831) ~[MinecraftServer.class:?]
  59. ... 4 more
  60. [17:39:40] [main/WARN] [journeymap]: Unexpected exception on ClientChatReceivedEvent: java.lang.NullPointerException
  61. at java.util.regex.Matcher.getTextLength(Unknown Source)
  62. at java.util.regex.Matcher.reset(Unknown Source)
  63. at java.util.regex.Matcher.<init>(Unknown Source)
  64. at java.util.regex.Pattern.matcher(Unknown Source)
  65. at net.minecraft.util.text.TextComponentTranslation.initializeFromFormat(TextComponentTranslation.java:88)
  66. at net.minecraft.util.text.TextComponentTranslation.ensureInitialized(TextComponentTranslation.java:65)
  67. at net.minecraft.util.text.TextComponentTranslation.iterator(TextComponentTranslation.java:200)
  68. at net.minecraft.util.text.TextComponentBase.getFormattedText(TextComponentBase.java:120)
  69. at journeymap.client.forge.event.ChatEventHandler.invoke(ChatEventHandler.java:38)
  70. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_347_ChatEventHandler_invoke_ClientChatReceivedEvent.invoke(.dynamic)
  71. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  72. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  73. at net.minecraftforge.event.ForgeEventFactory.onClientChat(ForgeEventFactory.java:406)
  74. at net.minecraft.client.network.NetHandlerPlayClient.handleChat(NetHandlerPlayClient.java:931)
  75. at net.minecraft.network.play.server.SPacketChat.processPacket(SPacketChat.java:55)
  76. at net.minecraft.network.play.server.SPacketChat.processPacket(SPacketChat.java:12)
  77. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:21)
  78. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  79. at java.util.concurrent.FutureTask.run(Unknown Source)
  80. at net.minecraft.util.Util.runTask(Util.java:53)
  81. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1177)
  82. at net.minecraft.client.Minecraft.run(Minecraft.java:441)
  83. at net.minecraft.client.main.Main.main(Main.java:118)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  85. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  86. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  87. at java.lang.reflect.Method.invoke(Unknown Source)
  88. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  89. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  92. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  93. at java.lang.reflect.Method.invoke(Unknown Source)
  94. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  95. at GradleStart.main(GradleStart.java:25)
  96.  
  97. [17:39:40] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT]
  98. [17:39:40] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: C:\Forge1-12-2-ZollernGalaxy\run\.\crash-reports\crash-2019-07-06_17.39.40-server.txt
  99. [17:39:40] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
  100. [17:39:40] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
  101. [17:39:40] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: ---- Minecraft Crash Report ----
  102.  
  103. WARNING: coremods are present:
  104. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  105. MicdoodlePlugin (MicdoodleCore-Dev-1.12.2-4.0.2.211.jar)
  106. Contact their authors BEFORE contacting forge
  107.  
  108. // You're mean.
  109.  
  110. Time: 7/6/19 5:39 PM
  111. Description: Exception ticking world
  112.  
  113. java.lang.NullPointerException: Exception ticking world
  114. at net.minecraftforge.common.DimensionManager.canUnloadWorld(DimensionManager.java:345)
  115. at net.minecraftforge.common.DimensionManager.unloadWorld(DimensionManager.java:356)
  116. at net.minecraft.world.gen.ChunkProviderServer.tick(ChunkProviderServer.java:297)
  117. at net.minecraft.world.WorldServer.tick(WorldServer.java:216)
  118. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:831)
  119. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:743)
  120. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
  121. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592)
  122. at java.lang.Thread.run(Unknown Source)
  123.  
  124.  
  125. A detailed walkthrough of the error, its code path and all known details is as follows:
  126. ---------------------------------------------------------------------------------------
  127.  
  128. -- Head --
  129. Thread: Client thread
  130. Stacktrace:
  131. at net.minecraftforge.common.DimensionManager.canUnloadWorld(DimensionManager.java:345)
  132. at net.minecraftforge.common.DimensionManager.unloadWorld(DimensionManager.java:356)
  133. at net.minecraft.world.gen.ChunkProviderServer.tick(ChunkProviderServer.java:297)
  134. at net.minecraft.world.WorldServer.tick(WorldServer.java:216)
  135.  
  136. -- Affected level --
  137. Details:
  138. Level name: New World
  139. All players: 0 total; []
  140. Chunk stats: ServerChunkCache: 0 Drop: 0
  141. Level seed: 7351757551664910593
  142. Level generator: ID 00 - default, ver 1. Features enabled: false
  143. Level generator options:
  144. Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  145. Level time: 0 game time, 0 day time
  146. Level dimension: 0
  147. Level storage version: 0x00000 - Unknown?
  148. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  149. Level game mode: ~~ERROR~~ NullPointerException: null
  150. Stacktrace:
  151. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:831)
  152. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:743)
  153. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
  154. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592)
  155. at java.lang.Thread.run(Unknown Source)
  156.  
  157. -- System Details --
  158. Details:
  159. Minecraft Version: 1.12.2
  160. Operating System: Windows 10 (amd64) version 10.0
  161. Java Version: 1.8.0_211, Oracle Corporation
  162. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  163. Memory: 5368312488 bytes (5119 MB) / 7952924672 bytes (7584 MB) up to 7952924672 bytes (7584 MB)
  164. JVM Flags: 2 total; -Xms6G -Xmx8G
  165. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  166. FML: MCP 9.42 Powered by Forge 14.23.5.2768 28 mods loaded, 28 mods active
  167. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  168.  
  169. | State | ID | Version | Source | Signature |
  170. |:--------- |:------------------- |:------------------------ |:------------------------------------------------------------------- |:---------------------------------------- |
  171. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  172. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  173. | UCHIJAAAA | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.5.2768-PROJECT(Forge1-12-2-ZollernGalaxy).jar | None |
  174. | UCHIJAAAA | forge | 14.23.5.2768 | forgeSrc-1.12.2-14.23.5.2768-PROJECT(Forge1-12-2-ZollernGalaxy).jar | None |
  175. | UCHIJAAAA | micdoodlecore | | minecraft.jar | None |
  176. | UCHIJAAAA | galacticraftcore | 4.0.2.211 | GalacticraftCore-Dev-1.12.2-4.0.2.211.jar | None |
  177. | UCHIJAAAA | galacticraftplanets | 4.0.2.211 | Galacticraft-Planets-Dev-1.12.2-4.0.2.211.jar | None |
  178. | UCHIJAAAA | zollerngalaxy | 1.0.0 | bin | None |
  179. | UCHIJAAAA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  180. | UCHIJAAAA | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None |
  181. | UCHIJAAAA | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  182. | UCHIJAAAA | zerocore | 1.12-0.1.2.3 | zerocore-1.12-0.1.2.3.jar | None |
  183. | UCHIJAAAA | bigreactors | 1.12.2-0.4.5.50 | ExtremeReactors-1.12.2-0.4.5.50.jar | None |
  184. | UCHIJAAAA | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  185. | UCHIJAAAA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  186. | UCHIJAAAA | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  187. | UCHIJAAAA | thermalcultivation | 0.3.1 | ThermalCultivation-1.12.2-0.3.1.8-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  188. | UCHIJAAAA | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  189. | UCHIJAAAA | thermalinnovation | 0.3.1 | ThermalInnovation-1.12.2-0.3.1.8-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  190. | UCHIJAAAA | moreplanets | 2.0.17 | More-Planets-1.12.2-2.0.17-GC181.jar | b3468b224a74e296555ad7efeb35f482e6f445de |
  191. | UCHIJAAAA | mjrlegendslib | 1.12.2-1.1.8 | MJRLegendsLib-1.12.2-1.1.8.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  192. | UCHIJAAAA | extraplanets | 1.12.2-0.5.3 | ExtraPlanets-1.12.2-0.5.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  193. | UCHIJAAAA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  194. | UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  195. | UCHIJAAAA | jei | 4.13.1.225 | jei_1.12.2-4.13.1.225.jar | None |
  196. | UCHIJAAAA | journeymap | 1.12.2-5.5.3 | journeymap-1.12.2-5.5.3.jar | None |
  197. | UCHIJAAAA | nei | 2.4.2 | NotEnoughItems-1.12.2-2.4.2.240-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  198. | UCHIJAAAA | wawla | 2.5.265 | Wawla-1.12.2-2.5.265.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  199.  
  200. Loaded coremods (and transformers):
  201. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  202. invtweaks.forge.asm.ContainerTransformer
  203. MicdoodlePlugin (MicdoodleCore-Dev-1.12.2-4.0.2.211.jar)
  204. micdoodle8.mods.miccore.MicdoodleTransformer
  205. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  206. Profiler Position: N/A (disabled)
  207. Player Count: 1 / 8; [GCEntityPlayerMP['Player22'/1141, l='New World', x=314.19, y=72.00, z=429.92]]
  208. Type: Integrated Server (map_client.txt)
  209. Is Modded: Definitely; Client brand changed to 'fml,forge'
  210. [17:39:40] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2019-07-06_17.39.40-server.txt
  211. [17:39:40] [main/INFO] [FML]: Waiting for the server to terminate/save.
  212. [17:39:40] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
  213. [17:39:40] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/overworld
  214. [17:39:40] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.asteroids
  215. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.Ceres
  216. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.chalos
  217. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.diona
  218. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.Eris
  219. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.Jupiter
  220. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.kepler22b
  221. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.mars
  222. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.Mercury
  223. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.Neptune
  224. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.nibiru
  225. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.Pluto
  226. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.Saturn
  227. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.Uranus
  228. [17:39:41] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'New World'/planet.venus
  229. [17:39:41] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Exception stopping the server
  230. java.lang.NullPointerException: null
  231. at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:463) ~[MinecraftServer.class:?]
  232. at net.minecraft.server.integrated.IntegratedServer.saveAllWorlds(IntegratedServer.java:274) ~[IntegratedServer.class:?]
  233. at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:509) ~[MinecraftServer.class:?]
  234. at net.minecraft.server.integrated.IntegratedServer.stopServer(IntegratedServer.java:413) ~[IntegratedServer.class:?]
  235. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:645) [MinecraftServer.class:?]
  236. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  237. [17:39:41] [Server thread/INFO] [FML]: Applying holder lookups
  238. [17:39:41] [Server thread/INFO] [FML]: Holder lookups applied
  239. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
  240. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -20
  241. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2543
  242. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2542
  243. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -21
  244. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -15
  245. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -22
  246. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
  247. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -13
  248. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -18
  249. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2544
  250. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -19
  251. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -16
  252. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -17
  253. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -31
  254. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -7982
  255. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1505
  256. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1503
  257. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1501
  258. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1506
  259. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1511
  260. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1500
  261. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
  262. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1509
  263. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1502
  264. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1507
  265. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1508
  266. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1510
  267. [17:39:41] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1504
  268. [17:39:41] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  269. [17:39:42] [main/INFO] [FML]: Server terminated.
  270. [17:39:42] [Client Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
  271. [17:39:42] [Client Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement