Advertisement
Tsyklop

WR-CBE Crash

Feb 9th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. Description: Exception getting block type in world
  2.  
  3. java.lang.RuntimeException: java.lang.NullPointerException
  4. at codechicken.wirelessredstone.core.SaveManager.resetWorld(SaveManager.java:111)
  5. at codechicken.wirelessredstone.core.RedstoneEtherServer.init(RedstoneEtherServer.java:36)
  6. at codechicken.wirelessredstone.core.RedstoneEther.loadServerWorld(RedstoneEther.java:112)
  7. at codechicken.wirelessredstone.core.WRCoreEventHandler.onChunkDataLoad(WRCoreEventHandler.java:34)
  8. at cpw.mods.fml.common.eventhandler.ASMEventHandler_643_WRCoreEventHandler_onChunkDataLoad_Load.invoke(.dynamic)
  9. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  10. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  11. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:42)
  12. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
  13. at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)
  14. at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
  15. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
  16. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126)
  17. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  18. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  19. at net.minecraft.world.World.func_72964_e(World.java:419)
  20. at net.minecraft.world.World.func_147439_a(World.java:345)
  21. at net.minecraft.world.World.func_147437_c(World.java:365)
  22. at biomesoplenty.common.world.WorldProviderSurfaceBOP.getTopBlockCoord(WorldProviderSurfaceBOP.java:41)
  23. at biomesoplenty.common.world.WorldProviderSurfaceBOP.func_76566_a(WorldProviderSurfaceBOP.java:14)
  24. at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749)
  25. at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
  26. at WorldServerOF.func_72963_a(WorldServerOF.java:80)
  27. at net.minecraft.world.World.<init>(World.java:260)
  28. at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
  29. at WorldServerOF.<init>(WorldServerOF.java:69)
  30. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:65)
  31. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:153)
  32. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  33. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  34. Caused by: java.lang.NullPointerException
  35. at codechicken.core.CommonUtils.getSaveLocation(CommonUtils.java:20)
  36. at codechicken.core.CommonUtils.getSaveLocation(CommonUtils.java:24)
  37. at codechicken.wirelessredstone.core.SaveManager.resetWorld(SaveManager.java:91)
  38. ... 29 more
  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 codechicken.wirelessredstone.core.SaveManager.resetWorld(SaveManager.java:111)
  47. at codechicken.wirelessredstone.core.RedstoneEtherServer.init(RedstoneEtherServer.java:36)
  48. at codechicken.wirelessredstone.core.RedstoneEther.loadServerWorld(RedstoneEther.java:112)
  49. at codechicken.wirelessredstone.core.WRCoreEventHandler.onChunkDataLoad(WRCoreEventHandler.java:34)
  50. at cpw.mods.fml.common.eventhandler.ASMEventHandler_643_WRCoreEventHandler_onChunkDataLoad_Load.invoke(.dynamic)
  51. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  52. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  53. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:42)
  54. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
  55. at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)
  56. at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
  57. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
  58. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126)
  59. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  60. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  61. at net.minecraft.world.World.func_72964_e(World.java:419)
  62. at net.minecraft.world.World.func_147439_a(World.java:345)
  63.  
  64. -- Requested block coordinates --
  65. Details:
  66. Found chunk: true
  67. Location: World: (0,64,0), Chunk: (at 0,4,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)
  68. Stacktrace:
  69. at net.minecraft.world.World.func_147437_c(World.java:365)
  70. at biomesoplenty.common.world.WorldProviderSurfaceBOP.getTopBlockCoord(WorldProviderSurfaceBOP.java:41)
  71. at biomesoplenty.common.world.WorldProviderSurfaceBOP.func_76566_a(WorldProviderSurfaceBOP.java:14)
  72. at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:749)
  73. at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
  74. at WorldServerOF.func_72963_a(WorldServerOF.java:80)
  75. at net.minecraft.world.World.<init>(World.java:260)
  76.  
  77. -- Affected level --
  78. Details:
  79. Level name: New World
  80. All players: 0 total; []
  81. Chunk stats: ServerChunkCache: 0 Drop: 0
  82. Level seed: -7941656378973333159
  83. Level generator: ID 04 - RTG, ver 0. Features enabled: true
  84. Level generator options: 2;1x7,52x24,1x3:2,;2;biome_1,village
  85. 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)
  86. Level time: 0 game time, 0 day time
  87. Level dimension: 0
  88. Level storage version: 0x04ABD - Anvil
  89. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  90. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  91. Stacktrace:
  92. at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
  93. at WorldServerOF.<init>(WorldServerOF.java:69)
  94. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:65)
  95. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:153)
  96. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  97. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement