03-09-2011, 03:46 PM
I tried using the same version of jpcsp, but I end up getting this error...
Anyone know the solution to that problem?
Code:
Running Jpcsp 32bit...
java.lang.NullPointerException
at jpcsp.util.Debug.printFontbuffer(Debug.java:49)
at jpcsp.HLE.modules150.sceFont.sceFontGetCharGlyphImage_Clip(sceFont.ja
va:819)
at jpcsp.HLE.modules150.sceFont$7.execute(sceFont.java:1304)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.jav
a:333)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:93)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:66
8)
at _S1_3_89C39EC.s(_S1_3_89C39EC.java:4)
at _S1_3_88652C8.s(_S1_3_88652C8.java:384)
at _S1_3_8864D04.s(_S1_3_8864D04.java:12)
at _S1_3_89043EC.s(_S1_3_89043EC.java:632)
at _S1_3_891FBE4.s(_S1_3_891FBE4.java:68)
at _S1_3_891FE74.s(_S1_3_891FE74.java:12)
at _S1_3_891FE74.exec(_S1_3_891FE74.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
14)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:193)
at _S1_3_8860ACC.s(_S1_3_8860ACC.java:580)
at _S1_3_885EBB4.s(_S1_3_885EBB4.java:20)
at _S1_3_8823224.s(_S1_3_8823224.java:324)
at _S1_3_8823224.exec(_S1_3_8823224.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
14)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:193)
at _S1_3_881C22C.s(_S1_3_881C22C.java:2016)
at _S1_3_881C22C.exec(_S1_3_881C22C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
14)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:193)
at _S1_3_885AB74.s(_S1_3_885AB74.java:892)
at _S1_3_885AB74.exec(_S1_3_885AB74.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
14)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:193)
at _S1_3_885E4D8.s(_S1_3_885E4D8.java:40)
at _S1_3_885E4D8.exec(_S1_3_885E4D8.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
699)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
java.lang.NullPointerException
at jpcsp.util.Debug.printFontbuffer(Debug.java:49)
at jpcsp.HLE.modules150.sceFont.sceFontGetCharGlyphImage_Clip(sceFont.ja
va:819)
at jpcsp.HLE.modules150.sceFont$7.execute(sceFont.java:1304)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.jav
a:333)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:93)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:66
8)
at _S1_5_89C39EC.s(_S1_5_89C39EC.java:4)
at _S1_5_88652C8.s(_S1_5_88652C8.java:384)
at _S1_5_8864D04.s(_S1_5_8864D04.java:12)
at _S1_5_89043EC.s(_S1_5_89043EC.java:632)
at _S1_5_891FBE4.s(_S1_5_891FBE4.java:68)
at _S1_5_891FE74.s(_S1_5_891FE74.java:12)
at _S1_5_891FE74.exec(_S1_5_891FE74.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
14)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:193)
at _S1_5_8860ACC.s(_S1_5_8860ACC.java:580)
at _S1_5_885EBB4.s(_S1_5_885EBB4.java:20)
at _S1_5_8823224.s(_S1_5_8823224.java:324)
at _S1_5_8823224.exec(_S1_5_8823224.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
14)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:193)
at _S1_5_881C22C.s(_S1_5_881C22C.java:2016)
at _S1_5_881C22C.exec(_S1_5_881C22C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
14)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:193)
at _S1_5_885AB74.s(_S1_5_885AB74.java:892)
at _S1_5_885AB74.exec(_S1_5_885AB74.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
14)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:193)
at _S1_5_885E4D8.s(_S1_5_885E4D8.java:40)
at _S1_5_885E4D8.exec(_S1_5_885E4D8.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
699)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
