lwjgl_fmod3.jar missing in jnlp

Started by Qudus, September 02, 2008, 23:57:38

Previous topic - Next topic

Qudus

hey guys,

when trying to run an LWJGL app through webstart, the launcher nags about a missing resource http://jwjgl.org/jnlp/lwjgl_fmod3.jar. Why has this file been deleted? What can I do to make the app launch again?

Marvin

Matzon

the jnlp - unfortunately - does not support versioned releases. Therefore it always uses the latest release. The latest release 2.0 RC1 does not include fmod and devil.

Qudus

Quote from: Matzon on September 03, 2008, 05:10:08
the jnlp - unfortunately - does not support versioned releases. Therefore it always uses the latest release. The latest release 2.0 RC1 does not include fmod and devil.

What is fmod used for? Maybe we don't need it at all. We don't use it explicitly or by intent.

Marvin

Matzon

fmod is the sound stuff - NOT OPENAL - supplied as org.lwjgl.fmod3.*