Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Shall we play a game?
  3.  
  4. Time: 6/28/17 10:15 PM
  5. Description: Rendering screen
  6.  
  7. java.lang.NullPointerException: Rendering screen
  8. at micdoodle8.mods.galacticraft.core.client.gui.screen.GuiCelestialSelection.getCelestialBodyPosition(GuiCelestialSelection.java:1179)
  9. at micdoodle8.mods.galacticraft.core.client.gui.screen.GuiCelestialSelection.drawCelestialBodies(GuiCelestialSelection.java:1297)
  10. at micdoodle8.mods.galacticraft.core.client.gui.screen.GuiCelestialSelection.drawScreen(GuiCelestialSelection.java:1050)
  11. at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1137)
  12. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1068)
  13. at net.minecraft.client.Minecraft.run(Minecraft.java:962)
  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(Unknown Source)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  18. at java.lang.reflect.Method.invoke(Unknown Source)
  19. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  20. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  21. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  22. at GradleStart.main(Unknown Source)
  23.  
  24.  
  25. A detailed walkthrough of the error, its code path and all known details is as follows:
  26. ---------------------------------------------------------------------------------------
  27.  
  28. -- Head --
  29. Stacktrace:
  30. at micdoodle8.mods.galacticraft.core.client.gui.screen.GuiCelestialSelection.getCelestialBodyPosition(GuiCelestialSelection.java:1179)
  31. at micdoodle8.mods.galacticraft.core.client.gui.screen.GuiCelestialSelection.drawCelestialBodies(GuiCelestialSelection.java:1297)
  32. at micdoodle8.mods.galacticraft.core.client.gui.screen.GuiCelestialSelection.drawScreen(GuiCelestialSelection.java:1050)
  33.  
  34. -- Screen render details --
  35. Details:
  36. Screen name: micdoodle8.mods.galacticraft.core.client.gui.screen.GuiCelestialSelection
  37. Mouse location: Scaled: (213, 119). Absolute: (427, 240)
  38. Screen size: Scaled: (427, 240). Absolute: (854, 480). Scale factor of 2
  39.  
  40. -- Affected level --
  41. Details:
  42. Level name: MpServer
  43. All players: 1 total; [GCEntityClientPlayerMP['Player921'/296, l='MpServer', x=-249.64, y=66.62, z=-119.75]]
  44. Chunk stats: MultiplayerChunkCache: 10, 10
  45. Level seed: 0
  46. Level generator: ID 00 - default, ver 1. Features enabled: false
  47. Level generator options:
  48. Level spawn location: World: (-244,64,-120), Chunk: (at 12,4,8 in -16,-8; contains blocks -256,0,-128 to -241,255,-113), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
  49. Level time: 942 game time, 942 day time
  50. Level dimension: 0
  51. Level storage version: 0x00000 - Unknown?
  52. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  53. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  54. Forced entities: 16 total; [EntityPig['Pig'/170, l='MpServer', x=-247.97, y=70.00, z=-103.84], EntityItem['item.tile.torch'/139, l='MpServer', x=-266.88, y=12.13, z=-112.22], EntityPig['Pig'/169, l='MpServer', x=-253.47, y=68.00, z=-112.41], EntitySkeleton['Skeleton'/138, l='MpServer', x=-271.50, y=15.00, z=-129.50], EntityPig['Pig'/168, l='MpServer', x=-247.50, y=67.00, z=-115.06], EntityCow['Cow'/141, l='MpServer', x=-270.19, y=64.00, z=-124.19], EntityCow['Cow'/140, l='MpServer', x=-263.50, y=64.00, z=-124.50], EntityItem['item.tile.rail'/143, l='MpServer', x=-261.41, y=13.13, z=-111.91], EntityItem['item.item.string'/142, l='MpServer', x=-267.88, y=12.13, z=-110.13], EntityPig['Pig'/167, l='MpServer', x=-250.63, y=65.00, z=-116.75], EntitySkeleton['Skeleton'/186, l='MpServer', x=-228.50, y=26.00, z=-104.50], EntityWolf['Wolf'/187, l='MpServer', x=-226.94, y=67.00, z=-98.50], EntitySkeleton['Skeleton'/185, l='MpServer', x=-230.50, y=26.00, z=-106.50], EntityWolf['Wolf'/188, l='MpServer', x=-233.00, y=72.00, z=-97.47], EntityWolf['Wolf'/189, l='MpServer', x=-237.97, y=72.00, z=-97.34], GCEntityClientPlayerMP['Player921'/296, l='MpServer', x=-249.64, y=66.62, z=-119.75]]
  55. Retry entities: 0 total; []
  56. Server brand: fml,forge
  57. Server type: Integrated singleplayer server
  58. Stacktrace:
  59. at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:415)
  60. at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2567)
  61. at net.minecraft.client.Minecraft.run(Minecraft.java:983)
  62. at net.minecraft.client.main.Main.main(Main.java:164)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  66. at java.lang.reflect.Method.invoke(Unknown Source)
  67. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  68. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  69. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  70. at GradleStart.main(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement