Advertisement
Guest User

NullPointer Crash

a guest
Nov 4th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.70 KB | None | 0 0
  1. [12:57:34] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
  2. net.minecraft.util.ReportedException: Exception ticking world
  3. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:837) ~[MinecraftServer.class:?]
  4. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:743) ~[MinecraftServer.class:?]
  5. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192) ~[IntegratedServer.class:?]
  6. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592) [MinecraftServer.class:?]
  7. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]
  8. Caused by: java.lang.NullPointerException
  9. at com.teamcitrus.fruitsforagingandfarming.common.blocks.CropCornBottom.updateTick(CropCornBottom.java:142) ~[CropCornBottom.class:?]
  10. at net.minecraft.block.Block.randomTick(Block.java:616) ~[Block.class:?]
  11. at net.minecraft.world.WorldServer.updateBlocks(WorldServer.java:497) ~[WorldServer.class:?]
  12. at net.minecraft.world.WorldServer.tick(WorldServer.java:234) ~[WorldServer.class:?]
  13. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:831) ~[MinecraftServer.class:?]
  14. ... 4 more
  15. [12:57:34] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: C:\Users\Javisel\Desktop\Fruits Foraging and Farming\.\crash-reports\crash-2019-11-04_12.57.34-server.txt
  16. [12:57:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
  17. [12:57:34] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
  18. [12:57:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
  19. [12:57:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level 'Showcase'/overworld
  20. [12:57:35] [Server thread/DEBUG] [FML]: Gathering id map for writing to world save Showcase
  21. [12:57:35] [Server thread/INFO] [FML]: Unloading dimension 0
  22. [12:57:35] [Server thread/DEBUG] [FML]: Reverting to frozen data state.
  23. [12:57:35] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod minecraft
  24. [12:57:35] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod minecraft
  25. [12:57:35] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft took 0.000s
  26. [12:57:35] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod mcp
  27. [12:57:35] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod mcp
  28. [12:57:35] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Coder Pack took 0.000s
  29. [12:57:35] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod FML
  30. [12:57:35] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod FML
  31. [12:57:35] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Forge Mod Loader took 0.000s
  32. [12:57:35] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod forge
  33. [12:57:35] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod forge
  34. [12:57:35] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Minecraft Forge took 0.102s
  35. [12:57:35] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod fruits_foraging_and_farming
  36. [12:57:35] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod fruits_foraging_and_farming
  37. [12:57:35] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Fruits, Foraging and Farming took 0.000s
  38. [12:57:35] [Server thread/TRACE] [FML]: Sending event FMLModIdMappingEvent to mod jei
  39. [12:57:35] [Server thread/TRACE] [FML]: Sent event FMLModIdMappingEvent to mod jei
  40. [12:57:35] [Server thread/DEBUG] [FML]: Bar Step: ModIdMapping - Just Enough Items took 0.001s
  41. [12:57:35] [Server thread/DEBUG] [FML]: Bar Finished: ModIdMapping took 0.104s
  42. [12:57:35] [Server thread/INFO] [FML]: Applying holder lookups
  43. [12:57:35] [Server thread/DEBUG] [FML]: Unable to lookup fruits_foraging_and_farming:crop_corn_top for public static com.teamcitrus.fruitsforagingandfarming.common.blocks.CropCornTop com.teamcitrus.fruitsforagingandfarming.common.registration.BlockRegistration.CROP_CORN_TOP. This means the object wasn't registered. It's likely just mod options.
  44. [12:57:35] [Server thread/DEBUG] [FML]: Unable to lookup fruits_foraging_and_farming:crop_corn_bottom for public static com.teamcitrus.fruitsforagingandfarming.common.blocks.CropCornBottom com.teamcitrus.fruitsforagingandfarming.common.registration.BlockRegistration.CROP_CORN_BOTTOM. This means the object wasn't registered. It's likely just mod options.
  45. [12:57:35] [Server thread/DEBUG] [FML]: Unable to lookup fruits_foraging_and_farming:crop_turnip for public static com.teamcitrus.fruitsforagingandfarming.common.blocks.CropTurnip com.teamcitrus.fruitsforagingandfarming.common.registration.BlockRegistration.CROP_TURNIP. This means the object wasn't registered. It's likely just mod options.
  46. [12:57:35] [Server thread/INFO] [FML]: Holder lookups applied
  47. [12:57:35] [Server thread/DEBUG] [FML]: Frozen state restored.
  48. [12:57:35] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod minecraft
  49. [12:57:35] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod minecraft
  50. [12:57:35] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft took 0.000s
  51. [12:57:35] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod mcp
  52. [12:57:35] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod mcp
  53. [12:57:35] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Coder Pack took 0.000s
  54. [12:57:35] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod FML
  55. [12:57:35] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod FML
  56. [12:57:35] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Forge Mod Loader took 0.000s
  57. [12:57:35] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod forge
  58. [12:57:35] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod forge
  59. [12:57:35] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Minecraft Forge took 0.000s
  60. [12:57:35] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod fruits_foraging_and_farming
  61. [12:57:35] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod fruits_foraging_and_farming
  62. [12:57:35] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Fruits, Foraging and Farming took 0.000s
  63. [12:57:35] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod jei
  64. [12:57:35] [Server thread/TRACE] [FML]: Sent event FMLServerStoppedEvent to mod jei
  65. [12:57:35] [Server thread/DEBUG] [FML]: Bar Step: ServerStopped - Just Enough Items took 0.000s
  66. [12:57:35] [Server thread/DEBUG] [FML]: Bar Finished: ServerStopped took 0.001s
  67. [12:57:35] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  68. [12:57:37] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: ---- Minecraft Crash Report ----
  69. // Why did you do that?
  70.  
  71. Time: 11/4/19 12:57 PM
  72. Description: Exception ticking world
  73.  
  74. java.lang.NullPointerException: Exception ticking world
  75. at com.teamcitrus.fruitsforagingandfarming.common.blocks.CropCornBottom.updateTick(CropCornBottom.java:142)
  76. at net.minecraft.block.Block.randomTick(Block.java:616)
  77. at net.minecraft.world.WorldServer.updateBlocks(WorldServer.java:497)
  78. at net.minecraft.world.WorldServer.tick(WorldServer.java:234)
  79. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:831)
  80. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:743)
  81. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
  82. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592)
  83. at java.lang.Thread.run(Thread.java:745)
  84.  
  85.  
  86. A detailed walkthrough of the error, its code path and all known details is as follows:
  87. ---------------------------------------------------------------------------------------
  88.  
  89. -- Head --
  90. Thread: Client thread
  91. Stacktrace:
  92. at com.teamcitrus.fruitsforagingandfarming.common.blocks.CropCornBottom.updateTick(CropCornBottom.java:142)
  93. at net.minecraft.block.Block.randomTick(Block.java:616)
  94. at net.minecraft.world.WorldServer.updateBlocks(WorldServer.java:497)
  95. at net.minecraft.world.WorldServer.tick(WorldServer.java:234)
  96.  
  97. -- Affected level --
  98. Details:
  99. Level name: Showcase
  100. All players: 1 total; [EntityPlayerMP['Javisel'/31, l='Showcase', x=-440.67, y=65.75, z=173.01]]
  101. Chunk stats: ServerChunkCache: 672 Drop: 0
  102. Level seed: 4719561511778242665
  103. Level generator: ID 01 - flat, ver 0. Features enabled: true
  104. Level generator options: 3;minecraft:bedrock,59*minecraft:stone,3*minecraft:dirt,minecraft:grass;1;biome_1
  105. Level spawn location: World: (-445,4,162), Chunk: (at 3,0,2 in -28,10; contains blocks -448,0,160 to -433,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  106. Level time: 84408 game time, 1118 day time
  107. Level dimension: 0
  108. Level storage version: 0x04ABD - Anvil
  109. Level weather: Rain time: 89449 (now: false), thunder time: 91195 (now: false)
  110. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  111. Stacktrace:
  112. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:831)
  113. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:743)
  114. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:192)
  115. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:592)
  116. at java.lang.Thread.run(Thread.java:745)
  117.  
  118. -- System Details --
  119. Details:
  120. Minecraft Version: 1.12.2
  121. Operating System: Windows 10 (amd64) version 10.0
  122. Java Version: 1.8.0_112, Oracle Corporation
  123. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  124. Memory: 229481128 bytes (218 MB) / 1195376640 bytes (1140 MB) up to 3810525184 bytes (3634 MB)
  125. JVM Flags: 0 total;
  126. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  127. FML: MCP 9.42 Powered by Forge 14.23.5.2847 6 mods loaded, 6 mods active
  128. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  129.  
  130. | State | ID | Version | Source | Signature |
  131. |:------ |:--------------------------- |:------------ |:-------------------------------- |:--------- |
  132. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  133. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  134. | LCHIJA | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.5.2847.jar | None |
  135. | LCHIJA | forge | 14.23.5.2847 | forgeSrc-1.12.2-14.23.5.2847.jar | None |
  136. | LCHIJA | fruits_foraging_and_farming | 0.1 | Fruits_Foraging_and_Farming.main | None |
  137. | LCHIJA | jei | 4.15.0.291 | jei_1.12.2-4.15.0.291.jar | None |
  138.  
  139. Loaded coremods (and transformers):
  140. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  141. Profiler Position: N/A (disabled)
  142. Player Count: 1 / 8; [EntityPlayerMP['Javisel'/31, l='Showcase', x=-440.67, y=65.75, z=173.01]]
  143. Type: Integrated Server (map_client.txt)
  144. Is Modded: Definitely; Client brand changed to 'fml,forge'
  145. [12:57:37] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: #@!@# Game crashed! Crash report saved to: #@!@# .\crash-reports\crash-2019-11-04_12.57.34-server.txt
  146. [12:57:37] [Client Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
  147. [12:57:37] [Client Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement