09-23-2015, 08:30 AM
(This post was last modified: 09-23-2015, 08:33 AM by DragonNeos.)
This game was tested with revision a78544a. The emulator crashes as it tries to load the opening video. Here is the message that appears at the end of the log:
Code:
04:22:27 INFO hle.IoFileMgrForUser - sxm_main - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/data/psmf/OP.pmf flags = 1 permissions = 0777
04:22:27 ERROR runtime - ReadThread - Catched Throwable in RuntimeThread:
java.lang.NullPointerException
at jpcsp.HLE.modules.sceMpeg.hleMpegRingbufferPostPut(sceMpeg.java:2057)
at jpcsp.HLE.modules.sceMpeg$AfterRingbufferPutCallback.execute(sceMpeg.java:1002)
at jpcsp.HLE.modules.ThreadManForUser$Callback.executeExit(ThreadManForUser.java:379)
at jpcsp.HLE.modules.ThreadManForUser.hleKernelExitCallback(ThreadManForUser.java:1761)
at jpcsp.Allegrex.compiler.RuntimeContext.executeCallback(RuntimeContext.java:385)
at jpcsp.HLE.modules.ThreadManForUser$Callback.execute(ThreadManForUser.java:370)
at jpcsp.HLE.modules.ThreadManForUser.callAddress(ThreadManForUser.java:1813)
at jpcsp.HLE.modules.ThreadManForUser.executeCallback(ThreadManForUser.java:1905)
at jpcsp.HLE.modules.sceMpeg.sceMpegRingbufferPut(sceMpeg.java:3670)
at _S1_2_89DE3E8.s(_S1_2_89DE3E8.java:4)
at _S1_2_8995F4C.s(_S1_2_8995F4C.java:120)
at _S1_2_8995F4C.exec(_S1_2_8995F4C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java:685)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:726)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:50)