Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.83 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // But it works on my machine.
  3.  
  4. Time: 7/20/18 2:22 AM
  5. Description: Ticking block entity
  6.  
  7. java.lang.NullPointerException: Ticking block entity
  8. at com.natura.minestuckarsenal.tileentity.TileEntityGristGatherer.writeToNBT(TileEntityGristGatherer.java:44)
  9. at com.natura.minestuckarsenal.tileentity.TileEntityGristGatherer.update(TileEntityGristGatherer.java:65)
  10. at net.minecraft.world.World.updateEntities(World.java:1991)
  11. at net.minecraft.client.Minecraft.runTick(Minecraft.java:1954)
  12. at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1171)
  13. at net.minecraft.client.Minecraft.run(Minecraft.java:436)
  14. at net.minecraft.client.main.Main.main(Main.java:118)
  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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  24. at java.lang.reflect.Method.invoke(Unknown Source)
  25. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  26. at GradleStart.main(GradleStart.java:25)
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- Head --
  33. Thread: Client thread
  34. Stacktrace:
  35. at com.natura.minestuckarsenal.tileentity.TileEntityGristGatherer.writeToNBT(TileEntityGristGatherer.java:44)
  36. at com.natura.minestuckarsenal.tileentity.TileEntityGristGatherer.update(TileEntityGristGatherer.java:65)
  37.  
  38. -- Block entity being ticked --
  39. Details:
  40. Name: minecraft:grist_gatherer // com.natura.minestuckarsenal.tileentity.TileEntityGristGatherer
  41. Block type: ID #440 (tile.gristGatherer // com.natura.minestuckarsenal.block.BlockGristGatherer)
  42. Block data value: 0 / 0x0 / 0b0000
  43. Block location: World: (125,70,-247), Chunk: (at 13,4,9 in 7,-16; contains blocks 112,0,-256 to 127,255,-241), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
  44. Actual block type: ID #440 (tile.gristGatherer // com.natura.minestuckarsenal.block.BlockGristGatherer)
  45. Actual block data value: 0 / 0x0 / 0b0000
  46. Stacktrace:
  47. at net.minecraft.world.World.updateEntities(World.java:1991)
  48.  
  49. -- Affected level --
  50. Details:
  51. Level name: MpServer
  52. All players: 1 total; [EntityPlayerSP['Player217'/0, l='MpServer', x=123.55, y=71.37, z=-244.19]]
  53. Chunk stats: MultiplayerChunkCache: 356, 356
  54. Level seed: 0
  55. Level generator: ID 01 - flat, ver 0. Features enabled: false
  56. Level generator options:
  57. Level spawn location: World: (0,127,0), Chunk: (at 0,7,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  58. Level time: 197180 game time, 181752 day time
  59. Level dimension: 0
  60. Level storage version: 0x00000 - Unknown?
  61. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  62. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  63. Forced entities: 12 total; [EntityXPOrb['Experience Orb'/2, l='MpServer', x=126.00, y=70.00, z=-246.90], EntityNakagator['Nakagator'/34, l='MpServer', x=154.51, y=73.00, z=-246.52], EntityNakagator['Nakagator'/35, l='MpServer', x=186.67, y=74.00, z=-273.38], EntityGrist['entity.minestuck.grist.name'/4, l='MpServer', x=124.97, y=70.00, z=-248.97], EntityNakagator['Nakagator'/36, l='MpServer', x=166.48, y=73.00, z=-265.47], EntityPlayerSP['Player217'/0, l='MpServer', x=123.55, y=71.37, z=-244.19], EntityNakagator['Nakagator'/8, l='MpServer', x=46.57, y=72.00, z=-189.48], EntityNakagator['Nakagator'/24, l='MpServer', x=180.50, y=70.00, z=-232.38], EntityNakagator['Nakagator'/26, l='MpServer', x=195.39, y=71.00, z=-269.36], EntityNakagator['Nakagator'/27, l='MpServer', x=185.43, y=73.00, z=-269.47], EntityNakagator['Nakagator'/28, l='MpServer', x=191.50, y=72.00, z=-244.56], EntityNakagator['Nakagator'/31, l='MpServer', x=166.34, y=72.00, z=-240.51]]
  64. Retry entities: 0 total; []
  65. Server brand: fml,forge
  66. Server type: Integrated singleplayer server
  67. Stacktrace:
  68. at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:461)
  69. at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2868)
  70. at net.minecraft.client.Minecraft.run(Minecraft.java:457)
  71. at net.minecraft.client.main.Main.main(Main.java:118)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  75. at java.lang.reflect.Method.invoke(Unknown Source)
  76. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  77. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  81. at java.lang.reflect.Method.invoke(Unknown Source)
  82. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  83. at GradleStart.main(GradleStart.java:25)
  84.  
  85. -- System Details --
  86. Details:
  87. Minecraft Version: 1.12.2
  88. Operating System: Windows 10 (amd64) version 10.0
  89. Java Version: 1.8.0_171, Oracle Corporation
  90. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  91. Memory: 720534576 bytes (687 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  92. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  93. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  94. FML: MCP 9.42 Powered by Forge 14.23.4.2705 8 mods loaded, 8 mods active
  95. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  96.  
  97. | State | ID | Version | Source | Signature |
  98. |:--------- |:---------------- |:-------------- |:-------------------------------- |:--------- |
  99. | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
  100. | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
  101. | UCHIJAAAA | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.4.2705.jar | None |
  102. | UCHIJAAAA | forge | 14.23.4.2705 | forgeSrc-1.12.2-14.23.4.2705.jar | None |
  103. | UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  104. | UCHIJAAAA | minestuck | 1.12.2-1.3.263 | Minestuck-1.12.2-1.3.263.jar | None |
  105. | UCHIJAAAA | minestuckarsenal | 1.2.7 | bin | None |
  106. | UCHIJAAAA | jei | 4.8.6.162 | jei_1.12.2-4.8.6.162.jar | None |
  107.  
  108. Loaded coremods (and transformers):
  109. GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 23.20.16.5018' Renderer: 'Intel(R) UHD Graphics 630'
  110. Launched Version: 1.12.2
  111. LWJGL: 2.9.4
  112. OpenGL: Intel(R) UHD Graphics 630 GL version 4.5.0 - Build 23.20.16.5018, Intel
  113. GL Caps: Using GL 1.3 multitexturing.
  114. Using GL 1.3 texture combiners.
  115. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  116. Shaders are available because OpenGL 2.1 is supported.
  117. VBOs are available because OpenGL 1.5 is supported.
  118.  
  119. Using VBOs: Yes
  120. Is Modded: Definitely; Client brand changed to 'fml,forge'
  121. Type: Client (map_client.txt)
  122. Resource Packs: Personal Pack (incompatible)
  123. Current Language: English (US)
  124. Profiler Position: N/A (disabled)
  125. CPU: 8x Intel(R) Core(TM) i5-8300H CPU @ 2.30GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement