This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
God Eater 2 - NPJH50832
#59
After testing God Eater 2 on revision 0f72f42, there are issues that still prevent the game from being able to load further on the emulator.

Issue #1: After a new game is started, if the user allows the second cutscene to play the emulator will crash. From revision e38c3e9 to 58b8f19, the error displayed was shown as:
Code:
15:49:52 ERROR  runtime - Main - Catched Throwable in RuntimeThread:
java.lang.NumberFormatException: radix 0 less than Character.MIN_RADIX
    at java.lang.Integer.parseInt(Unknown Source)
    at jpcsp.HLE.modules.SysclibForKernel.strtol(SysclibForKernel.java:219)
    at _S1_2_8D87A28.s(_S1_2_8D87A28.java:4)
    at _S1_2_8D779F4.s(_S1_2_8D779F4.java:80)
    at _S1_2_8D79F9C.s(_S1_2_8D79F9C.java:948)
    at _S1_2_8D79F9C.exec(_S1_2_8D79F9C.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:165)
    at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:197)
    at _S1_2_8D7AB80.s(_S1_2_8D7AB80.java:60)
    at _S1_2_8D7AB80.exec(_S1_2_8D7AB80.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:165)
    at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:197)
    at _S1_2_8845DD0.s(_S1_2_8845DD0.java:84)
    at _S1_2_8845DD0.exec(_S1_2_8845DD0.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:165)
    at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:218)
    at _S1_2_8840658.s(_S1_2_8840658.java:148)
    at _S1_2_8845C28.s(_S1_2_8845C28.java:140)
    at _S1_2_884618C.s(_S1_2_884618C.java:784)
    at _S1_2_88469B0.s(_S1_2_88469B0.java:16)
    at _S1_2_88470FC.s(_S1_2_88470FC.java:492)
    at _S1_2_88040DC.s(_S1_2_88040DC.java:684)
    at _S1_2_88040DC.exec(_S1_2_88040DC.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java:685)
    at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:746)
    at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:50)

Starting from revision 31907c6, the error changed to:
Code:
21:56:15  INFO hle.IoFileMgrForUser - SndFile - hleIoOpen filename = disc0:/sce_lbn0xbff94_size0xfda8c flags = 1 permissions = 00
21:56:15  INFO   stdout - Main - cassert : src/god_g001_Demo/event_demo.c 344 :  : (N/A)
21:56:15 ERROR      emu - Main - 0x088266C4 - Allegrex break 0x00000

Issue #2: This is a rare issue that can occur in other games as it deals with H264 video decoding. I can't pinpoint the exact revision (I assume it's between revision 2f3cae8 to 27eb47f) that started having this problem due to the infrequent appearance of this issue in God Eater 2 (may appear more often in other games). On this game, if the user starts a new game and allows the first cutscene to play, the game will randomly crash (with corrupted visuals in the 1st Screenshot) with this message in the console window:
Code:
Exception in thread "Video Decoder Thread" java.lang.NullPointerException
        at com.twilight.h264.decoder.H264Context.ff_h264_decode_ref_pic_marking(
H264Context.java:7717)
        at com.twilight.h264.decoder.H264Context.decode_slice_header(H264Context
.java:8310)
        at com.twilight.h264.decoder.H264Context.decode_nal_units(H264Context.ja
va:6495)
        at com.twilight.h264.decoder.H264Context.decode_frame(H264Context.java:8
605)
        at com.twilight.h264.decoder.H264Decoder.decode(H264Decoder.java:35)
        at com.twilight.h264.decoder.MpegEncContext.avcodec_decode_video2(MpegEn
cContext.java:2300)
        at jpcsp.media.codec.h264.H264Decoder.decode(H264Decoder.java:71)
        at jpcsp.HLE.modules.sceMpeg.decodeNextImage(sceMpeg.java:1374)
        at jpcsp.HLE.modules.sceMpeg.hleVideoDecoderStep(sceMpeg.java:1440)
        at jpcsp.HLE.modules.sceMpeg.access$500(sceMpeg.java:94)
        at jpcsp.HLE.modules.sceMpeg$VideoDecoderThread.run(sceMpeg.java:1085)

Issue #3: The H264 video decoder needs improvements since most games that have videos get frequent error messages such as:
Code:
23:34:13 ERROR     h264 - Video Decoder Thread - H264 decode error 0xFFFFFFFF
23:34:13 ERROR hle.sceMpeg - Video Decoder Thread - decodeNextImage codec returned 0xFFFFFFFF
As the above message appears, the video will display corrupted visuals and delayed audio (2nd Screenshot). There are instances where the corrupted video and delayed audio occur, but the error messages don't appear in the log.

Issue #4: There seems to be font display issues and lighting problems (lighting affects the background and the text making it look brighter than normal) during cutscenes in this game. The 3rd Screenshot is the cutscene shown from the PSP and the 4th Screenshot is shown with JPCSP. As you can see in the screenshots, there is an equal (=) sign appearing in the subtitles on the right corner (as shown with the red arrow). This issue only occurs when there are two lines of dialogue appearing on the screen at once. If there is only one line of dialogue on the screen, the equal sign doesn't appear at all.


Attached Files Thumbnail(s)
               

.zip   Log_r0f72f42(64bit)_INFO.zip (Size: 128.39 KB / Downloads: 83)
.zip   Log_r58b8f19(64bit)_INFO.zip (Size: 217.02 KB / Downloads: 82)
.zip   Log_r31907c6(64bit)_INFO.zip (Size: 216.77 KB / Downloads: 88)
Reply


Messages In This Thread
God Eater 2 - NPJH50832 - by vmftm12 - 11-14-2013, 12:14 PM
RE: God Eater2 [NPJH50832] - by Zekro - 11-15-2013, 09:29 AM
RE: God Eater2 [NPJH50832] - by Hykem - 11-15-2013, 08:25 PM
RE: God Eater2 [NPJH50832] - by jame_peng - 11-17-2013, 07:40 AM
RE: God Eater2 [NPJH50832] - by nash67 - 12-21-2013, 10:06 PM
RE: God Eater2 [NPJH50832] - by DragonNeos - 12-27-2013, 08:45 AM
RE: God Eater2 [NPJH50832] - by Hykem - 12-27-2013, 10:23 PM
RE: God Eater2 [NPJH50832] - by onelight - 12-28-2013, 11:11 AM
RE: God Eater2 [NPJH50832] - by Hykem - 01-13-2014, 08:15 PM
RE: God Eater2 [NPJH50832] - by Zekro - 01-14-2014, 09:39 AM
RE: God Eater2 [NPJH50832] - by Hykem - 01-14-2014, 03:45 PM
RE: God Eater2 [NPJH50832] - by thelight - 01-14-2014, 03:58 PM
RE: God Eater2 [NPJH50832] - by BlackDaemon - 01-14-2014, 05:25 PM
RE: God Eater2 [NPJH50832] - by onelight - 01-15-2014, 05:22 AM
RE: God Eater2 [NPJH50832] - by onelight - 01-20-2014, 07:53 AM
RE: God Eater2 [NPJH50832] - by onelight - 01-20-2014, 09:21 AM
RE: God Eater2 [NPJH50832] - by Hykem - 01-20-2014, 09:11 PM
RE: God Eater2 [NPJH50832] - by onelight - 01-21-2014, 12:32 AM
RE: God Eater2 [NPJH50832] - by Hykem - 01-21-2014, 02:28 PM
RE: God Eater2 [NPJH50832] - by DragonNeos - 01-22-2014, 04:59 AM
RE: God Eater2 [NPJH50832] - by Hykem - 01-22-2014, 11:16 PM
RE: God Eater2 [NPJH50832] - by onelight - 01-22-2014, 06:00 AM
RE: God Eater2 [NPJH50832] - by DragonNeos - 01-23-2014, 04:59 AM
RE: God Eater 2 - NPJH50832 - by onelight - 02-15-2014, 02:45 AM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 02-15-2014, 08:11 AM
RE: God Eater 2 - NPJH50832 - by onelight - 05-02-2014, 12:28 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 06-18-2014, 03:37 PM
RE: God Eater 2 - NPJH50832 - by onelight - 06-19-2014, 12:53 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 01-30-2015, 07:55 AM
RE: God Eater 2 - NPJH50832 - by sum2012 - 02-07-2015, 06:51 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 02-12-2015, 09:20 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 02-12-2015, 03:03 PM
RE: God Eater 2 - NPJH50832 - by sum2012 - 02-13-2015, 12:39 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 02-12-2015, 11:06 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 02-23-2015, 09:56 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 03-07-2015, 08:33 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 03-13-2015, 08:22 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 03-13-2015, 01:49 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 07-07-2015, 11:45 PM
RE: God Eater 2 - NPJH50832 - by gid15 - 07-08-2015, 10:04 AM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 07-08-2015, 09:15 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 08-22-2015, 09:50 PM
RE: God Eater 2 - NPJH50832 - by nash67 - 10-10-2015, 02:35 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 10-29-2015, 09:11 AM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 03-19-2016, 06:59 AM
RE: God Eater 2 - NPJH50832 - by onelight - 03-20-2016, 10:37 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 03-22-2016, 07:21 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 03-20-2016, 04:25 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 07-13-2016, 10:01 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 07-18-2016, 04:42 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 07-19-2016, 03:45 AM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 09-28-2016, 02:45 PM
RE: God Eater 2 - NPJH50832 - by gid15 - 09-30-2016, 04:08 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 11-09-2016, 07:48 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 11-09-2016, 09:19 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 11-19-2016, 01:30 AM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 02-14-2017, 09:15 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 03-29-2017, 07:00 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 03-30-2017, 07:06 AM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 12-21-2017, 09:30 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 12-21-2017, 07:14 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 05-02-2022, 11:30 PM
RE: God Eater 2 - NPJH50832 - by gid15 - 05-22-2022, 07:17 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 05-23-2022, 06:55 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 05-23-2022, 05:06 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 05-24-2022, 08:48 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 05-24-2022, 07:42 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 05-25-2022, 12:04 PM
2854-God Eater 2 V1.01 JPN - by jame_peng - 11-15-2013, 09:15 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)