Problem/Bug I need help with my Server it is crashing

Discussion in 'Bukkit Help' started by _xXLukecraftXx_, Apr 2, 2018.

Thread Status:
Not open for further replies.
  1. Offline

    _xXLukecraftXx_

    Hello I need help with my server I have no idea what i can do i thougth it was a commandblock but when I removed it, it crahged again after a few seconds. I need help with the crash report I read it but I have no Idea what all this means pls help.
    The Crash report:

    Code:
    ---- Minecraft Crash Report ----
    // Ouch. That hurt :(
    
    Time: 4/2/18 10:56 PM
    Description: Watching Server
    
    java.lang.Error
        at net.minecraft.server.v1_12_R1.World.getType(World.java:769)
        at net.minecraft.server.v1_12_R1.World.a(World.java:1133)
        at net.minecraft.server.v1_12_R1.World.getCubes(World.java:1157)
        at net.minecraft.server.v1_12_R1.Entity.move(Entity.java:642)
        at net.minecraft.server.v1_12_R1.EntityMinecartAbstract.a(EntityMinecartAbstract.java:541)
        at net.minecraft.server.v1_12_R1.EntityMinecartAbstract.B_(EntityMinecartAbstract.java:291)
        at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1507)
        at net.minecraft.server.v1_12_R1.World.h(World.java:1482)
        at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1344)
        at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:646)
        at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:750)
        at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:371)
        at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:651)
        at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:555)
        at java.lang.Thread.run(Thread.java:748)
    
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    
    -- Head --
    Thread: Server Watchdog
    Stacktrace:
        at net.minecraft.server.v1_12_R1.World.getType(World.java:769)
        at net.minecraft.server.v1_12_R1.World.a(World.java:1133)
        at net.minecraft.server.v1_12_R1.World.getCubes(World.java:1157)
        at net.minecraft.server.v1_12_R1.Entity.move(Entity.java:642)
        at net.minecraft.server.v1_12_R1.EntityMinecartAbstract.a(EntityMinecartAbstract.java:541)
        at net.minecraft.server.v1_12_R1.EntityMinecartAbstract.B_(EntityMinecartAbstract.java:291)
        at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1507)
        at net.minecraft.server.v1_12_R1.World.h(World.java:1482)
        at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1344)
        at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:646)
        at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:750)
        at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:371)
        at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:651)
    
    -- Thread Dump --
    Details:
        Threads: "File IO Thread" Id=70 TIMED_WAITING
        at java.lang.Thread.sleep(Native Method)
        at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:51)
        at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Chunk I/O Executor Thread-1" Id=68 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@35e25e0b
        at sun.misc.Unsafe.park(Native Method)
        -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@35e25e0b
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #21" Id=67 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #20" Id=66 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #19" Id=64 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Timer-1" Id=63 TIMED_WAITING on java.util.TaskQueue@3b25a6c7
        at java.lang.Object.wait(Native Method)
        -  waiting on java.util.TaskQueue@3b25a6c7
        at java.util.TimerThread.mainLoop(Timer.java:552)
        at java.util.TimerThread.run(Timer.java:505)
    
    
    "pool-3-thread-2" Id=62 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@3f1a357b
        at sun.misc.Unsafe.park(Native Method)
        -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@3f1a357b
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ...
    
    
    "pool-3-thread-1" Id=60 RUNNABLE (in native)
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
        -  locked java.net.SocksSocketImpl@7a18acfc
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:589)
        at java.net.Socket.connect(Socket.java:538)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
        ...
    
        Number of locked synchronizers = 1
        - java.util.concurrent.ThreadPoolExecutor$Worker@6ea9b530
    
    
    "Java2D Disposer" Id=58 WAITING on java.lang.ref.ReferenceQueue$Lock@257764ad
        at java.lang.Object.wait(Native Method)
        -  waiting on java.lang.ref.ReferenceQueue$Lock@257764ad
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
        at sun.java2d.Disposer.run(Disposer.java:148)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Server Watchdog" Id=57 RUNNABLE
        at sun.management.ThreadImpl.dumpThreads0(Native Method)
        at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
        at net.minecraft.server.v1_12_R1.ThreadWatchdog.run(SourceFile:43)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "RCON Listener #2" Id=56 RUNNABLE (in native)
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
        at java.net.ServerSocket.implAccept(ServerSocket.java:545)
        at java.net.ServerSocket.accept(ServerSocket.java:513)
        at net.minecraft.server.v1_12_R1.RemoteControlListener.run(SourceFile:69)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Query Listener #1" Id=55 RUNNABLE (in native)
        at java.net.PlainDatagramSocketImpl.receive0(Native Method)
        -  locked java.net.PlainDatagramSocketImpl@1a3753b3
        at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
        -  locked java.net.PlainDatagramSocketImpl@1a3753b3
        at java.net.DatagramSocket.receive(DatagramSocket.java:812)
        -  locked java.net.DatagramPacket@2a977770
        -  locked java.net.DatagramSocket@40c9231d
        at net.minecraft.server.v1_12_R1.RemoteStatusListener.run(SourceFile:269)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #18" Id=54 RUNNABLE (in native)
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #17" Id=52 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #16" Id=50 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #15" Id=49 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #14" Id=47 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #13" Id=46 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #12" Id=45 RUNNABLE (in native)
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #11" Id=44 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #10" Id=43 RUNNABLE (in native)
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #9" Id=42 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #8" Id=41 RUNNABLE (in native)
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #7" Id=40 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #6" Id=39 RUNNABLE (in native)
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #5" Id=38 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Timer-0" Id=37 WAITING on java.util.TaskQueue@20bf012d
        at java.lang.Object.wait(Native Method)
        -  waiting on java.util.TaskQueue@20bf012d
        at java.lang.Object.wait(Object.java:502)
        at java.util.TimerThread.mainLoop(Timer.java:526)
        at java.util.TimerThread.run(Timer.java:505)
    
    
    "Netty Epoll Server IO #4" Id=36 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #3" Id=35 RUNNABLE (in native)
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #2" Id=34 RUNNABLE
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "threadDeathWatcher-2-1" Id=33 TIMED_WAITING
        at java.lang.Thread.sleep(Native Method)
        at io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152)
        at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #1" Id=32 RUNNABLE (in native)
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Netty Epoll Server IO #0" Id=31 RUNNABLE (in native)
        at io.netty.channel.epoll.Native.epollWait0(Native Method)
        at io.netty.channel.epoll.Native.epollWait(Native.java:114)
        at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235)
        at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252)
        at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "Thread-3" Id=30 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e734b9b
        at sun.misc.Unsafe.park(Native Method)
        -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3e734b9b
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77)
        at org.bukkit.craftbukkit.v1_12_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:27)
        at java.lang.Thread.run(Thread.java:748)
    
    
    "DestroyJavaVM" Id=28 RUNNABLE
    
    
    "Server thread" Id=26 RUNNABLE
        at net.minecraft.server.v1_12_R1.World.getType(World.java:769)
        at net.minecraft.server.v1_12_R1.World.a(World.java:1133)
        at net.minecraft.server.v1_12_R1.World.getCubes(World.java:1157)
        at net.minecraft.server.v1_12_R1.Entity.move(Entity.java:642)
        at net.minecraft.server.v1_12_R1.EntityMinecartAbstract.a(EntityMinecartAbstract.java:541)
        at net.minecraft.server.v1_12_R1.EntityMinecartAbstract.B_(EntityMinecartAbstract.java:291)
        at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1507)
        at net.minecraft.server.v1_12_R1.World.h(World.java:1482)
        ...
    
    
    "Server Infinisleeper" Id=27 TIMED_WAITING
        at java.lang.Thread.sleep(Native Method)
        at net.minecraft.server.v1_12_R1.DedicatedServer$1.run(DedicatedServer.java:59)
    
    
    "Snooper Timer" Id=23 TIMED_WAITING on java.util.TaskQueue@1e792d2d
        at java.lang.Object.wait(Native Method)
        -  waiting on java.util.TaskQueue@1e792d2d
        at java.util.TimerThread.mainLoop(Timer.java:552)
        at java.util.TimerThread.run(Timer.java:505)
    
    
    "Signal Dispatcher" Id=5 RUNNABLE
    
    
    "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@f44e565
        at java.lang.Object.wait(Native Method)
        -  waiting on java.lang.ref.ReferenceQueue$Lock@f44e565
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
    
    
    "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@57aa2bc9
        at java.lang.Object.wait(Native Method)
        -  waiting on java.lang.ref.Reference$Lock@57aa2bc9
        at java.lang.Object.wait(Object.java:502)
        at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
        at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
    
    
    
    Stacktrace:
        at net.minecraft.server.v1_12_R1.ThreadWatchdog.run(SourceFile:59)
        at java.lang.Thread.run(Thread.java:748)
    
    I hope you can Help me Lukecraft
     
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    _xXLukecraftXx_

  4. Online

    timtower Administrator Administrator Moderator

  5. Offline

    _xXLukecraftXx_

    I know i send you that
     
  6. Online

    timtower Administrator Administrator Moderator

  7. Offline

    _xXLukecraftXx_

    and the latest log under it
     
  8. Online

    timtower Administrator Administrator Moderator

    @_xXLukecraftXx_ Please keep them separate next time.
    Not used to scrolling past 500 lines to get to the thing I need.
    Disable command blocks, then try again, if still crashing: remove all plugins.
     
  9. Offline

    _xXLukecraftXx_

    i disabled command-blocks and now it isnt crashing anymore thx
     
Thread Status:
Not open for further replies.

Share This Page