---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 14-9-4 19:09 Description: Watching Server java.lang.Error at er.a(SourceFile:39) at bgk.a(SourceFile:25) at bgk.a(SourceFile:16) at arm.b(SourceFile:427) at arm.a(SourceFile:411) at bgv.a(SourceFile:175) at bgv.d(SourceFile:203) at qs.c(SourceFile:87) at qr.<init>(SourceFile:39) at qq.a(SourceFile:231) at qq.a(SourceFile:263) at sn.a(SourceFile:225) at sn.c(SourceFile:277) at sn.a(SourceFile:132) at rq.b(SourceFile:96) at rq.c(SourceFile:54) at gr.a(SourceFile:187) at rc.c(SourceFile:151) at net.minecraft.server.MinecraftServer.z(SourceFile:625) at po.z(SourceFile:305) at net.minecraft.server.MinecraftServer.y(SourceFile:531) at net.minecraft.server.MinecraftServer.run(SourceFile:447) at java.lang.Thread.run(Unknown Source) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at er.a(SourceFile:39) at bgk.a(SourceFile:25) at bgk.a(SourceFile:16) at arm.b(SourceFile:427) at arm.a(SourceFile:411) at bgv.a(SourceFile:175) at bgv.d(SourceFile:203) at qs.c(SourceFile:87) at qr.<init>(SourceFile:39) at qq.a(SourceFile:231) at qq.a(SourceFile:263) at sn.a(SourceFile:225) at sn.c(SourceFile:277) at sn.a(SourceFile:132) at rq.b(SourceFile:96) at rq.c(SourceFile:54) at gr.a(SourceFile:187) at rc.c(SourceFile:151) at net.minecraft.server.MinecraftServer.z(SourceFile:625) at po.z(SourceFile:305) at net.minecraft.server.MinecraftServer.y(SourceFile:531) -- Thread Dump -- Details: Threads: "Netty Server IO #3" Id=29 RUNNABLE (in native) at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source) at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source) at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source) at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source) - locked io.netty.channel.nio.SelectedSelectionKeySet@15e004c - locked java.util.Collections$UnmodifiableSet@658261 - locked sun.nio.ch.WindowsSelectorImpl@52ed0e at sun.nio.ch.SelectorImpl.select(Unknown Source) at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:618) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:306) ... "Netty Server IO #2" Id=28 RUNNABLE (in native) at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source) at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source) at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source) at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source) - locked io.netty.channel.nio.SelectedSelectionKeySet@4941af - locked java.util.Collections$UnmodifiableSet@177746a - locked sun.nio.ch.WindowsSelectorImpl@17c0e2a at sun.nio.ch.SelectorImpl.select(Unknown Source) at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:618) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:306) ... "Netty Server IO #1" Id=27 RUNNABLE (in native) at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method) at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source) at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source) at sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source) at sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source) - locked io.netty.channel.nio.SelectedSelectionKeySet@18603db - locked java.util.Collections$UnmodifiableSet@1673843 - locked sun.nio.ch.WindowsSelectorImpl@19ee282 at sun.nio.ch.SelectorImpl.select(Unknown Source) at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:618) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:306) ... "Server Watchdog" Id=32 RUNNABLE at sun.management.ThreadImpl.dumpThreads0(Native Method) at sun.management.ThreadImpl.dumpAllThreads(Unknown Source) at pt.run(SourceFile:43) at java.lang.Thread.run(Unknown Source) "Netty Server IO #0" Id=26 BLOCKED on java.util.Collections$SynchronizedRandomAccessList@28fc01 owned by "Server thread" Id=20 at java.util.Collections$SynchronizedCollection.add(Unknown Source) - blocked on java.util.Collections$SynchronizedRandomAccessList@28fc01 at rf.initChannel(SourceFile:88) at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:157) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:143) at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732) at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:443) at io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:413) ... "D3D Screen Updater" Id=24 TIMED_WAITING on java.lang.Object@b8abe3 at java.lang.Object.wait(Native Method) - waiting on java.lang.Object@b8abe3 at sun.java2d.d3d.D3DScreenUpdateManager.run(Unknown Source) at java.lang.Thread.run(Unknown Source) "DestroyJavaVM" Id=22 RUNNABLE "Server thread" Id=20 RUNNABLE at er.a(SourceFile:39) at bgk.a(SourceFile:25) at bgk.a(SourceFile:16) at arm.b(SourceFile:427) at arm.a(SourceFile:411) at bgv.a(SourceFile:175) at bgv.d(SourceFile:203) at qs.c(SourceFile:87) ... "TimerQueue" Id=18 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1f578dd at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1f578dd at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source) at java.util.concurrent.DelayQueue.take(Unknown Source) at javax.swing.TimerQueue.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Number of locked synchronizers = 1 - java.util.concurrent.locks.ReentrantLock$NonfairSync@1cf08f "AWT-EventQueue-0" Id=16 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@d22976 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@d22976 at java.util.concurrent.locks.LockSupport.park(Unknown Source) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source) at java.awt.EventQueue.getNextEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) ... "AWT-Windows" Id=14 RUNNABLE (in native) at sun.awt.windows.WToolkit.eventLoop(Native Method) at sun.awt.windows.WToolkit.run(Unknown Source) at java.lang.Thread.run(Unknown Source) "AWT-Shutdown" Id=13 WAITING on java.lang.Object@1a02e81 at java.lang.Object.wait(Native Method) - waiting on java.lang.Object@1a02e81 at java.lang.Object.wait(Object.java:503) at sun.awt.AWTAutoShutdown.run(Unknown Source) at java.lang.Thread.run(Unknown Source) "Java2D Disposer" Id=12 WAITING on java.lang.ref.ReferenceQueue$Lock@14d589c at java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@14d589c at java.lang.ref.ReferenceQueue.remove(Unknown Source) at java.lang.ref.ReferenceQueue.remove(Unknown Source) at sun.java2d.Disposer.run(Unknown Source) at java.lang.Thread.run(Unknown Source) "Server Infinisleeper" Id=11 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at pp.run(SourceFile:64) "Snooper Timer" Id=10 WAITING on java.util.TaskQueue@f4a1d3 at java.lang.Object.wait(Native Method) - waiting on java.util.TaskQueue@f4a1d3 at java.lang.Object.wait(Object.java:503) at java.util.TimerThread.mainLoop(Unknown Source) at java.util.TimerThread.run(Unknown Source) "Attach Listener" Id=5 RUNNABLE "Signal Dispatcher" Id=4 RUNNABLE "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@ac5d94 at java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@ac5d94 at java.lang.ref.ReferenceQueue.remove(Unknown Source) at java.lang.ref.ReferenceQueue.remove(Unknown Source) at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source) "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@33c6df at java.lang.Object.wait(Native Method) - waiting on java.lang.ref.Reference$Lock@33c6df at java.lang.Object.wait(Object.java:503) at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source) Stacktrace: at pt.run(SourceFile:59) at java.lang.Thread.run(Unknown Source) -- System Details -- Details: Minecraft Version: 1.8 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.7.0_67, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 300558984 bytes (286 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB) JVM Flags: 2 total; -Xms512m -Xmx1024m IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 Profiler Position: N/A (disabled) Player Count: 1 / 20; [qw['Sufi'/1277, l='lol', x=-3,50, y=33,00, z=-5,50]] Is Modded: Unknown (can't tell) Type: Dedicated Server (map_server.txt)