Skip to content

Instantly share code, notes, and snippets.

View robxu9's full-sized avatar
📑
ping me directly if you need my attention

Robert Xu robxu9

📑
ping me directly if you need my attention
View GitHub Profile
@robxu9
robxu9 / server.log
Created June 26, 2012 03:01
Threading problem?
2012-06-25 20:27:06 [INFO] xu_robert [/127.0.0.1:55980] logged in with entity id 184 at ([world] -582.4819891485688, 72.0, 228.23125508879048)
2012-06-25 20:27:06 [INFO] [MineQuest] [Player] Retrieving details for player xu_robert
2012-06-25 20:29:28 [INFO] <xu_robert> test
2012-06-25 20:29:44 [SEVERE] com.theminequest.MineQuest.API.Group.GroupException: EXTERNALEXCEPTION
2012-06-25 20:29:44 [SEVERE] at com.theminequest.MineQuest.Group.SingleParty.finishQuest(SingleParty.java:132)
2012-06-25 20:29:44 [SEVERE] at com.theminequest.MineQuest.Group.MQQuestGroupManager.onQuestCompleteEvent(MQQuestGroupManager.java:250)
2012-06-25 20:29:44 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-06-25 20:29:44 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-06-25 20:29:44 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-06-25 20:29:44 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
@robxu9
robxu9 / gist:2565217
Created May 1, 2012 05:02
MineQuest - Defender Class File
#Mon Apr 30 18:16:01 EDT 2012
# basic properties
# User Friendly Name (ID is the filename w/o the .cspec)
displayname=Defender
# Differ from base health by...? (base health == 100)
healthdiff=-5
# Differ from power health by...? (base power == 100)
powerdiff=5
# Differ from exp health by...? (base exp == 100)
expdiff=-2
@robxu9
robxu9 / longlog
Created April 1, 2012 18:13
Trinity Meeting March/April 2012
16:14:41 <Xu_R> #startmeeting March/April Meeting 2012
16:14:41 <[lindaemon]> Meeting started Sun Apr 1 16:14:41 2012 UTC. The chair is Xu_R. Information about MeetBot at http://wiki.debian.org/MeetBot.
16:14:41 <[lindaemon]> Useful Commands: #action #agreed #help #info #idea #link #topic.
16:14:48 <Xu_R> #chair MobileTurkey
16:14:48 <[lindaemon]> Current chairs: MobileTurkey Xu_R
16:15:17 <MobileTurkey> I need to get home ASAP
16:15:36 <Xu_R> ok, Calvin, me, samelian, Strangelv, pserru, eliddell, and Bille_ are here
16:15:52 <Xu_R> Strangelv: have anything to add to the meeting?
16:15:52 <pserru> (I must go. Thank you for all. Bye.)
16:16:16 <Xu_R> MobileTurkey: hurry? ;P
@robxu9
robxu9 / Meeting Log
Created February 1, 2012 19:46
Trinity Desktop Meeting 01 Feb 2012
17:00:34 <Xu_R|School> #startmeeting Trinity Developer Meeting, 01 February 2012, 12 PM EST
17:00:34 <[lindaemon]> Meeting started Wed Feb 1 17:00:34 2012 UTC. The chair is Xu_R|School. Information about MeetBot at http://wiki.debian.org/MeetBot.
17:00:34 <[lindaemon]> Useful Commands: #action #agreed #help #info #idea #link #topic.
17:01:09 <Z_God> the first three point are pretty much for kb9vqf-offsite ;)
17:01:14 <Xu_R|School> we haven't had a meeting in a while :| time to get caught up! (especially me >_>")
17:01:44 <kb9vqf-offsite> ah, ok
17:01:45 <Xu_R|School> #chair MutantTurkey kb9vqf-offsite
17:01:45 <[lindaemon]> Current chairs: MutantTurkey Xu_R|School kb9vqf-offsite
17:01:46 <MutantTurkey> back
17:01:59 <kb9vqf-offsite> GIT migration is complete as of 1/1/2012
2012-01-19 17:39:22 [SEVERE] Unexpected exception
java.lang.OutOfMemoryError: Java heap space
at net.minecraft.server.Vec3D.a(SourceFile:12)
at net.minecraft.server.Vec3D.create(SourceFile:26)
at net.minecraft.server.World.rayTrace(World.java:791)
at net.minecraft.server.World.a(World.java:667)
at net.minecraft.server.World.a(World.java:1545)
at net.minecraft.server.Explosion.a(Explosion.java:117)
at net.minecraft.server.World.createExplosion(World.java:1526)
at net.minecraft.server.WorldServer.createExplosion(WorldServer.java:229)