Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // On the bright side, I bought you a teddy bear!
  3.  
  4. Time: 2/17/19 4:07 PM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.MissingModsException
  8. at cpw.mods.fml.common.Loader.sortModList(Loader.java:216)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:479)
  10. at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:94)
  11. at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:366)
  12. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:93)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637)
  14. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  15.  
  16.  
  17. A detailed walkthrough of the error, its code path and all known details is as follows:
  18. ---------------------------------------------------------------------------------------
  19.  
  20. -- System Details --
  21. Details:
  22. Minecraft Version: 1.6.4
  23. Operating System: Linux (amd64) version 3.10.0-957.1.3.el7.x86_64
  24. Java Version: 1.7.0_201, Oracle Corporation
  25. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  26. Memory: 4784188384 bytes (4562 MB) / 5145886720 bytes (4907 MB) up to 5145886720 bytes (4907 MB)
  27. JVM Flags: 3 total; -Xmx5120M -Xms5120M -XX:MaxPermSize=256m
  28. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  29. Suspicious classes: FML and Forge are installed
  30. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  31. CraftBukkit Information:
  32. Running:
  33. Failed to handle CraftCrashReport:
  34. java.lang.NullPointerException
  35. at org.bukkit.Bukkit.getName(Bukkit.java:72)
  36. at org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:19)
  37. at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
  38. at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58)
  39. at net.minecraft.crash.CrashReport.<init>(CrashReport.java:40)
  40. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693)
  41. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  42.  
  43. FML: ~~ERROR~~ NullPointerException: null
  44. Profiler Position: N/A (disabled)
  45. Is Modded: Definitely; Server brand changed to 'mcpc,cauldron,craftbukkit,fml,forge'
  46. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement