Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 9/26/19 9:51 PM
  5. Description: Exception ticking world
  6.  
  7. java.lang.IllegalArgumentException
  8. at net.minecraft.util.WeightedRandom.func_76273_a(SourceFile:18)
  9. at net.minecraft.util.WeightedRandom.func_76271_a(SourceFile:37)
  10. at net.minecraft.world.WorldServer.func_175734_a(WorldServer.java:246)
  11. at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:127)
  12. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203)
  13. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  14. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  15. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  16. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  17. at java.lang.Thread.run(Thread.java:745)
  18.  
  19.  
  20. A detailed walkthrough of the error, its code path and all known details is as follows:
  21. ---------------------------------------------------------------------------------------
  22.  
  23. -- Head --
  24. Thread: Server thread
  25. Stacktrace:
  26. at net.minecraft.util.WeightedRandom.func_76273_a(SourceFile:18)
  27. at net.minecraft.util.WeightedRandom.func_76271_a(SourceFile:37)
  28. at net.minecraft.world.WorldServer.func_175734_a(WorldServer.java:246)
  29. at net.minecraft.world.WorldEntitySpawner.func_77192_a(WorldEntitySpawner.java:127)
  30. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:203)
  31.  
  32. -- Affected level --
  33. Details:
  34. Level name: New World
  35. All players: 1 total; [EntityPlayerMP['Chiroyo'/810, l='New World', x=34.50, y=90.00, z=239.50]]
  36. Chunk stats: ServerChunkCache: 310 Drop: 0
  37. Level seed: -883786576084285188
  38. Level generator: ID 00 - default, ver 1. Features enabled: false
  39. Level generator options:
  40. Level spawn location: World: (0,0,0), Chunk: (at 0,0,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)
  41. Level time: 0 game time, 0 day time
  42. Level dimension: 0
  43. Level storage version: 0x00000 - Unknown?
  44. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  45. Level game mode: ~~ERROR~~ NullPointerException: null
  46. Stacktrace:
  47. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  48. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  49. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  50. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  51. at java.lang.Thread.run(Thread.java:745)
  52.  
  53. -- System Details --
  54. Details:
  55. Minecraft Version: 1.12.2
  56. Operating System: Windows 10 (amd64) version 10.0
  57. Java Version: 1.8.0_51, Oracle Corporation
  58. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  59. Memory: 317986680 bytes (303 MB) / 637534208 bytes (608 MB) up to 5368709120 bytes (5120 MB)
  60. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  61. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  62. FML: MCP 9.42 Powered by Forge 14.23.5.2847 6 mods loaded, 6 mods active
  63. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  64.  
  65. | State | ID | Version | Source | Signature |
  66. |:------ |:------------- |:------------ |:--------------------------------------- |:--------- |
  67. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  68. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  69. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None |
  70. | LCHIJA | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None |
  71. | LCHIJA | aether_legacy | 1.4.4 | aether_legacy-1.12.2-v1.4.4.jar | None |
  72. | LCHIJA | pvj | 1.6.4 | ProjectVibrantJourneys-1.12.2-1.6.4.jar | None |
  73.  
  74. Loaded coremods (and transformers):
  75. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  76. Profiler Position: N/A (disabled)
  77. Player Count: 1 / 8; [EntityPlayerMP['Chiroyo'/810, l='New World', x=34.50, y=90.00, z=239.50]]
  78. Type: Integrated Server (map_client.txt)
  79. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement