Advertisement
Guest User

Untitled

a guest
May 28th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.25 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oops.
  3.  
  4. Time: 28.05.15 09:07
  5. Description: Exception getting block type in world
  6.  
  7. java.lang.IllegalArgumentException: n must be positive
  8. at java.util.Random.nextInt(Unknown Source)
  9. at u.gaps.projectspawn.AridGen.generateOre(AridGen.java:47)
  10. at u.gaps.projectspawn.AridGen.generateOverworld(AridGen.java:33)
  11. at u.gaps.projectspawn.AridGen.generate(AridGen.java:20)
  12. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:106)
  13. at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:314)
  14. at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1142)
  15. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:52)
  16. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
  17. at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)
  18. at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
  19. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
  20. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:144)
  21. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:119)
  22. at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:221)
  23. at net.minecraft.world.World.getChunkFromChunkCoords(World.java:482)
  24. at net.minecraft.world.World.getBlock(World.java:387)
  25. at net.minecraft.world.World.doesBlockHaveSolidTopSurface(World.java:2897)
  26. at net.minecraft.world.SpawnerAnimals.canCreatureTypeSpawnAtLocation(SpawnerAnimals.java:223)
  27. at net.minecraft.world.SpawnerAnimals.findChunksForSpawning(SpawnerAnimals.java:135)
  28. at net.minecraft.world.WorldServer.tick(WorldServer.java:169)
  29. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692)
  30. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
  31. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
  32. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
  33. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
  34.  
  35.  
  36. A detailed walkthrough of the error, its code path and all known details is as follows:
  37. ---------------------------------------------------------------------------------------
  38.  
  39. -- Head --
  40. Stacktrace:
  41. at java.util.Random.nextInt(Unknown Source)
  42. at u.gaps.projectspawn.AridGen.generateOre(AridGen.java:47)
  43. at u.gaps.projectspawn.AridGen.generateOverworld(AridGen.java:33)
  44. at u.gaps.projectspawn.AridGen.generate(AridGen.java:20)
  45. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:106)
  46. at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:314)
  47. at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1142)
  48. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:52)
  49. at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
  50. at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)
  51. at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
  52. at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
  53. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:144)
  54. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:119)
  55. at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:221)
  56. at net.minecraft.world.World.getChunkFromChunkCoords(World.java:482)
  57.  
  58. -- Requested block coordinates --
  59. Details:
  60. Found chunk: true
  61. Location: World: (744,72,157), Chunk: (at 8,4,13 in 46,9; contains blocks 736,0,144 to 751,255,159), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
  62. Stacktrace:
  63. at net.minecraft.world.World.getBlock(World.java:387)
  64. at net.minecraft.world.World.doesBlockHaveSolidTopSurface(World.java:2897)
  65. at net.minecraft.world.SpawnerAnimals.canCreatureTypeSpawnAtLocation(SpawnerAnimals.java:223)
  66. at net.minecraft.world.SpawnerAnimals.findChunksForSpawning(SpawnerAnimals.java:135)
  67. at net.minecraft.world.WorldServer.tick(WorldServer.java:169)
  68.  
  69. -- Affected level --
  70. Details:
  71. Level name: TEZT
  72. All players: 1 total; [EntityPlayerMP['Player396'/295, l='TEZT', x=659,93, y=82,24, z=64,41]]
  73. Chunk stats: ServerChunkCache: 752 Drop: 0
  74. Level seed: 6800160992621348712
  75. Level generator: ID 00 - default, ver 1. Features enabled: true
  76. Level generator options:
  77. Level spawn location: World: (240,64,256), Chunk: (at 0,4,0 in 15,16; contains blocks 240,0,256 to 255,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  78. Level time: 78491 game time, 38696 day time
  79. Level dimension: 0
  80. Level storage version: 0x04ABD - Anvil
  81. Level weather: Rain time: 142669 (now: false), thunder time: 20265 (now: false)
  82. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  83. Stacktrace:
  84. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:692)
  85. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)
  86. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)
  87. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)
  88. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
  89.  
  90. -- System Details --
  91. Details:
  92. Minecraft Version: 1.7.10
  93. Operating System: Windows 7 (amd64) version 6.1
  94. Java Version: 1.7.0_80, Oracle Corporation
  95. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  96. Memory: 706831624 bytes (674 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  97. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  98. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  99. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  100. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.3.1407 5 mods loaded, 5 mods active
  101. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  102. FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.3.1407-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  103. Forge{10.13.3.1407} [Minecraft Forge] (forgeSrc-1.7.10-10.13.3.1407-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  104. projs{1.0} [ProjectSpawn] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  105. si{0.1dev} [SI_Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  106. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  107. Profiler Position: N/A (disabled)
  108. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  109. Player Count: 1 / 8; [EntityPlayerMP['Player396'/295, l='TEZT', x=659,93, y=82,24, z=64,41]]
  110. Type: Integrated Server (map_client.txt)
  111. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement