Hello,
While experimenting jME on my office PC, I encountered this problem running HelloIntersection tutorial.
It’s related to lwjgl.
org.lwjgl.fmod3.FMODException: Unable to load fmod library
at org.lwjgl.fmod3.FMOD.create(FMOD.java:263)
at com.jmex.sound.fmod.SoundSystem.(Unknown Source)
at jmetest.TutorialGuide.HelloIntersection.setupSound(Unknown Source)
at jmetest.TutorialGuide.HelloIntersection.simpleInitGame(Unknown Source)
at com.jme.app.SimpleGame.initGame(Unknown Source)
at com.jme.app.BaseGame.start(Unknown Source)
at jmetest.TutorialGuide.HelloIntersection.main(Unknown Source)
An unexpected error has been detected by HotSpot Virtual Machine:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x17fe353a, pid=992, tid=288
Java VM: Java HotSpot™ Client VM (1.5.0_04-b05 mixed mode, sharing)
Problematic frame:
C [lwjgl-fmod3.dll+0x353a]
An error report file with more information is saved as hs_err_pid992.log
If you would like to submit a bug report, please visit:
http://java.sun.com/webapps/bugreport/crash.jsp
OS: Windows 2000 Build 2195 Service Pack 4
I’m running version 0.98 of lwjgl.
I checked the version of my audio drivers just in case and they seem up to date.
Any clue ?
Let me know if you want me to post the entire log file or anything.
Thanks