11-02-2012, 11:09 PM
The NullPointerException has been fixed.
Attach 'hle.sceFont' debug log
Attach 'hle.sceFont' debug log
(11-02-2012, 10:39 PM)gid15 Wrote:Could you provide an INFO log with the following line in LogSettings.xml:Code:6805 [user_main] ERROR compiler - Trying to compile an invalid address 0x00000000
6808 [user_main] ERROR runtime - Catched Throwable in executeCallback:
java.lang.NullPointerException at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java:648) at jpcsp.Allegrex.compiler.RuntimeContext.executeCallback(RuntimeContext.java:333) at jpcsp.HLE.modules150.ThreadManForUser$Callback.execute(ThreadManForUser.java:3925) at jpcsp.HLE.modules150.ThreadManForUser.callAddress(ThreadManForUser.java:1342) at jpcsp.HLE.modules150.ThreadManForUser.executeCallback(ThreadManForUser.java:1434) at jpcsp.HLE.modules150.sceFont$FontLib.triggerOpenCallback(sceFont.java:559) at jpcsp.HLE.modules150.sceFont.sceFontOpenUserFile(sceFont.java:729) at _S1_2_8885CE4.s(_S1_2_8885CE4.java:4) at _S1_2_886B8A0.s(_S1_2_886B8A0.java:148) at _S1_2_886B618.s(_S1_2_886B618.java:24) at _S1_2_8804110.s(_S1_2_8804110.java:80) at _S1_2_88710A0.s(_S1_2_88710A0.java:304) at _S1_2_887140C.s(_S1_2_887140C.java:284) at _S1_2_887140C.exec(_S1_2_887140C.java) at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java:648) at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:684) at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:50)
Code:<logger name='hle.sceFont'> <level value='debug' /> </logger>
This NullPointerException should be fixed in r2827.Code:java.lang.NullPointerException
at java.lang.String.<init>(Unknown Source)
at jpcsp.HLE.modules150.sceCcc.getStringSJIS(sceCcc.java:99)
at jpcsp.HLE.modules150.sceCcc.sceCccSJIStoUTF16(sceCcc.java:273)
at _S1_2_8885D24.s(_S1_2_8885D24.java:4)
at _S1_2_886D7A4.s(_S1_2_886D7A4.java:164)
at _S1_2_886D4B8.s(_S1_2_886D4B8.java:560)
at _S1_2_885D4A0.s(_S1_2_885D4A0.java:560)
at _S1_2_885A2F4.s(_S1_2_885A2F4.java:492)
at _S1_2_883C7A0.s(_S1_2_883C7A0.java:2472)
at _S1_2_8828578.s(_S1_2_8828578.java:4)
at _S1_2_8828578.exec(_S1_2_8828578.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:143)
at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:172)
at _S1_2_8807EBC.s(_S1_2_8807EBC.java:700)
at _S1_2_8807EBC.exec(_S1_2_8807EBC.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:143)
at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:172)
at _S1_2_88710A0.s(_S1_2_88710A0.java:408)
at _S1_2_887140C.s(_S1_2_887140C.java:284)
at _S1_2_887140C.exec(_S1_2_887140C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java:648)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:684)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:50)