Advertisement
LAUCHGeorge

Untitled

Sep 6th, 2021
801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // I bet Cylons wouldn't have this problem.
  8.  
  9. Time: 9/6/21 11:08 PM
  10. Description: Exception in server tick loop
  11.  
  12. java.lang.ClassCastException: com.gildedgames.orbis.lib.world.WorldObjectManager cannot be cast to com.gildedgames.orbis_api.world.WorldObjectManager
  13. at com.gildedgames.orbis_api.world.WorldObjectManager.get(WorldObjectManager.java:80)
  14. at com.gildedgames.orbis_api.world.WorldObjectManagerEvents.onWorldTick(WorldObjectManagerEvents.java:18)
  15. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_148_WorldObjectManagerEvents_onWorldTick_WorldTickEvent.invoke(.dynamic)
  16. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  17. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  18. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274)
  19. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776)
  20. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  21. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  23. at java.lang.Thread.run(Thread.java:745)
  24.  
  25.  
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28.  
  29. -- System Details --
  30. Details:
  31. Minecraft Version: 1.12.2
  32. Operating System: Windows 10 (amd64) version 10.0
  33. Java Version: 1.8.0_51, Oracle Corporation
  34. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  35. Memory: 509161384 bytes (485 MB) / 1040187392 bytes (992 MB) up to 2147483648 bytes (2048 MB)
  36. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  37. IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
  38. FML: MCP 9.42 Powered by Forge 14.23.5.2855 8 mods loaded, 8 mods active
  39. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  40.  
  41. | State | ID | Version | Source | Signature |
  42. |:------ |:----------------- |:------------- |:----------------------------------- |:---------------------------------------- |
  43. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  44. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  45. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  46. | LCHIJA | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  47. | LCHIJA | orbis-lib | 0.2.0 | orbis-lib-1.12.2-0.2.0+build411.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
  48. | LCHIJA | aether | 0.3.0 | Aether-2-Mod-1.12.2.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
  49. | LCHIJA | orbis_api | 1.12.2-1.1.11 | orbis_api-1.12.2-1.1.11.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
  50. | LCHIJA | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
  51.  
  52. Loaded coremods (and transformers):
  53. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
  54.  
  55. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  56. Profiler Position: N/A (disabled)
  57. Player Count: 0 / 8; []
  58. Type: Integrated Server (map_client.txt)
  59. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement