Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oops.
  3.  
  4. Time: 1/19/20 7:51 AM
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: p455w0rdslib.util.ProxiedUtils.isSMP()Z
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.serverStarted(Loader.java:803)
  10. at cpw.mods.fml.common.FMLCommonHandler.handleServerStarted(FMLCommonHandler.java:283)
  11. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:389)
  12. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  13. Caused by: java.lang.NoSuchMethodError: p455w0rdslib.util.ProxiedUtils.isSMP()Z
  14. at p455w0rd.cmotd.proxy.CommonProxy.serverStarted(CommonProxy.java:21)
  15. at p455w0rd.cmotd.CustomMOTD.serverStarted(CustomMOTD.java:32)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:498)
  20. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  21. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:498)
  24. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  25. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  26. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  27. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  28. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  29. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  30. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  34. at java.lang.reflect.Method.invoke(Method.java:498)
  35. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  36. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  37. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  38. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  39. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  40. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  41. at cpw.mods.fml.common.Loader.serverStarted(Loader.java:802)
  42. ... 3 more
  43.  
  44.  
  45. A detailed walkthrough of the error, its code path and all known details is as follows:
  46. ---------------------------------------------------------------------------------------
  47.  
  48. -- System Details --
  49. Details:
  50. Minecraft Version: 1.7.10
  51. Operating System: Linux (amd64) version 4.15.0-72-generic
  52. Java Version: 1.8.0_232, Private Build
  53. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Private Build
  54. Memory: 6881918576 bytes (6563 MB) / 8232370176 bytes (7851 MB) up to 8232370176 bytes (7851 MB)
  55. JVM Flags: 2 total; -Xms8G -Xmx8G
  56. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  57. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  58. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 5 mods loaded, 5 mods active
  59. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  60. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  61. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  62. UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
  63. UCHIJAAAA p455w0rdslib{1.0.4} [p455w0rd's Library] (p455w0rdslib-1.7.10-1.0.4.jar)
  64. UCHIJAAAE cmotd{1.0.2} [p455w0rd MOTD Customizer] (CustomMOTD-1.7.10-1.0.2.jar)
  65. Profiler Position: N/A (disabled)
  66. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  67. Player Count: 0 / 20; []
  68. Is Modded: Definitely; Server brand changed to 'fml,forge'
  69. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement