Under Linux the first window will show up, after clicking OK the program will not show any other window.
Adding the -Djava.library.path=./lib/linux doesn't change anything. A popup will come up suggesting to add the -D... line, but again it's already there and does nothing.
OS: Arch Linux 64bit
Java: 6u5-1 (from arch repos)
RAM: 4GB
CPU: dual-core 2.8Ghtz
HDD: 700GB (>~50% used)
I'm not sure if anything else is useful to you. All the so.0 files java complains about exist.
Terminal output:
[julian@Fonz1 PelletQuest]$ java -jar PelletQuest.jar
Pellet Quest. Copyright (C) 2008 Max Harms, Sean Howard, and all Contributors.
This is free software, and you are welcome to redistribute it under certain cond
itions.
You should have received a copy of the GNU General Public License along with thi
s program. If not, see <http://www.gnu.org/licenses/>
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x7fa5cb18697c]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x24) [0x7fa5cb186a84]
#2 /usr/lib/libX11.so.6(_XReply+0x260) [0x7fa5cb9e6260]
#3 /opt/java/jre/lib/amd64/xawt/libmawt.so [0x7fa5cbeeb786]
#4 /opt/java/jre/lib/amd64/xawt/libmawt.so [0x7fa5cbecc4eb]
#5 /opt/java/jre/lib/amd64/xawt/libmawt.so [0x7fa5cbecc7bd]
#6 /opt/java/jre/lib/amd64/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_i
nitDisplay+0x12) [0x7fa5cbecca32]
#7 [0x7fa613956878]
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x7fa5cb18697c]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x15) [0x7fa5cb186a15]
#2 /usr/lib/libX11.so.6 [0x7fa5cb9e54b0]
#3 /usr/lib/libX11.so.6(XGetVisualInfo+0x2e) [0x7fa5cb9dbe9e]
#4 /opt/java/jre/lib/amd64/xawt/libmawt.so [0x7fa5cbecb885]
#5 /opt/java/jre/lib/amd64/xawt/libmawt.so [0x7fa5cbecbad9]
#6 /opt/java/jre/lib/amd64/xawt/libmawt.so [0x7fa5cbecc85f]
#7 /opt/java/jre/lib/amd64/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_i
nitDisplay+0x12) [0x7fa5cbecca32]
#8 [0x7fa613956878]
Logged In: NO
cat log
Mon Jun 23 11:41:17 MDT 2008 ERROR:null
java.lang.NullPointerException
at pelletQuest.main.PelletQuestGame.main(PelletQuestGame.java:101)
at prefsSetter.main.SwingSetter.launch(SwingSetter.java:164)
at prefsSetter.main.SwingSetter.main(SwingSetter.java:36)