I get this error message when trying to start the game:
user@hostname:~/Downloads$ java -jar buildanddefend_standalone_full.jar
Create windows : 1024 x 768 : windowed
Can use full screen : false
Current display mode 1024 x 768 x 0 @0Hz
org.lwjgl.LWJGLException: X Error - disp: 0x7f1738194fc0 serial: 24 error: BadRequest (invalid request code or no such operation) request_code: 135 minor_code: 14
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:316)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:782)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:871)
at org.lwjgl.opengl.Display.create(Display.java:782)
at org.lwjgl.opengl.Display.create(Display.java:764)
at Achoum.LocalLuncher.b(Unknown Source)
at Achoum.LocalLuncher.a(Unknown Source)
at Achoum.LocalLuncher.main(Unknown Source)
Failed to initialize game.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f173dc11ee8, pid=3464, tid=139737818048256
#
# JRE version: 6.0_18-b18
# Java VM: OpenJDK 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 )
# Derivative: IcedTea6 1.8.13
# Distribution: Debian GNU/Linux 6.0.4 (squeeze), package 6b18-1.8.13-0+squeeze2
# Problematic frame:
# C [libX11.so.6+0x3aee8] XQueryExtension+0x28
#
# An error report file with more information is saved as:
# /home/user/Pobrane/hs_err_pid3464.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
#
I'm running Debian Squeeze (6.0.4) 64-bit. My netbook has a 1280x720 display, but the graphics driver only supports 800x600 and sound doesn't work...
user@hostname:~/Downloads$ java -jar buildanddefend_standalone_full.jar
Create windows : 1024 x 768 : windowed
Can use full screen : false
Current display mode 1024 x 768 x 0 @0Hz
org.lwjgl.LWJGLException: X Error - disp: 0x7f1738194fc0 serial: 24 error: BadRequest (invalid request code or no such operation) request_code: 135 minor_code: 14
at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:316)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:61)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:782)
at org.lwjgl.opengl.DrawableGL.setPixelFormat(DrawableGL.java:61)
at org.lwjgl.opengl.Display.create(Display.java:871)
at org.lwjgl.opengl.Display.create(Display.java:782)
at org.lwjgl.opengl.Display.create(Display.java:764)
at Achoum.LocalLuncher.b(Unknown Source)
at Achoum.LocalLuncher.a(Unknown Source)
at Achoum.LocalLuncher.main(Unknown Source)
Failed to initialize game.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f173dc11ee8, pid=3464, tid=139737818048256
#
# JRE version: 6.0_18-b18
# Java VM: OpenJDK 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 )
# Derivative: IcedTea6 1.8.13
# Distribution: Debian GNU/Linux 6.0.4 (squeeze), package 6b18-1.8.13-0+squeeze2
# Problematic frame:
# C [libX11.so.6+0x3aee8] XQueryExtension+0x28
#
# An error report file with more information is saved as:
# /home/user/Pobrane/hs_err_pid3464.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
#
I'm running Debian Squeeze (6.0.4) 64-bit. My netbook has a 1280x720 display, but the graphics driver only supports 800x600 and sound doesn't work...