09-22-2011, 03:35 AM
I'm having some troubles getting the cutscenes to play properly. I've already clicked the Media Engine and Sonic Stage decoding on my configurations (Yes, I installed sonic stage as well), but not matter what I do the music and cutscenes refuse to play. Instead this keeps looping as jcpsp tries to:
Normally, in order to get past to the main menu I have to stop using media engine or Sonic Stage and just skip past them. Any ideas why this is happening? Been using rev 2315.
Code:
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
java.lang.NoClassDefFoundError: Could not initialize class com.xuggle.xuggler.IC
ontainer
at jpcsp.media.MediaEngine.init(MediaEngine.java:305)
at jpcsp.HLE.modules150.sceMpeg.sceMpegGetAvcAu(sceMpeg.java:1006)
at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.executeInner(HLEModuleF
unctionReflection.java:383)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.execute(HLEModuleFuncti
onReflection.java:345)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.jav
a:388)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:67
9)
at _S1_3_8CB0CE8.s(_S1_3_8CB0CE8.java:4)
at _S1_3_8C40C4C.s(_S1_3_8C40C4C.java:120)
at _S1_3_8C40A08.s(_S1_3_8C40A08.java:248)
at _S1_3_8C40A08.exec(_S1_3_8C40A08.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
19)
at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:157)
at _S1_3_8C408F8.s(_S1_3_8C408F8.java:132)
at _S1_3_8C417BC.s(_S1_3_8C417BC.java:64)
at _S1_3_8C417BC.exec(_S1_3_8C417BC.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
19)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:198)
at _S1_3_8C157A4.s(_S1_3_8C157A4.java:180)
at _S1_3_8BFEFC4.s(_S1_3_8BFEFC4.java:12)
at _S1_3_8BF4A9C.s(_S1_3_8BF4A9C.java:36)
at _S1_3_8BD8CC0.s(_S1_3_8BD8CC0.java:96)
at _S1_3_8804740.s(_S1_3_8804740.java:52)
at _S1_3_8804740.exec(_S1_3_8804740.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
19)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:198)
at _S1_3_8BD9070.s(_S1_3_8BD9070.java:100)
at _S1_3_8804270.s(_S1_3_8804270.java:280)
at _S1_3_8BA6BE8.s(_S1_3_8BA6BE8.java:268)
at _S1_3_8BA6BE8.exec(_S1_3_8BA6BE8.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
710)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
Normally, in order to get past to the main menu I have to stop using media engine or Sonic Stage and just skip past them. Any ideas why this is happening? Been using rev 2315.