Advertisement
Guest User

almostfinished_thencrashes

a guest
Nov 13th, 2019
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 11/13/19 9:02 PM
  5. Description: Ticking block entity
  6.  
  7. java.lang.NoSuchMethodError: net.minecraft.world.World.func_72910_y()Ljava/util/List;
  8. at schoolsofmagic.tileentity.TileTreeCore.isEntityLoaded(TileTreeCore.java:73)
  9. at schoolsofmagic.tileentity.TileTreeCore.func_73660_a(TileTreeCore.java:64)
  10. at net.minecraft.world.World.func_72939_s(World.java:1838)
  11. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  12. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  13. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  14. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  15. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  16. at java.lang.Thread.run(Unknown Source)
  17.  
  18.  
  19. A detailed walkthrough of the error, its code path and all known details is as follows:
  20. ---------------------------------------------------------------------------------------
  21.  
  22. -- Head --
  23. Thread: Server thread
  24. Stacktrace:
  25. at schoolsofmagic.tileentity.TileTreeCore.isEntityLoaded(TileTreeCore.java:73)
  26. at schoolsofmagic.tileentity.TileTreeCore.func_73660_a(TileTreeCore.java:64)
  27.  
  28. -- Block entity being ticked --
  29. Details:
  30. Name: som:treecore // schoolsofmagic.tileentity.TileTreeCore
  31. Block type: ID #349 (tile.core_pine // schoolsofmagic.blocks.landscape.NobleLog // som:core_pine)
  32. Block data value: 0 / 0x0 / 0b0000
  33. Block location: World: (-12,73,412), Chunk: (at 4,4,12 in -1,25; contains blocks -16,0,400 to -1,255,415), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  34. Actual block type: ID #349 (tile.core_pine // schoolsofmagic.blocks.landscape.NobleLog // som:core_pine)
  35. Actual block data value: 0 / 0x0 / 0b0000
  36. Stacktrace:
  37. at net.minecraft.world.World.func_72939_s(World.java:1838)
  38. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  39.  
  40. -- Affected level --
  41. Details:
  42. Level name: world
  43. All players: 0 total; []
  44. Chunk stats: ServerChunkCache: 629 Drop: 0
  45. Level seed: 6755215018667471661
  46. Level generator: ID 00 - default, ver 1. Features enabled: true
  47. Level generator options:
  48. Level spawn location: World: (-167,64,267), Chunk: (at 9,4,11 in -11,16; contains blocks -176,0,256 to -161,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  49. Level time: 1 game time, 1 day time
  50. Level dimension: 0
  51. Level storage version: 0x00000 - Unknown?
  52. Level weather: Rain time: 14120 (now: false), thunder time: 19218 (now: false)
  53. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  54. Stacktrace:
  55. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  56. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  57. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  58. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  59. at java.lang.Thread.run(Unknown Source)
  60.  
  61. -- System Details --
  62. Details:
  63. Minecraft Version: 1.12.2
  64. Operating System: Windows 10 (amd64) version 10.0
  65. Java Version: 1.8.0_231, Oracle Corporation
  66. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  67. Memory: 887637192 bytes (846 MB) / 1073741824 bytes (1024 MB) up to 3806855168 bytes (3630 MB)
  68. JVM Flags: 0 total;
  69. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  70. FML: MCP 9.42 Powered by Forge 14.23.5.2847 5 mods loaded, 5 mods active
  71. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  72.  
  73. | State | ID | Version | Source | Signature |
  74. |:------ |:--------- |:------------ |:--------------------------------------- |:--------- |
  75. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  76. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  77. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  78. | LCHIJA | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  79. | LCHIJA | som | 1.0-mc1.12.2 | SOM1.12.2-1.1.13.7.jar | None |
  80.  
  81. Loaded coremods (and transformers):
  82. Profiler Position: N/A (disabled)
  83. Player Count: 0 / 20; []
  84. Is Modded: Definitely; Server brand changed to 'fml,forge'
  85. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement