Advertisement
Creepinson

er

Mar 20th, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.22 KB | None | 0 0
  1. [16:05:50] [Server thread/ERROR]: Encountered an unexpected exception
  2. net.minecraft.util.ReportedException: Exception ticking world
  3. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:789) ~[MinecraftServer.class:?]
  4. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:698) ~[MinecraftServer.class:?]
  5. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156) ~[IntegratedServer.class:?]
  6. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:547) [MinecraftServer.class:?]
  7. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  8. Caused by: java.lang.NullPointerException
  9. at me.creepinson.entities.TileEntityPedastal_Magic.writeToNBT(TileEntityPedastal_Magic.java:68) ~[TileEntityPedastal_Magic.class:?]
  10. at me.creepinson.entities.TileEntityPedastal_Magic.getUpdatePacket(TileEntityPedastal_Magic.java:43) ~[TileEntityPedastal_Magic.class:?]
  11. at net.minecraft.server.management.PlayerChunkMapEntry.sendBlockEntity(PlayerChunkMapEntry.java:297) ~[PlayerChunkMapEntry.class:?]
  12. at net.minecraft.server.management.PlayerChunkMapEntry.update(PlayerChunkMapEntry.java:259) ~[PlayerChunkMapEntry.class:?]
  13. at net.minecraft.server.management.PlayerChunkMap.tick(PlayerChunkMap.java:134) ~[PlayerChunkMap.class:?]
  14. at net.minecraft.world.WorldServer.tick(WorldServer.java:229) ~[WorldServer.class:?]
  15. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:783) ~[MinecraftServer.class:?]
  16. ... 4 more
  17. [16:05:50] [Server thread/ERROR]: This crash report has been saved to: /Users/theo/Desktop/MC/meepersplus/essenceplus/run/./crash-reports/crash-2017-03-20_16.05.50-server.txt
  18. [16:05:50] [Server thread/INFO]: Stopping server
  19. [16:05:50] [Server thread/INFO]: Saving players
  20. [16:05:50] [Server thread/INFO]: Player367 lost connection: TextComponent{text='Server closed', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
  21. [16:05:50] [Server thread/INFO]: Player367 left the game
  22. [16:05:50] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:600]: ---- Minecraft Crash Report ----
  23. // Oh - I know what I did wrong!
  24.  
  25. Time: 3/20/17 4:05 PM
  26. Description: Exception ticking world
  27.  
  28. java.lang.NullPointerException: Exception ticking world
  29. at me.creepinson.entities.TileEntityPedastal_Magic.writeToNBT(TileEntityPedastal_Magic.java:68)
  30. at me.creepinson.entities.TileEntityPedastal_Magic.getUpdatePacket(TileEntityPedastal_Magic.java:43)
  31. at net.minecraft.server.management.PlayerChunkMapEntry.sendBlockEntity(PlayerChunkMapEntry.java:297)
  32. at net.minecraft.server.management.PlayerChunkMapEntry.update(PlayerChunkMapEntry.java:259)
  33. at net.minecraft.server.management.PlayerChunkMap.tick(PlayerChunkMap.java:134)
  34. at net.minecraft.world.WorldServer.tick(WorldServer.java:229)
  35. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:783)
  36. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:698)
  37. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
  38. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:547)
  39. at java.lang.Thread.run(Thread.java:745)
  40.  
  41.  
  42. A detailed walkthrough of the error, its code path and all known details is as follows:
  43. ---------------------------------------------------------------------------------------
  44.  
  45. -- Head --
  46. Thread: Client thread
  47. Stacktrace:
  48. at me.creepinson.entities.TileEntityPedastal_Magic.writeToNBT(TileEntityPedastal_Magic.java:68)
  49. at me.creepinson.entities.TileEntityPedastal_Magic.getUpdatePacket(TileEntityPedastal_Magic.java:43)
  50. at net.minecraft.server.management.PlayerChunkMapEntry.sendBlockEntity(PlayerChunkMapEntry.java:297)
  51. at net.minecraft.server.management.PlayerChunkMapEntry.update(PlayerChunkMapEntry.java:259)
  52. at net.minecraft.server.management.PlayerChunkMap.tick(PlayerChunkMap.java:134)
  53. at net.minecraft.world.WorldServer.tick(WorldServer.java:229)
  54.  
  55. -- Affected level --
  56. Details:
  57. Level name: Creepino
  58. All players: 1 total; [EntityPlayerMP['Player367'/150, l='Creepino', x=-241.05, y=77.00, z=182.26]]
  59. Chunk stats: ServerChunkCache: 256 Drop: 0
  60. Level seed: 1823996745
  61. Level generator: ID 00 - default, ver 1. Features enabled: true
  62. Level generator options:
  63. Level spawn location: World: (-256,64,204), Chunk: (at 0,4,12 in -16,12; contains blocks -256,0,192 to -241,255,207), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  64. Level time: 22031 game time, 10042 day time
  65. Level dimension: 0
  66. Level storage version: 0x04ABD - Anvil
  67. Level weather: Rain time: 27660 (now: false), thunder time: 153415 (now: false)
  68. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  69. Stacktrace:
  70. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:783)
  71. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:698)
  72. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:156)
  73. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:547)
  74. at java.lang.Thread.run(Thread.java:745)
  75.  
  76. -- System Details --
  77. Details:
  78. Minecraft Version: 1.11.2
  79. Operating System: Mac OS X (x86_64) version 10.12.2
  80. Java Version: 1.8.0_121, Oracle Corporation
  81. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  82. Memory: 548532168 bytes (523 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  83. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  84. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  85. FML: MCP 9.38 Powered by Forge 13.20.0.2259 5 mods loaded, 5 mods active
  86. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  87. UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
  88. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  89. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.11.2-13.20.0.2259.jar)
  90. UCHIJAAAA forge{13.20.0.2259} [Minecraft Forge] (forgeSrc-1.11.2-13.20.0.2259.jar)
  91. UCHIJAAAA meepersplus{1.0.0} [“EssencePlus”] (bin)
  92. Loaded coremods (and transformers):
  93. Profiler Position: N/A (disabled)
  94. Player Count: 1 / 8; [EntityPlayerMP['Player367'/150, l='Creepino', x=-241.05, y=77.00, z=182.26]]
  95. Type: Integrated Server (map_client.txt)
  96. Is Modded: Definitely; Client brand changed to 'fml,forge'
  97. [16:05:50] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:600]: #@!@# Game crashed! Crash report saved to: #@!@# ./crash-reports/crash-2017-03-20_16.05.50-server.txt
  98. [16:05:50] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
  99. [16:05:50] [Server thread/INFO]: Stopping singleplayer server as player logged out
  100. [16:05:50] [Server thread/INFO]: Saving worlds
  101. [16:05:50] [Server thread/INFO]: Saving chunks for level 'Creepino'/Overworld
  102. [16:05:50] [Server thread/ERROR] [FML]: A TileEntity type me.creepinson.entities.TileEntityPedastal_Magic has throw an exception trying to write state. It will not persist. Report this to the mod author
  103. java.lang.NullPointerException
  104. at me.creepinson.entities.TileEntityPedastal_Magic.writeToNBT(TileEntityPedastal_Magic.java:68) ~[TileEntityPedastal_Magic.class:?]
  105. at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:418) [AnvilChunkLoader.class:?]
  106. at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:191) [AnvilChunkLoader.class:?]
  107. at net.minecraft.world.gen.ChunkProviderServer.saveChunkData(ChunkProviderServer.java:209) [ChunkProviderServer.class:?]
  108. at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:237) [ChunkProviderServer.class:?]
  109. at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:1065) [WorldServer.class:?]
  110. at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:425) [MinecraftServer.class:?]
  111. at net.minecraft.server.integrated.IntegratedServer.saveAllWorlds(IntegratedServer.java:238) [IntegratedServer.class:?]
  112. at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:466) [MinecraftServer.class:?]
  113. at net.minecraft.server.integrated.IntegratedServer.stopServer(IntegratedServer.java:369) [IntegratedServer.class:?]
  114. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600) [MinecraftServer.class:?]
  115. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  116. [16:05:50] [Server thread/INFO]: Saving chunks for level 'Creepino'/Nether
  117. [16:05:50] [Server thread/INFO]: Saving chunks for level 'Creepino'/The End
  118. [16:05:50] [Server thread/INFO] [FML]: Unloading dimension 0
  119. [16:05:50] [Server thread/INFO] [FML]: Unloading dimension -1
  120. [16:05:50] [Server thread/INFO] [FML]: Unloading dimension 1
  121. [16:05:50] [Server thread/INFO] [FML]: Applying holder lookups
  122. [16:05:50] [Server thread/INFO] [FML]: Holder lookups applied
  123. [16:05:50] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  124. [16:05:50] [Client thread/INFO] [FML]: Server terminated.
  125. [16:05:50] [Client Shutdown Thread/INFO]: Stopping server
  126. [16:05:50] [Client Shutdown Thread/INFO]: Saving players
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement