LinkageError: Unsupported platform

hi2all,

i’m a relative newbie in lwjgl and i have problems executings version 0.97 - tests.
first: some opengl test/examples are good.

i’m using an older, but good working windows-xp (service pack 2)system.
an athlon 1GHz+1GB RAM, nvidia MX 2 graphics card and a Creative Soundblaster card.
most opengl games/demos are running with sound.

starting fmod samples says “Unsupported platform” - uh!

does anybody have an idea ?

greetings+best code2all,
olaf


D:\lwjgl\lwjgl-win32-0.97>java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\lwjgl_fmod3.j
ar;jar\lwjgl_devil.jar; -Djava.library.path=native org.lwjgl.test.fmod3.NetTest
Exception in thread “AWT-EventQueue-0” java.lang.LinkageError: Unsupported platform
at org.lwjgl.fmod3.FMOD.constructFMODSearchPaths(FMOD.java:279)
at org.lwjgl.fmod3.FMOD.create(FMOD.java:255)
at org.lwjgl.test.fmod3.NetTest.initialize(NetTest.java:251)
at org.lwjgl.test.fmod3.NetTest.play(NetTest.java:125)
at org.lwjgl.test.fmod3.NetTest$4.actionPerformed(NetTest.java:364)
at java.awt.Button.processActionEvent(Unknown Source)
at java.awt.Button.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

a small bug slipped into the fmod stuff, this has been fixed in CVS, and we will release an update shortly. However, we got some other nice stuff for devil too, so the update will take a couple of days to verify everything… stay tuned

thanks for the damn fast answer (speedy gonzales, the fastes mouse of mexico :wink: ?)
i think i can wait a couple of days.

olaf