with the path it works now

But now I get another Error (I believe this has to do something with lwjgl):
Console:Error log started - Kumari Kandum Version 0.3.5 (alpha) - December 3rd, 2005
Console log started - Kumari Kandum Version 0.3.5 (alpha) - December 3rd, 2005
Creating new Engine instance: com.vorax.VoraxEngine@16df84b
Kumari home directory is: /home/arne/kumari/
Copying files to local machine
Copied 113366 bytes to /home/arne/kumari/soundfx/explosion1.wav
Copied 455226 bytes to /home/arne/kumari/soundfx/fire_loop1.wav
Copied 157754 bytes to /home/arne/kumari/soundfx/levitate.wav
Copied 275616 bytes to /home/arne/kumari/soundfx/magic_alert1.wav
Copied 238524 bytes to /home/arne/kumari/soundfx/magic_alert_03.wav
Copied 315552 bytes to /home/arne/kumari/soundfx/magic_alert_08.wav
Copied 336032 bytes to /home/arne/kumari/soundfx/magic_alert_15.wav
Copied 79514 bytes to /home/arne/kumari/soundfx/missle_launch.wav
Copied 226848 bytes to /home/arne/kumari/soundfx/mod_explosion.wav
Copied 107930 bytes to /home/arne/kumari/soundfx/mod_explosion2.wav
Copied 22918 bytes to /home/arne/kumari/soundfx/small_explosion.wav
Copied 81572 bytes to /home/arne/kumari/soundfx/small_gun.wav
Copied 309918 bytes to /home/arne/kumari/soundfx/stone_roll.wav
Copied 81060 bytes to /home/arne/kumari/soundfx/stone_smallimpact1.wav
Copied 58020 bytes to /home/arne/kumari/soundfx/stone_smallimpact2.wav
Copied 60068 bytes to /home/arne/kumari/soundfx/stone_smallimpact3.wav
Copied 27802 bytes to /home/arne/kumari/soundfx/swish.wav
Copied 317600 bytes to /home/arne/kumari/soundfx/targeting_powerup.wav
Copied 428194 bytes to /home/arne/kumari/soundfx/woosh1.wav
Copied 600226 bytes to /home/arne/kumari/soundfx/woosh2.wav
Copied 208032 bytes to /home/arne/kumari/soundfx/woosh3.wav
Copied 175008 bytes to /home/arne/kumari/soundfx/woosh4.wav
Copied 77026 bytes to /home/arne/kumari/soundfx/woosh5.wav
Copied 1775464 bytes to /home/arne/kumari/music/sg1.ogg
Copied 1003053 bytes to /home/arne/kumari/music/sg4.ogg
Reading configuration data
Error reading configuration. May not exist, using defaults
Reading game data
Game data not found.
Saving game data as game.dat
Attempting to set display: 1024x768 @72Mhz
Could not choose visual
org.lwjgl.LWJGLException: Could not choose visual
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefaultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:52)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:206)
at org.lwjgl.opengl.Display.create(Display.java:629)
at org.lwjgl.opengl.Display.create(Display.java:607)
at com.vorax.VoraxEngine.initialize(VoraxEngine.java:465)
at com.vorax.VoraxEngine.engineLoop(VoraxEngine.java:1118)
at Kumari.main(Kumari.java:116)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.javaws.Launcher.executeApplication(Launcher.java:1108)
at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1055)
at com.sun.javaws.Launcher.continueLaunch(Launcher.java:898)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:469)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:217)
at com.sun.javaws.Launcher.run(Launcher.java:164)
at java.lang.Thread.run(Thread.java:595)
#### Java Web Start Error:
#### null
Exception:java.lang.NullPointerException
at org.lwjgl.opengl.GL11.glGetString(GL11.java:1556)
at com.vorax.Renderer.init(Renderer.java:278)
at com.vorax.VoraxEngine.initialize(VoraxEngine.java:476)
at com.vorax.VoraxEngine.engineLoop(VoraxEngine.java:1118)
at Kumari.main(Kumari.java:116)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.javaws.Launcher.executeApplication(Launcher.java:1108)
at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1055)
at com.sun.javaws.Launcher.continueLaunch(Launcher.java:898)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:469)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:217)
at com.sun.javaws.Launcher.run(Launcher.java:164)
at java.lang.Thread.run(Thread.java:595)