Advertisement
Kodos

Untitled

Mar 15th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [16:18:53] [Server thread/INFO]: Preparing spawn area: 97%
  2. [16:18:53] [Server thread/ERROR]: Encountered an unexpected exception
  3. net.minecraft.util.ReportedException: Ticking block entity
  4. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:780) ~[MinecraftServer.class:?]
  5. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:669) ~[MinecraftServer.class:?]
  6. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171) ~[IntegratedServer.class:?]
  7. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540) [MinecraftServer.class:?]
  8. at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
  9. Caused by: java.lang.NullPointerException
  10. at net.minecraft.tileentity.TileEntity.getBlockType(TileEntity.java:207) ~[TileEntity.class:?]
  11. at majgenrelativity.forcelasers.tileEntities.ion_Creater_Tile_Entity.update(ion_Creater_Tile_Entity.java:195) ~[ion_Creater_Tile_Entity.class:?]
  12. at net.minecraft.world.World.updateEntities(World.java:1872) ~[World.class:?]
  13. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:587) ~[WorldServer.class:?]
  14. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:774) ~[MinecraftServer.class:?]
  15. ... 4 more
  16. [16:18:53] [Server thread/ERROR]: This crash report has been saved to: C:\Users\HiggsBoson12\Documents\Java Workspaces\Maj's Mod\eclipse\.\crash-reports\crash-2015-06-06_16.18.53-server.txt
  17. [16:18:53] [Server thread/INFO]: Stopping server
  18. [16:18:53] [Server thread/INFO]: Saving players
  19. [16:18:53] [Server thread/INFO]: Saving worlds
  20. [16:18:53] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  21. [16:18:54] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  22. [16:18:54] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  23. [16:18:54] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:660]: ---- Minecraft Crash Report ----
  24. // Don't be sad. I'll do better next time, I promise!
  25.  
  26. Time: 6/6/15 4:18 PM
  27. Description: Ticking block entity
  28.  
  29. java.lang.NullPointerException: Ticking block entity
  30. at net.minecraft.tileentity.TileEntity.getBlockType(TileEntity.java:207)
  31. at majgenrelativity.forcelasers.tileEntities.ion_Creater_Tile_Entity.update(ion_Creater_Tile_Entity.java:195)
  32. at net.minecraft.world.World.updateEntities(World.java:1872)
  33. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:587)
  34. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:774)
  35. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:669)
  36. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171)
  37. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540)
  38. at java.lang.Thread.run(Unknown Source)
  39.  
  40.  
  41. A detailed walkthrough of the error, its code path and all known details is as follows:
  42. ---------------------------------------------------------------------------------------
  43.  
  44. -- Head --
  45. Stacktrace:
  46. at net.minecraft.tileentity.TileEntity.getBlockType(TileEntity.java:207)
  47. at majgenrelativity.forcelasers.tileEntities.ion_Creater_Tile_Entity.update(ion_Creater_Tile_Entity.java:195)
  48.  
  49. -- Block entity being ticked --
  50. Details:
  51. Name: ion_creater // majgenrelativity.forcelasers.tileEntities.ion_Creater_Tile_Entity
  52. Block type: ID #201 (tile.ion_creater // majgenrelativity.forcelasers.blocks.ion_Creater_Block)
  53. Block data value: 0 / 0x0 / 0b0000
  54. Block location: World: (-67,52,242), Chunk: (at 13,3,2 in -5,15; contains blocks -80,0,240 to -65,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  55. Actual block type: ID #201 (tile.ion_creater // majgenrelativity.forcelasers.blocks.ion_Creater_Block)
  56. Actual block data value: 0 / 0x0 / 0b0000
  57. Stacktrace:
  58. at net.minecraft.world.World.updateEntities(World.java:1872)
  59. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:587)
  60.  
  61. -- Affected level --
  62. Details:
  63. Level name: New World
  64. All players: 0 total; []
  65. Chunk stats: ServerChunkCache: 625 Drop: 0
  66. Level seed: -4075692162867129809
  67. Level generator: ID 00 - default, ver 1. Features enabled: true
  68. Level generator options:
  69. Level spawn location: -60.00,64.00,248.00 - World: (-60,64,248), Chunk: (at 4,4,8 in -4,15; contains blocks -64,0,240 to -49,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  70. Level time: 118685 game time, 12027 day time
  71. Level dimension: 0
  72. Level storage version: 0x04ABD - Anvil
  73. Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
  74. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  75. Stacktrace:
  76. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:774)
  77. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:669)
  78. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:171)
  79. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540)
  80. at java.lang.Thread.run(Unknown Source)
  81.  
  82. -- System Details --
  83. Details:
  84. Minecraft Version: 1.8
  85. Operating System: Windows 8.1 (amd64) version 6.3
  86. Java Version: 1.8.0_31, Oracle Corporation
  87. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  88. Memory: 668904904 bytes (637 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  89. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  90. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  91. FML: MCP v9.10 FML v8.0.37.1334 Minecraft Forge 11.14.1.1334 4 mods loaded, 4 mods active
  92. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  93. FML{8.0.37.1334} [Forge Mod Loader] (forgeSrc-1.8-11.14.1.1334.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  94. Forge{11.14.1.1334} [Minecraft Forge] (forgeSrc-1.8-11.14.1.1334.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  95. forcelasers{0.2.1} [forcelasers] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  96. Loaded coremods (and transformers):
  97. Profiler Position: N/A (disabled)
  98. Player Count: 0 / 8; []
  99. Type: Integrated Server (map_client.txt)
  100. Is Modded: Definitely; Client brand changed to 'fml,forge'
  101. [16:18:54] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:660]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2015-06-06_16.18.53-server.txt
  102. [16:18:54] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
  103. [16:18:54] [Server thread/INFO] [FML]: Unloading dimension 0
  104. [16:18:54] [Server thread/INFO] [FML]: Unloading dimension -1
  105. [16:18:54] [Server thread/INFO] [FML]: Unloading dimension 1
  106. [16:18:54] [Server thread/INFO] [FML]: Applying holder lookups
  107. [16:18:54] [Server thread/INFO] [FML]: Holder lookups applied
  108. [16:18:54] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  109. [16:18:54] [Client thread/INFO] [FML]: Server terminated.
  110. AL lib: (EE) alc_cleanup: 1 device not closed
  111. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement