Skip to content

Instantly share code, notes, and snippets.

@robxu9
Created January 19, 2012 22:38
Show Gist options
  • Save robxu9/1643424 to your computer and use it in GitHub Desktop.
Save robxu9/1643424 to your computer and use it in GitHub Desktop.
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)
at net.minecraft.server.EntityTNTPrimed.explode(EntityTNTPrimed.java:88)
at net.minecraft.server.EntityTNTPrimed.y_(EntityTNTPrimed.java:66)
at net.minecraft.server.World.entityJoinedWorld(World.java:1256)
at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:110)
at net.minecraft.server.World.playerJoinedWorld(World.java:1238)
at net.minecraft.server.World.tickEntities(World.java:1145)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment