Advertisement
Guest User

Parsnip Sadness 2.0 :(

a guest
Feb 16th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Everything's going to plan. No, really, that was supposed to happen.
  3.  
  4. Time: 2/16/19 9:38 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NoClassDefFoundError: scala/actors/threadpool/Arrays
  8. at otter.mod.world.gen.generators.WorldGenCustomStructures.generateStructure(WorldGenCustomStructures.java:43)
  9. at otter.mod.world.gen.generators.WorldGenCustomStructures.generate(WorldGenCustomStructures.java:33)
  10. at net.minecraftforge.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:167)
  11. at net.minecraft.world.chunk.Chunk.func_186034_a(Chunk.java:1020)
  12. at net.minecraft.world.chunk.Chunk.func_186030_a(Chunk.java:999)
  13. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:157)
  14. at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
  15. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:142)
  16. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:156)
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  18. at java.lang.Thread.run(Thread.java:745)
  19. Caused by: java.lang.ClassNotFoundException: scala.actors.threadpool.Arrays
  20. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  21. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  22. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  23. ... 11 more
  24. Caused by: java.lang.NullPointerException
  25. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  26. ... 13 more
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- System Details --
  33. Details:
  34. Minecraft Version: 1.12.2
  35. Operating System: Windows 10 (amd64) version 10.0
  36. Java Version: 1.8.0_51, Oracle Corporation
  37. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  38. Memory: 653303144 bytes (623 MB) / 1231028224 bytes (1174 MB) up to 2863661056 bytes (2731 MB)
  39. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -Xms256m -XX:PermSize=256m
  40. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  41. FML: MCP 9.42 Powered by Forge 14.23.5.2815 6 mods loaded, 6 mods active
  42. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  43.  
  44. | State | ID | Version | Source | Signature |
  45. |:------ |:--------- |:------------ |:----------------------------- |:---------------------------------------- |
  46. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  47. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  48. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2815.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  49. | LCHIJA | forge | 14.23.5.2815 | forge-1.12.2-14.23.5.2815.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  50. | LCHIJA | jei | 4.13.1.225 | jei_1.12.2-4.13.1.225.jar | None |
  51. | LCHIJA | om | 1.0 | parsnip-1.0.jar | None |
  52.  
  53. Loaded coremods (and transformers):
  54. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  55. Profiler Position: N/A (disabled)
  56. Player Count: 0 / 8; []
  57. Type: Integrated Server (map_client.txt)
  58. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement