10-06-2015, 09:20 AM
This game was tested with revision 05c4200. The emulator seems to have a problem with the opening video as JPCSP encounters an error and cannot proceed further in the game. The opening video must be skipped in order to reach the Title Screen.
In terms of graphics issues, on OpenGL the vertical line still appears near one of the airships. Another issue is with this particular section of the game with a closeup of the characters on the airship (1st Screenshot - PSP, 2nd Screenshot - OpenGL, 3rd Screenshot - External Software Renderer). With OpenGL, the color of the dialog box is correct but there are green horizontal lines that occasionally appear underneath the airship. On the External Software Renderer, there aren't any green horizontal lines that appear on the screen but the color of the dialog box is lighter in comparison to the PSP.
Code:
Exception in thread "Video Decoder Thread" java.lang.ArrayIndexOutOfBoundsException: -1
at jpcsp.HLE.modules.sceDisplay.getPixelFormatBytes(sceDisplay.java:1246)
at jpcsp.HLE.modules.sceMpeg.writeImageABGR(sceMpeg.java:1819)
at jpcsp.HLE.modules.sceMpeg.decodeImage(sceMpeg.java:1188)
at jpcsp.HLE.modules.sceMpeg.restartThread(sceMpeg.java:1215)
at jpcsp.HLE.modules.sceMpeg.hleVideoDecoderStep(sceMpeg.java:1347)
at jpcsp.HLE.modules.sceMpeg.access$500(sceMpeg.java:86)
at jpcsp.HLE.modules.sceMpeg$VideoDecoderThread.run(sceMpeg.java:1057)