Skip to content

Instantly share code, notes, and snippets.

View DerFlash's full-sized avatar

Björn Teichmann DerFlash

View GitHub Profile
@DerFlash
DerFlash / gist:9188968
Created February 24, 2014 14:03
APM time table
Video Time Action APM Planner Time GPS TimeMS
2:06 -> stabilized 2:29:06 58927.600
4:33 (+2:27) wobble mini (3:29:40) 59074.600
5:46 (+3:40) wobble big (3:59:42) 59147.600
6:30 (+4:24) -> loiter 4:18:11 59192.400
10:42 (+8:36) -> loiter 5 6:15:44 59443.600g
[18:58:49 WARN]: A task raised an exception.
java.lang.RuntimeException: Cannot construct completed future.
at com.comphenix.protocol.injector.netty.ChannelProxy.getSucceededFuture(ChannelProxy.java:55) ~[?:?]
at com.comphenix.protocol.injector.netty.ChannelProxy.writeAndFlush(ChannelProxy.java:230) ~[?:?]
at net.minecraft.server.v1_7_R1.QueuedProtocolSwitch.run(SourceFile:133) ~[spigot.jar:git-Spigot-1168]
at net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354) [spigot.jar:git-Spigot-1168]
at net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:348) [spigot.jar:git-Spigot-1168]
at net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [spigot.jar:git-Spigot-1168]
at java.lang.Thread.run(Thread.java:744) [?:1.7.0_45]
@DerFlash
DerFlash / gist:3554284
Created August 31, 2012 15:09
MC Logblock TP Chest Crash
17:04:32 [INFO] Pepperus issued server command: /lb tp chestaccess 12erik
17:04:45 [WARNING] Could not properly handle event CHUNK_LOAD:
java.lang.IllegalAccessError: Synchronized code got accessed from another thread: java.util.concurrent.ThreadPoolExecutor$Worker
at org.bukkit.event.Listener.onChunkLoad(Listener:0)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)