08-30-2014, 09:01 PM
(This post was last modified: 08-30-2014, 11:30 PM by DragonNeos.)
This game was tested on r3600. JPCSP crashes within a few seconds of loading the game due to changes in sceMpeg. The last revision that was able to run this game was on r3538 (presumably working up to r3541 since there wasn't any functionality changes until r3542 with modifications to sceMpeg).
This game requires the option "Ignore invalid memory access (not recommended for test reports, but improves performance)" in order to get through videos (audio can sometimes be heard, but a black screen is only displayed).
I'm not sure if this makes any difference, but the Java Console Error is slightly different between r3542 and later revisions such as r3598 and r3600 in terms of reference number (sceMpeg.java:2738 in r3542 compared to sceMpeg.java:2768 in later revisions).
r3542
r3598 & r3600
This game requires the option "Ignore invalid memory access (not recommended for test reports, but improves performance)" in order to get through videos (audio can sometimes be heard, but a black screen is only displayed).
I'm not sure if this makes any difference, but the Java Console Error is slightly different between r3542 and later revisions such as r3598 and r3600 in terms of reference number (sceMpeg.java:2738 in r3542 compared to sceMpeg.java:2768 in later revisions).
r3542
Code:
java.lang.NullPointerException
at jpcsp.HLE.modules150.sceMpeg.sceMpegAvcDecodeDetail(sceMpeg.java:2738)
at _S1_2_89D66D4.s(_S1_2_89D66D4.java:4)
at _S1_2_898DF48.s(_S1_2_898DF48.java:264)
at _S1_2_898E200.s(_S1_2_898E200.java:16)
at _S1_2_898E200.exec(_S1_2_898E200.java)
at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java:668)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:709)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:50)
r3598 & r3600
Code:
java.lang.NullPointerException
at jpcsp.HLE.modules150.sceMpeg.sceMpegAvcDecodeDetail(sceMpeg.java:2768)
at _S1_2_89D66D4.s(_S1_2_89D66D4.java:4)
at _S1_2_898DF48.s(_S1_2_898DF48.java:264)
at _S1_2_898E200.s(_S1_2_898E200.java:16)
at _S1_2_898E200.exec(_S1_2_898E200.java)
at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java:668)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:709)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:50)