Advertisement
C0BRA

Untitled

Aug 4th, 2011
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Connecting to localhost, 25565
  2. java.lang.NullPointerException
  3. at ew.f(SourceFile:117)
  4. at wp.a(SourceFile:22)
  5. at cv.b(cv.java:2107)
  6. at cv.l(cv.java:1642)
  7. at cv.b(cv.java:113)
  8. at dk.a(WorldRenderer.java:164)
  9. at n.a(SourceFile:1132)
  10. at px.a(SourceFile:621)
  11. at px.b(SourceFile:509)
  12. at EntityRendererProxy.b(EntityRendererProxy.java:14)
  13. at net.minecraft.client.Minecraft.run(SourceFile:781)
  14. at java.lang.Thread.run(Thread.java:662)
  15. Stopping!
  16.  
  17. SoundSystem shutting down...
  18. Author: Paul Lamb, www.paulscode.com
  19.  
  20. Exception in thread "Minecraft main thread" org.lwjgl.LWJGLException: X Error - disp: 0x6e5add90 serial: 2505 error: GLXBadWindow request_code: 155 minor_code: 32
  21. at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:268)
  22. at org.lwjgl.opengl.LinuxDisplay.nDestroyWindow(Native Method)
  23. at org.lwjgl.opengl.LinuxDisplay.destroyWindow(LinuxDisplay.java:484)
  24. at org.lwjgl.opengl.Display.destroyWindow(Display.java:352)
  25. at org.lwjgl.opengl.Display.destroy(Display.java:967)
  26. at net.minecraft.client.Minecraft.d(SourceFile:588)
  27. at net.minecraft.client.Minecraft.run(SourceFile:848)
  28. at java.lang.Thread.run(Thread.java:662)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement