Advertisement
Guest User

Untitled

a guest
Aug 4th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. * tezzered has connected!
  2. * tezzered has disconnected.
  3. * tezzered has connected!
  4. 04.08.2012 18:52:10 com.jme3.app.Application handleError
  5. SCHWERWIEGEND: Uncaught exception thrown in Thread[Thread-5,5,main]
  6. java.lang.OutOfMemoryError
  7. at java.util.zip.Deflater.init(Native Method)
  8. at java.util.zip.Deflater.<init>(Unknown Source)
  9. at java.util.zip.Deflater.<init>(Unknown Source)
  10. at Game.NetManager.CompressByteBuffer(NetManager.java:508)
  11. at Game.NetManager.SendOut(NetManager.java:582)
  12. at Game.NetManager$Sender3079.run(NetManager.java:221)
  13. at java.lang.Thread.run(Unknown Source)
  14. 04.08.2012 18:52:10 com.jme3.app.Application handleError
  15. SCHWERWIEGEND: Uncaught exception thrown in Thread[Headless Application Thread,5
  16. ,main]
  17. java.lang.OutOfMemoryError
  18. at java.util.zip.Deflater.init(Native Method)
  19. at java.util.zip.Deflater.<init>(Unknown Source)
  20. at java.util.zip.GZIPOutputStream.<init>(Unknown Source)
  21. at java.util.zip.GZIPOutputStream.<init>(Unknown Source)
  22. at Game.Chunk.saveChunk(Chunk.java:62)
  23. at Game.World.SaveGame(World.java:2973)
  24. at Game.Main.StopGame(Main.java:2011)
  25. at Game.Main.destroy(Main.java:2051)
  26. at com.jme3.system.NullContext.deinitInThread(NullContext.java:89)
  27. at com.jme3.system.NullContext.run(NullContext.java:137)
  28. at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement