05-05-2013, 06:55 PM
(05-05-2013, 10:08 AM)jame_peng Wrote:Thank you!(05-05-2013, 07:56 AM)gid15 Wrote:It looks like this game is trying to open a non-existing font file.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)
To confirm, could you generate a new log with the following lines in LogSettings.xml:
and also dump the iso content to iso-index.txt (under Debug menu).Code:<logger name='compiler'> <level value='debug' /> </logger>
<logger name='hle.sceFont'> <level value='debug' /> </logger>
<logger name='hle.IoFileMgrForUser'> <level value='debug' /> </logger>
okļ¼take this
I tested the same situation using the "Font Test" application and posted the results in r3140. Could you re-test?
Always include a complete log file at INFO level in your reports. Thanks! How to post a log