Hello Guest

FMOD issue on WinXP

  • 4 Replies
  • 18874 Views
FMOD issue on WinXP
« on: August 18, 2005, 16:47:48 »
Hey, new to LWJGL, old to programming.  ;)

I have an issue with the FMOD3 test classes working on my XP machine.

My stack track is like this:
C:\temp\lwjgl-win32-0.98>java -cp jar\lwjgl.jar;jar\lwjgl_fmod3.jar;jar\lwjgl_test.jar -Djava.library.path=native org.lwjgl.test.fmod3.NetTest
org.lwjgl.fmod3.FMODException: Unable to load fmod library
        at org.lwjgl.fmod3.FMOD.create(FMOD.java:263)
.
.
.

I know it's not an issue with the classes, and I know it's finding the native DLLs fine, as can be seen with:

C:\temp\lwjgl-win32-0.98>java -cp jar\lwjgl.jar;jar\lwjgl_fmod3.jar;jar\lwjgl_test.jar;jar\jinput.jar -Djava.library.path=native org.lwjgl.test.input.TestControllers
OS name is: Windows XP
DX8 plugin is supported
OS name is: Windows XP
DX8 plugin is supported
OS name is: Windows XP
DX8 plugin is supported
0 Controllers Found

... and all the other tests work fine, *except* the FMOD3 ones.  This all seems a little strange, and I'm sure *I'm* the one at fault, because I have run the 2 tests via WebStart off the lwjgl.org site and they work fine.  I've tried a few things, but to no avail.

Anyone have any ideas?
Thanks
Matty

*

Offline Matzon

  • *****
  • 2242
FMOD issue on WinXP
« Reply #1 on: August 18, 2005, 18:19:03 »
you need the fmod dll from http://fmod.org
We don't distribute it, since it's only free for non-commercial use.

FMOD issue on WinXP
« Reply #2 on: August 18, 2005, 23:48:53 »
Well damn!  That fixed it up real good.

Thanks a ton.  :)


Matty

FMOD issue on WinXP
« Reply #3 on: January 02, 2006, 07:46:42 »
related question to this:
what is the lwjgl-fmod3.dll that is included in the .99 distro then?

*

Offline Matzon

  • *****
  • 2242
FMOD issue on WinXP
« Reply #4 on: January 02, 2006, 07:57:16 »
thats the actual binding dll so that fmod may be used independently from lwjgl (and vice versa).