Guest User

Untitled

a guest
Apr 4th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. [SNIP] (At this point someone places a turtle in the world)G
  2.  
  3. 2013-04-04 09:54:20 [INFO] [STDERR] java.lang.NoClassDefFoundError: Could not initialize class miscperipherals.util.Util
  4. 2013-04-04 09:54:20 [INFO] [STDERR] at miscperipherals.asm.ASMHelper.getTurtleBlockLightValue(ASMHelper.java:32)
  5. 2013-04-04 09:54:20 [INFO] [STDERR] at dan200.turtle.shared.BlockTurtle.getLightValue(BlockTurtle.java)
  6. 2013-04-04 09:54:20 [INFO] [STDERR] at yc.g(World.java:3357)
  7. 2013-04-04 09:54:20 [INFO] [STDERR] at yc.c(World.java:3424)
  8. 2013-04-04 09:54:20 [INFO] [STDERR] at yc.z(World.java:3296)
  9. 2013-04-04 09:54:20 [INFO] [STDERR] at yc.a(World.java:556)
  10. 2013-04-04 09:54:20 [INFO] [STDERR] at yc.c(World.java:532)
  11. 2013-04-04 09:54:20 [INFO] [STDERR] at yc.d(World.java:716)
  12. 2013-04-04 09:54:20 [INFO] [STDERR] at vq.placeBlockAt(ItemBlock.java:201)
  13. 2013-04-04 09:54:20 [INFO] [STDERR] at vq.a(ItemBlock.java:97)
  14. 2013-04-04 09:54:20 [INFO] [STDERR] at dan200.computer.shared.ItemComputerBase.a(ItemComputerBase.java:50)
  15. 2013-04-04 09:54:20 [INFO] [STDERR] at ur.a(SourceFile:88)
  16. 2013-04-04 09:54:20 [INFO] [STDERR] at ir.a(ItemInWorldManager.java:424)
  17. 2013-04-04 09:54:20 [INFO] [STDERR] at iv.a(NetServerHandler.java:579)
  18. 2013-04-04 09:54:20 [INFO] [STDERR] at fk.a(SourceFile:58)
  19. 2013-04-04 09:54:20 [INFO] [STDERR] at cg.b(TcpConnection.java:458)
  20. 2013-04-04 09:54:20 [INFO] [STDERR] at iv.d(NetServerHandler.java:136)
  21. 2013-04-04 09:54:20 [INFO] [STDERR] at iw.b(NetworkListenThread.java:57)
  22. 2013-04-04 09:54:20 [INFO] [STDERR] at ht.b(SourceFile:30)
  23. 2013-04-04 09:54:20 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:703)
  24. 2013-04-04 09:54:20 [INFO] [STDERR] at ho.r(DedicatedServer.java:269)
  25. 2013-04-04 09:54:20 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
  26. 2013-04-04 09:54:20 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
  27. 2013-04-04 09:54:20 [INFO] [STDERR] at fy.run(SourceFile:849)
  28. 2013-04-04 09:54:20 [SEVERE] [Minecraft] Encountered an unexpected exception NoClassDefFoundError
  29. java.lang.NoClassDefFoundError: Could not initialize class miscperipherals.util.Util
  30. at miscperipherals.asm.ASMHelper.getTurtleBlockLightValue(ASMHelper.java:32)
  31. at dan200.turtle.shared.BlockTurtle.getLightValue(BlockTurtle.java)
  32. at yc.g(World.java:3357)
  33. at yc.c(World.java:3424)
  34. at yc.z(World.java:3296)
  35. at yc.a(World.java:556)
  36. at yc.c(World.java:532)
  37. at yc.d(World.java:716)
  38. at vq.placeBlockAt(ItemBlock.java:201)
  39. at vq.a(ItemBlock.java:97)
  40. at dan200.computer.shared.ItemComputerBase.a(ItemComputerBase.java:50)
  41. at ur.a(SourceFile:88)
  42. at ir.a(ItemInWorldManager.java:424)
  43. at iv.a(NetServerHandler.java:579)
  44. at fk.a(SourceFile:58)
  45. at cg.b(TcpConnection.java:458)
  46. at iv.d(NetServerHandler.java:136)
  47. at iw.b(NetworkListenThread.java:57)
  48. at ht.b(SourceFile:30)
  49. at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:703)
  50. at ho.r(DedicatedServer.java:269)
  51. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
  52. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
  53. at fy.run(SourceFile:849)
  54. 2013-04-04 09:54:20 [SEVERE] [Minecraft] This crash report has been saved to: /home/alex/Minecraft/./crash-reports/crash-2013-04-04_09.54.20-server.txt
  55.  
  56. [SNIP]
Advertisement
Add Comment
Please, Sign In to add comment