Advertisement
Guest User

Untitled

a guest
Oct 18th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.44 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 18/10/14 16.23
  5. Description: Rendering screen
  6.  
  7. java.lang.NullPointerException: Rendering screen
  8. at net.minecraft.inventory.Slot.getStack(Slot.java:88)
  9. at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:219)
  10. at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:114)
  11. at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1137)
  12. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1057)
  13. at net.minecraft.client.Minecraft.run(Minecraft.java:951)
  14. at net.minecraft.client.main.Main.main(Main.java:164)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  18. at java.lang.reflect.Method.invoke(Method.java:606)
  19. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  20. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:606)
  25. at GradleStart.bounce(GradleStart.java:107)
  26. at GradleStart.startClient(GradleStart.java:100)
  27. at GradleStart.main(GradleStart.java:55)
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
  32.  
  33. -- Head --
  34. Stacktrace:
  35. at net.minecraft.inventory.Slot.getStack(Slot.java:88)
  36. at net.minecraft.client.gui.inventory.GuiContainer.func_146977_a(GuiContainer.java:219)
  37. at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:114)
  38.  
  39. -- Screen render details --
  40. Details:
  41. Screen name: com.gjkf.fc.client.gui.inventory.CoreGui
  42. Mouse location: Scaled: (235, 86). Absolute: (471, 307)
  43. Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
  44.  
  45. -- Affected level --
  46. Details:
  47. Level name: MpServer
  48. All players: 1 total; [EntityClientPlayerMP['Player345'/208, l='MpServer', x=3,33, y=64,62, z=-93,42]]
  49. Chunk stats: MultiplayerChunkCache: 35, 35
  50. Level seed: 0
  51. Level generator: ID 00 - default, ver 1. Features enabled: false
  52. Level generator options:
  53. Level spawn location: World: (-56,64,256), Chunk: (at 8,4,0 in -4,16; contains blocks -64,0,256 to -49,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  54. Level time: 57883 game time, 6578 day time
  55. Level dimension: 0
  56. Level storage version: 0x00000 - Unknown?
  57. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  58. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  59. Forced entities: 17 total; [EntityBat['Bat'/372, l='MpServer', x=57,59, y=26,60, z=-98,38], EntitySheep['Sheep'/224, l='MpServer', x=-33,88, y=63,60, z=-143,13], EntityCow['Cow'/220, l='MpServer', x=53,53, y=63,60, z=-107,63], EntityCow['Cow'/221, l='MpServer', x=55,94, y=63,60, z=-110,13], EntityBat['Bat'/222, l='MpServer', x=-22,47, y=16,10, z=-130,41], EntitySheep['Sheep'/223, l='MpServer', x=-20,19, y=68,00, z=-136,69], EntityCow['Cow'/216, l='MpServer', x=42,25, y=65,00, z=-122,94], EntitySheep['Sheep'/217, l='MpServer', x=-2,06, y=80,00, z=-122,41], EntityBat['Bat'/4526, l='MpServer', x=-9,50, y=15,00, z=-143,50], EntityBat['Bat'/218, l='MpServer', x=52,25, y=27,60, z=-98,41], EntityBat['Bat'/212, l='MpServer', x=38,75, y=25,10, z=-105,81], EntityBat['Bat'/213, l='MpServer', x=-19,47, y=14,19, z=-132,47], EntitySheep['Sheep'/214, l='MpServer', x=-31,03, y=63,00, z=-116,97], EntityCow['Cow'/215, l='MpServer', x=34,78, y=64,00, z=-119,78], EntityClientPlayerMP['Player345'/208, l='MpServer', x=3,33, y=64,62, z=-93,42], EntityBat['Bat'/210, l='MpServer', x=0,31, y=30,10, z=-100,31], EntityItem['item.tile.log.birch'/211, l='MpServer', x=26,56, y=49,13, z=-106,72]]
  60. Retry entities: 0 total; []
  61. Server brand: fml,forge
  62. Server type: Integrated singleplayer server
  63. Stacktrace:
  64. at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:415)
  65. at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2556)
  66. at net.minecraft.client.Minecraft.run(Minecraft.java:972)
  67. at net.minecraft.client.main.Main.main(Main.java:164)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  70. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  71. at java.lang.reflect.Method.invoke(Method.java:606)
  72. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  73. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:606)
  78. at GradleStart.bounce(GradleStart.java:107)
  79. at GradleStart.startClient(GradleStart.java:100)
  80. at GradleStart.main(GradleStart.java:55)
  81.  
  82. -- System Details --
  83. Details:
  84. Minecraft Version: 1.7.10
  85. Operating System: Mac OS X (x86_64) version 10.7.5
  86. Java Version: 1.7.0_51, Oracle Corporation
  87. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  88. Memory: 900931344 bytes (859 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
  89. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  90. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  91. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  92. FML: MCP v9.05 FML v7.10.85.1226 Minecraft Forge 10.13.1.1226 5 mods loaded, 5 mods active
  93. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  94. FML{7.10.85.1226} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.1.1226.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  95. Forge{10.13.1.1226} [Minecraft Forge] (forgeSrc-1.7.10-10.13.1.1226.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  96. gjkfLib{0.2} [GjkfLib] (gjkfLib-0.2.5.23-deobf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  97. foreCraft{0.1} [ForeCraft] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
  98. Launched Version: 1.7.10
  99. LWJGL: 2.9.1
  100. OpenGL: NVIDIA GeForce 9400M OpenGL Engine GL version 2.1 NVIDIA-7.32.12, NVIDIA Corporation
  101. GL Caps: Using GL 1.3 multitexturing.
  102. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
  103. Anisotropic filtering is supported and maximum anisotropy is 16.
  104. Shaders are available because OpenGL 2.1 is supported.
  105.  
  106. Is Modded: Definitely; Client brand changed to 'fml,forge'
  107. Type: Client (map_client.txt)
  108. Resource Packs: []
  109. Current Language: English (US)
  110. Profiler Position: N/A (disabled)
  111. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  112. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement