Guest User

crashreport

a guest
Jul 31st, 2015
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 7/2/15 10:40 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NullPointerException: Exception in server tick loop
  8. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.func_150818_a(ExtendedBlockStorage.java:86)
  9. at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:653)
  10. at net.minecraft.world.World.setBlock(World.java:519)
  11. at net.minecraft.world.gen.feature.WorldGenMinable.generate(WorldGenMinable.java:79)
  12. at na_t.example.testmod.OreGenerator.generateSurface(OreGenerator.java:40)
  13. at na_t.example.testmod.OreGenerator.generate(OreGenerator.java:21)
  14. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
  15. at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:314)
  16. at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1157)
  17. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:208)
  18. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:149)
  19. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:119)
  20. at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(MinecraftServer.java:305)
  21. at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:79)
  22. at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:96)
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
  24. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- System Details --
  31. Details:
  32. Minecraft Version: 1.7.10
  33. Operating System: Windows 8 (amd64) version 6.2
  34. Java Version: 1.7.0_45, Oracle Corporation
  35. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  36. Memory: 833994536 bytes (795 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  37. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  38. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  39. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  40. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 5 mods loaded, 5 mods active
  41. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  42. UCHIJAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  43. UCHIJAA FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar)
  44. UCHIJAA Forge{10.13.4.1448} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1448-1.7.10.jar)
  45. UCHIJAA examplemod{1.0} [Example Mod] (bin)
  46. UCHIJAA test{0.1} [MaterialCraft] (bin)
  47. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  48. Profiler Position: N/A (disabled)
  49. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  50. Player Count: 0 / 8; []
  51. Type: Integrated Server (map_client.txt)
  52. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment