EmuNewz Network
Gran Turismo - UCAS40265 - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: Commercial Game Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=54)
+----- Forum: JPCSP - Half playable Games (https://www.emunewz.net/forum/forumdisplay.php?fid=66)
+----- Thread: Gran Turismo - UCAS40265 (/showthread.php?tid=143799)



Gran Turismo - UCAS40265 - jame_peng - 05-05-2013

Code:
11:43:12 ERROR  runtime - user_main - Catched Throwable in RuntimeThread:
java.lang.NullPointerException
    at jpcsp.HLE.modules150.sceFont.openFontFile(sceFont.java:389)
    at jpcsp.HLE.modules150.sceFont.sceFontOpenUserFile(sceFont.java:776)
    at _S1_2_8C7ABA8.s(_S1_2_8C7ABA8.java:4)
    at _S1_2_8A510F8.s(_S1_2_8A510F8.java:104)
    at _S1_2_8A50318.s(_S1_2_8A50318.java:372)
    at _S1_2_8A4CC34.s(_S1_2_8A4CC34.java:60)
    at _S1_2_88057A8.s(_S1_2_88057A8.java:4)
    at _S1_2_88056F8.s(_S1_2_88056F8.java:76)
    at _S1_2_8804628.s(_S1_2_8804628.java:36)
    at _S1_2_8804220.s(_S1_2_8804220.java:268)
    at _S1_2_8804220.exec(_S1_2_8804220.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)

this is the log:

.rar   UCAS40265.rar (Size: 3.64 KB / Downloads: 105)


RE: UCAS40265 Gran Turismo - gid15 - 05-05-2013

Code:
11:43:12 ERROR  runtime - user_main - Catched Throwable in RuntimeThread:
java.lang.NullPointerException
    at jpcsp.HLE.modules150.sceFont.openFontFile(sceFont.java:389)
    at jpcsp.HLE.modules150.sceFont.sceFontOpenUserFile(sceFont.java:776)
It looks like this game is trying to open a non-existing font file.
To confirm, could you generate a new log with the following lines in LogSettings.xml:
Code:
<logger name='compiler'> <level value='debug' /> </logger>
<logger name='hle.sceFont'> <level value='debug' /> </logger>
<logger name='hle.IoFileMgrForUser'> <level value='debug' /> </logger>
and also dump the iso content to iso-index.txt (under Debug menu).


RE: UCAS40265 Gran Turismo - jame_peng - 05-05-2013

(05-05-2013, 07:56 AM)gid15 Wrote:
Code:
11:43:12 ERROR  runtime - user_main - Catched Throwable in RuntimeThread:
java.lang.NullPointerException
    at jpcsp.HLE.modules150.sceFont.openFontFile(sceFont.java:389)
    at jpcsp.HLE.modules150.sceFont.sceFontOpenUserFile(sceFont.java:776)
It looks like this game is trying to open a non-existing font file.
To confirm, could you generate a new log with the following lines in LogSettings.xml:
Code:
<logger name='compiler'> <level value='debug' /> </logger>
<logger name='hle.sceFont'> <level value='debug' /> </logger>
<logger name='hle.IoFileMgrForUser'> <level value='debug' /> </logger>
and also dump the iso content to iso-index.txt (under Debug menu).

ok,take this

.rar   UCAS40265.rar (Size: 360.05 KB / Downloads: 96)


RE: UCAS40265 Gran Turismo - gid15 - 05-05-2013

(05-05-2013, 10:08 AM)jame_peng Wrote:
(05-05-2013, 07:56 AM)gid15 Wrote:
Code:
11:43:12 ERROR  runtime - user_main - Catched Throwable in RuntimeThread:
java.lang.NullPointerException
    at jpcsp.HLE.modules150.sceFont.openFontFile(sceFont.java:389)
    at jpcsp.HLE.modules150.sceFont.sceFontOpenUserFile(sceFont.java:776)
It looks like this game is trying to open a non-existing font file.
To confirm, could you generate a new log with the following lines in LogSettings.xml:
Code:
<logger name='compiler'> <level value='debug' /> </logger>
<logger name='hle.sceFont'> <level value='debug' /> </logger>
<logger name='hle.IoFileMgrForUser'> <level value='debug' /> </logger>
and also dump the iso content to iso-index.txt (under Debug menu).

ok,take this
Thank you!
I tested the same situation using the "Font Test" application and posted the results in r3140. Could you re-test?


RE: UCAS40265 Gran Turismo - jame_peng - 05-06-2013

Quote:Thank you!
I tested the same situation using the "Font Test" application and posted the results in r3140. Could you re-test?

ok,i used the 3140 version to re-test this game.
yeah ,this font error was fixed ,but in my test ,there are many problem that i found in this game

Firstly:
Code:
22:02:37 ERROR   memory - PDI:00000021 - read32 - Invalid memory address : 0x0 PC=08A4BB18
22:03:26 ERROR   memory - PDI:00000021 - read32 - Invalid memory address : 0xDC PC=08A4BB20
22:03:28 ERROR compiler - PDI:00000021 - Trying to compile an invalid address 0x00000000
22:03:28 ERROR  runtime - PDI:00000021 - RuntimeContext.jumpCall - Cannot find executable
22:03:28 ERROR  runtime - PDI:00000021 - Catched Throwable in RuntimeThread:
java.lang.RuntimeException: Cannot find executable
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:139)
    at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:210)
    at _S1_2_8A4BAD8.s(_S1_2_8A4BAD8.java:80)
    at _S1_2_8A4BAD8.exec(_S1_2_8A4BAD8.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:157)
    at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:189)
    at _S1_2_8A971A4.s(_S1_2_8A971A4.java:72)
    at _S1_2_8A971A4.exec(_S1_2_8A971A4.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:157)
    at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:189)
    at _S1_2_8C20908.s(_S1_2_8C20908.java:120)
    at _S1_2_8C20908.exec(_S1_2_8C20908.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:157)
    at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:210)
    at _S1_2_8A63C00.s(_S1_2_8A63C00.java:136)
    at _S1_2_8A63C00.exec(_S1_2_8A63C00.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:157)
    at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:189)
    at _S1_2_8A63E34.s(_S1_2_8A63E34.java:108)
    at _S1_2_8A63F20.s(_S1_2_8A63F20.java:80)
    at _S1_2_8A74C0C.s(_S1_2_8A74C0C.java:116)
    at _S1_2_8A74C0C.exec(_S1_2_8A74C0C.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:157)
    at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:189)
    at _S1_2_899CB44.s(_S1_2_899CB44.java:416)
    at _S1_2_899CB44.exec(_S1_2_899CB44.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:157)
    at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:210)
    at _S1_2_897B6E4.s(_S1_2_897B6E4.java:100)
    at _S1_2_897BC08.s(_S1_2_897BC08.java:14712)
    at _S1_2_8A14D6C.s(_S1_2_8A14D6C.java:356)
    at _S1_2_8A14D6C.exec(_S1_2_8A14D6C.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:157)
    at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:210)
    at _S1_2_8B2E538.s(_S1_2_8B2E538.java:84)
    at _S1_2_8B2E538.exec(_S1_2_8B2E538.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)

Secondly:
Code:
21:51:30 ERROR      hle - user_main - HLE Function sceMp3InitResource(sceMp3) not activated by default for Firmware Version 555
   

Thirdly(the OP media can play but no sound):
Code:
21:52:45 ERROR       me - PDI:00000027 - MediaEngine: No audio streams found!
   

Fourthly(In the car viewer,the jpcsp will be very,very slow):
some code like:
Code:
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 3: (32x32)@0x09068B40 -> (32x16)@0x09068D40
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 4: (32x16)@0x0906E2C0 -> (32x8)@0x0906E3C0
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 4: (32x16)@0x0906E2C0 -> (32x8)@0x0906E3C0
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 4: (32x16)@0x0906E2C0 -> (32x8)@0x0906E3C0
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 3: (32x32)@0x09065FC0 -> (32x16)@0x090661C0
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 3: (32x32)@0x09065FC0 -> (32x16)@0x090661C0
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 1: (32x32)@0x09083C40 -> (32x16)@0x09083E40
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 1: (32x32)@0x09083FC0 -> (32x16)@0x090841C0
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 1: (32x32)@0x09083FC0 -> (32x16)@0x090841C0
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 3: (32x32)@0x09086B40 -> (32x16)@0x09086D40
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 3: (32x32)@0x09086B40 -> (32x16)@0x09086D40
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 3: (32x32)@0x09086B40 -> (32x16)@0x09086D40
21:57:56  WARN       ge - GUI - Texture mipmap with invalid dimension at level 3: (32x32)@0x09086B40 -> (32x16)@0x09086D40
   


this is the log:

.rar   UCAS40265.rar (Size: 65.4 KB / Downloads: 95)