Guest User

Modded Server Crashing

a guest
Jul 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why is it breaking :(
  3.  
  4. Time: 7/23/18 11:36 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
  8. at TMIConfig.isMultiplayer(TMIConfig.java:87)
  9. at TMIForgeContainer.playerInteract(TMIForgeContainer.java:48)
  10. at cpw.mods.fml.common.eventhandler.ASMEventHandler_0_TMIForgeContainer_playerInteract_PlayerInteractEvent.invoke(.dynamic)
  11. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  12. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  13. at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)
  14. at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:353)
  15. at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
  16. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
  17. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
  18. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  19. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  20. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  21. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
  22. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  24. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  25. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
  26. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  27. at java.lang.ClassLoader.loadClass(Unknown Source)
  28. at java.lang.ClassLoader.loadClass(Unknown Source)
  29. ... 17 more
  30. Caused by: java.lang.RuntimeException: Attempted to load class bao for invalid side SERVER
  31. at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
  32. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  33. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  34. ... 19 more
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- System Details --
  41. Details:
  42. Minecraft Version: 1.7.10
  43. Operating System: Windows 10 (amd64) version 10.0
  44. Java Version: 1.8.0_171, Oracle Corporation
  45. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  46. Memory: 795534504 bytes (758 MB) / 953679872 bytes (909 MB) up to 5726797824 bytes (5461 MB)
  47. JVM Flags: 1 total; -Xmx6144M
  48. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  49. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  50. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 8 mods loaded, 8 mods active
  51. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  52. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  53. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
  54. UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
  55. UCHIJAAAA TooManyItems{1.7.10} [TooManyItems] (minecraft.jar)
  56. UCHIJAAAA cfm{3.4} [§9MrCrayfish's Furniture Mod] (cfm-3.4-mc1.7.10.jar)
  57. UCHIJAAAA grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar)
  58. UCHIJAAAA pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
  59. UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (Twilight-Forest-Mod-1.7.10.jar)
  60. Profiler Position: N/A (disabled)
  61. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  62. Player Count: 4 / 20; [EntityPlayerMP['Dopeyplayz'/330, l='world', x=-186.88, y=71.12, z=196.90], EntityPlayerMP['VinitplaysMC_326'/681, l='world', x=-169.87, y=64.00, z=183.86], EntityPlayerMP['TheEmeraldZombie'/682, l='world', x=-203.78, y=64.00, z=193.28], EntityPlayerMP['KCplayz'/839, l='world', x=-180.64, y=66.00, z=197.44]]
  63. Is Modded: Definitely; Server brand changed to 'fml,forge'
  64. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment