Exception thrown after display setting window

Hi guys,



On my laptop, everytime when i run my code(using jMonkeyPlatform, updated to lastest nightly version), after the display setting window, i get a error message and the graphic window is closed. The exception is as followed.



2010-10-14 15:46:19 com.jme3.app.Application handleError

Uncaught exception thrown in Thread[LWJGL Renderer Thread,5,main]

java.lang.UnsatisfiedLinkError: org.lwjgl.openal.EFX10.nalGenAuxiliaryEffectSlots(ILjava/nio/IntBuffer;I)V

at org.lwjgl.openal.EFX10.nalGenAuxiliaryEffectSlots(Native Method)

at org.lwjgl.openal.EFX10.alGenAuxiliaryEffectSlots(EFX10.java:528)

at com.jme3.audio.lwjgl.LwjglAudioRenderer.initialize(LwjglAudioRenderer.java:151)

at com.jme3.app.Application.initAudio(Application.java:176)

at com.jme3.app.Application.initialize(Application.java:387)

at com.jme3.app.SimpleApplication.initialize(SimpleApplication.java:163)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:134)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:183)

at java.lang.Thread.run(Thread.java:619)



Anyway, the laptop is from 4 years ago. Nvidia Go 6200, OS as windows xp. Can JME run on this computer?



Thanks,

Mystere

Make sure you’re not including old versions of LWJGL natives. You should have the latest jME3-lwjgl-natives.jar in your classpath.