Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 11/22/19 3:22 PM
  5. Description: Exception in server tick loop
  6.  
  7. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from FastWorkbench (fastbench)
  8. Caused by: java.lang.UnsupportedOperationException: Cannot redefine singleton Server
  9. at org.bukkit.Bukkit.setServer(Bukkit.java:79)
  10. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.<init>(CraftServer.java:250)
  11. at net.minecraft.server.management.PlayerList.<init>(PlayerList.java:128)
  12. at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:14)
  13. at shadows.fastbench.net.HijackedDedicatedPlayerList.<init>(HijackedDedicatedPlayerList.java:13)
  14. at shadows.fastbench.proxy.BenchServerProxy.replacePlayerList(BenchServerProxy.java:19)
  15. at shadows.fastbench.FastBench.serverStartRemoval(FastBench.java:102)
  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 net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:636)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:498)
  25. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  26. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  27. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  28. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  29. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  30. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  32. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  33. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. at java.lang.reflect.Method.invoke(Method.java:498)
  38. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  39. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  40. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  41. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  42. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  43. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  45. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  46. at net.minecraftforge.fml.common.Loader.serverAboutToStart(Loader.java:859)
  47. at net.minecraftforge.fml.common.FMLCommonHandler.handleServerAboutToStart(FMLCommonHandler.java:293)
  48. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:325)
  49. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:598)
  50. at java.lang.Thread.run(Thread.java:748)
  51.  
  52.  
  53. A detailed walkthrough of the error, its code path and all known details is as follows:
  54. ---------------------------------------------------------------------------------------
  55.  
  56. -- System Details --
  57. Details:
  58. Minecraft Version: 1.12.2
  59. Operating System: Linux (amd64) version 4.15.0-70-generic
  60. Java Version: 1.8.0_212, Oracle Corporation
  61. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  62. Memory: 83486728 bytes (79 MB) / 215461888 bytes (205 MB) up to 1037959168 bytes (989 MB)
  63. JVM Flags: 2 total; -Xms128M -Xmx1024M
  64. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  65. CraftBukkit Information:
  66. Running: CatServer version git-CatServer-1.12.2-ef6016b (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT) false
  67. Plugins: {}
  68. Warnings: DEFAULT
  69. Reload Count: 0
  70. Threads: { RUNNABLE DestroyJavaVM: [], RUNNABLE Signal Dispatcher: [], TIMED_WAITING Server Infinisleeper: [java.lang.Thread.sleep(Native Method), net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:92)], RUNNABLE Server console handler: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(FileInputStream.java:255), java.io.BufferedInputStream.fill(BufferedInputStream.java:246), java.io.BufferedInputStream.read(BufferedInputStream.java:265), jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:166), jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:135), jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:243), jline.internal.InputStreamReader.read(InputStreamReader.java:257), jline.internal.InputStreamReader.read(InputStreamReader.java:194), jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2136), jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2126), jline.console.ConsoleReader.readBinding(ConsoleReader.java:2211), jline.console.ConsoleReader.readLine(ConsoleReader.java:2460), jline.console.ConsoleReader.readLine(ConsoleReader.java:2372), net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:120)], RUNNABLE Thread-4: [org.bukkit.craftbukkit.v1_12_R1.command.ColouredConsoleSender.toAnsiStr(ColouredConsoleSender.java:61), org.bukkit.craftbukkit.v1_12_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:40), java.lang.Thread.run(Thread.java:748)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165), java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)], WAITING NonBlockingInputStreamThread: [java.lang.Object.wait(Native Method), jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:275), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Spigot Watchdog Thread: [java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:95)], WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.util.TimerThread.mainLoop(Timer.java:526), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING process reaper: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #0: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:117), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858), java.lang.Thread.run(Thread.java:748)], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1610), org.bukkit.craftbukkit.v1_12_R1.CraftCrashReport.call(CraftCrashReport.java:29), net.minecraft.crash.CrashReportCategory.func_189529_a(CrashReportCategory.java:96), net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:120), net.minecraft.crash.CrashReport.<init>(CrashReport.java:41), net.minecraft.server.MinecraftServer.run(MinecraftServer.java:661), java.lang.Thread.run(Thread.java:748)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.lang.ref.Reference.tryHandlePending(Reference.java:191), java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)],}
  71. Recent tasks from -31--1{}
  72. FML: MCP 9.42 Powered by Forge 14.23.5.2847 5 mods loaded, 5 mods active
  73. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  74.  
  75. | State | ID | Version | Source | Signature |
  76. |:------- |:--------- |:------------ |:------------------------------ |:--------- |
  77. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  78. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  79. | LCHIJA | FML | 8.0.99.99 | server.jar | None |
  80. | LCHIJA | forge | 14.23.5.2847 | server.jar | None |
  81. | LCHIJAE | fastbench | 1.7.2 | FastWorkbench-1.12.2-1.7.2.jar | None |
  82.  
  83. Loaded coremods (and transformers):
  84. Profiler Position: N/A (disabled)
  85. Player Count: 0 / 20; []
  86. Is Modded: Definitely; Server brand changed to 'fml,forge'
  87. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement