Advertisement
Guest User

Untitled

a guest
May 8th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 5/8/19 9:55 PM
  5. Description: Exception ticking world
  6.  
  7. java.lang.NullPointerException: Exception ticking world
  8. at org.bukkit.craftbukkit.v1_12_R1.block.CraftBlock.getState(CraftBlock.java:280)
  9. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.handleBlockGrowEvent(CraftEventFactory.java:694)
  10. at net.minecraft.block.BlockCrops.func_180650_b(BlockCrops.java:86)
  11. at com.conquestreforged.common.block.BerryBushBlock.func_180650_b(BerryBushBlock.java:220)
  12. at net.minecraft.block.Block.func_180645_a(Block.java:505)
  13. at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:699)
  14. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:426)
  15. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846)
  16. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:464)
  17. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:736)
  18. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:617)
  19. at java.lang.Thread.run(Unknown Source)
  20.  
  21.  
  22. A detailed walkthrough of the error, its code path and all known details is as follows:
  23. ---------------------------------------------------------------------------------------
  24.  
  25. -- Head --
  26. Thread: Server thread
  27. Stacktrace:
  28. at org.bukkit.craftbukkit.v1_12_R1.block.CraftBlock.getState(CraftBlock.java:280)
  29. at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.handleBlockGrowEvent(CraftEventFactory.java:694)
  30. at net.minecraft.block.BlockCrops.func_180650_b(BlockCrops.java:86)
  31. at com.conquestreforged.common.block.BerryBushBlock.func_180650_b(BerryBushBlock.java:220)
  32. at net.minecraft.block.Block.func_180645_a(Block.java:505)
  33. at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:699)
  34. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:426)
  35.  
  36. -- Affected level --
  37. Details:
  38. Level name: world
  39. All players: 1 total; [EntityPlayerMP['Exludit'/246, l='world', x=84.86, y=94.15, z=205.47](Exludit at 84.860337828441,94.14740405975064,205.4689489563825)]
  40. Chunk stats: ServerChunkCache: 641 Drop: 0
  41. Level seed: 8811120402591312020
  42. Level generator: ID 06 - conquest, ver 0. Features enabled: true
  43. Level generator options:
  44. Level spawn location: World: (-2,64,47), Chunk: (at 14,4,15 in -1,2; contains blocks -16,0,32 to -1,255,47), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  45. Level time: 18455 game time, 25198 day time
  46. Level dimension: 0
  47. Level storage version: 0x04ABD - Anvil
  48. Level weather: Rain time: 141882 (now: false), thunder time: 91214 (now: false)
  49. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  50. Stacktrace:
  51. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:846)
  52. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:464)
  53. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:736)
  54. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:617)
  55. at java.lang.Thread.run(Unknown Source)
  56.  
  57. -- System Details --
  58. Details:
  59. Minecraft Version: 1.12.2
  60. Operating System: Windows 10 (amd64) version 10.0
  61. Java Version: 1.8.0_181, Oracle Corporation
  62. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  63. Memory: 1463418368 bytes (1395 MB) / 1939341312 bytes (1849 MB) up to 7635730432 bytes (7282 MB)
  64. JVM Flags: 1 total; -Xmx8G
  65. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 99
  66. FML: MCP 9.42 Powered by Forge 14.23.5.2812 5 mods loaded, 5 mods active
  67. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  68.  
  69. | State | ID | Version | Source | Signature |
  70. |:------ |:--------- |:------------ |:----------------------------------- |:--------- |
  71. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  72. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  73. | LCHIJA | FML | 8.0.99.99 | kettle.jar | None |
  74. | LCHIJA | forge | 14.23.5.2812 | kettle.jar | None |
  75. | LCHIJA | conquest | 3.0.2 | ConquestReforged-3.0.2-mc1.12.2.jar | None |
  76.  
  77. Loaded coremods (and transformers):
  78. Profiler Position: N/A (disabled)
  79. Player Count: 1 / 20; [EntityPlayerMP['Exludit'/246, l='world', x=84.86, y=94.15, z=205.47](Exludit at 84.860337828441,94.14740405975064,205.4689489563825)]
  80. Is Modded: Definitely; Server brand changed to 'fml,forge'
  81. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement