Advertisement
Guest User

Galacticraft Crash

a guest
Jul 10th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.86 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 7/10/13 1:07 PM
  5. Description: Rendering screen
  6.  
  7. java.lang.NullPointerException: Could not find world provider for dimension: S
  8. at micdoodle8.mods.galacticraft.core.client.gui.GCCoreGuiChoosePlanet.getDimensionIdFromSlot(GCCoreGuiChoosePlanet.java:778)
  9. at micdoodle8.mods.galacticraft.core.client.gui.GCCoreGuiChoosePlanet.func_73863_a(GCCoreGuiChoosePlanet.java:544)
  10. at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1036)
  11. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:930)
  12. at net.minecraft.client.Minecraft.run(Minecraft.java:822)
  13. at net.minecraft.client.main.Main.main(SourceFile:101)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.lang.reflect.Method.invoke(Unknown Source)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  20.  
  21.  
  22. A detailed walkthrough of the error, its code path and all known details is as follows:
  23. ---------------------------------------------------------------------------------------
  24.  
  25. -- Head --
  26. Stacktrace:
  27. at micdoodle8.mods.galacticraft.core.client.gui.GCCoreGuiChoosePlanet.getDimensionIdFromSlot(GCCoreGuiChoosePlanet.java:778)
  28. at micdoodle8.mods.galacticraft.core.client.gui.GCCoreGuiChoosePlanet.func_73863_a(GCCoreGuiChoosePlanet.java:544)
  29.  
  30. -- Screen render details --
  31. Details:
  32. Screen name: micdoodle8.mods.galacticraft.core.client.gui.GCCoreGuiChoosePlanet
  33. Mouse location: Scaled: (355, 264). Absolute: (1066, 45)
  34. Screen size: Scaled: (534, 280). Absolute: (1600, 838). Scale factor of 3
  35.  
  36. -- Affected level --
  37. Details:
  38. Level name: MpServer
  39. All players: 1 total; [GCCorePlayerSP['epicpowner345'/121, l='MpServer', x=-305.89, y=1205.02, z=-349.56]]
  40. Chunk stats: MultiplayerChunkCache: 441
  41. Level seed: 0
  42. Level generator: ID 00 - default, ver 1. Features enabled: false
  43. Level generator options:
  44. Level spawn location: World: (-256,64,-180), Chunk: (at 0,4,12 in -16,-12; contains blocks -256,0,-192 to -241,255,-177), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  45. Level time: 26083 game time, 4667 day time
  46. Level dimension: 0
  47. Level storage version: 0x00000 - Unknown?
  48. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  49. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  50. Forced entities: 20 total; [EntityMinecartChest['entity.MinecartChest.name'/46, l='MpServer', x=-313.50, y=38.50, z=-274.50], EntityMinecartChest['entity.MinecartChest.name'/45, l='MpServer', x=-325.50, y=28.50, z=-300.50], EntityCow['Cow'/73, l='MpServer', x=-257.44, y=69.00, z=-272.75], EntitySquid['Squid'/861251, l='MpServer', x=-331.50, y=54.00, z=-349.50], EntitySquid['Squid'/861254, l='MpServer', x=-330.50, y=54.00, z=-348.50], EntitySquid['Squid'/861252, l='MpServer', x=-328.50, y=54.00, z=-347.50], EntitySquid['Squid'/861253, l='MpServer', x=-328.50, y=54.00, z=-352.50], EntitySquid['Squid'/861258, l='MpServer', x=-366.50, y=61.00, z=-385.50], EntitySquid['Squid'/861305, l='MpServer', x=-342.50, y=48.00, z=-335.50], GCCorePlayerSP['epicpowner345'/121, l='MpServer', x=-318.31, y=69.62, z=-203.70], EntitySquid['Squid'/861304, l='MpServer', x=-344.50, y=48.00, z=-334.50], EntitySquid['Squid'/861307, l='MpServer', x=-341.50, y=48.00, z=-334.50], EntitySquid['Squid'/861306, l='MpServer', x=-340.50, y=48.00, z=-336.50], EntityBat['Bat'/861213, l='MpServer', x=-245.50, y=46.00, z=-326.50], EntitySheep['Sheep'/634383, l='MpServer', x=-231.50, y=80.00, z=-332.22], EntitySheep['Sheep'/612603, l='MpServer', x=-230.03, y=82.00, z=-333.81], EntityMinecartChest['entity.MinecartChest.name'/612557, l='MpServer', x=-284.50, y=29.50, z=-306.50], GCCorePlayerSP['epicpowner345'/121, l='MpServer', x=-305.89, y=1205.02, z=-349.56], EntityMinecartChest['entity.MinecartChest.name'/637344, l='MpServer', x=-365.50, y=14.50, z=-397.50], EntityItem['item.item.bone'/636233, l='MpServer', x=-307.78, y=67.13, z=-303.19]]
  51. Retry entities: 0 total; []
  52. Stacktrace:
  53. at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:446)
  54. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2284)
  55. at net.minecraft.client.Minecraft.run(Minecraft.java:840)
  56. at net.minecraft.client.main.Main.main(SourceFile:101)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  60. at java.lang.reflect.Method.invoke(Unknown Source)
  61. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  62. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  63.  
  64. -- System Details --
  65. Details:
  66. Minecraft Version: 1.6.1
  67. Operating System: Windows 7 (amd64) version 6.1
  68. Java Version: 1.7.0_21, Oracle Corporation
  69. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  70. Memory: 234296184 bytes (223 MB) / 670302208 bytes (639 MB) up to 954466304 bytes (910 MB)
  71. JVM Flags: 1 total; -Xmx1G
  72. AABB Pool Size: 461 (25816 bytes; 0 MB) allocated, 330 (18480 bytes; 0 MB) used
  73. Suspicious classes: FML and Forge are installed
  74. IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
  75. FML: MCP v8.03 FML v6.1.34.774 Minecraft Forge 8.9.0.774 6 mods loaded, 6 mods active
  76. mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  77. FML{6.1.34.774} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  78. Forge{8.9.0.774} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  79. Micdoodlecore{} [Micdoodle8 Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  80. BasicComponents{@MAJOR@.@MINOR@.@REVIS@} [Basic Components] (Galacticraft-1.6.1-a0.1.37.463.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  81. GalacticraftCore{0.1.37} [Galacticraft Core] (Galacticraft-1.6.1-a0.1.37.463.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  82. Launched Version: Forge8.9.0.774
  83. LWJGL: 2.9.0
  84. OpenGL: ATI Mobility Radeon HD 6370 GL version 4.0.10188 Compatibility Profile Context, ATI Technologies Inc.
  85. Is Modded: Definitely; Client brand changed to 'fml,forge'
  86. Type: Client (map_client.txt)
  87. Resource Pack: Default
  88. Profiler Position: N/A (disabled)
  89. Vec3 Pool Size: 2218 (124208 bytes; 0 MB) allocated, 1517 (84952 bytes; 0 MB) used
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement