RE: Gensou Chronicle -NPJH00115 - gid15 - 11-06-2012
Code: 20:20:44 DEBUG hle.sceFont - user_main - sceFontOpenUserFile fontLibHandle=0x95C5010, fileName=0x088BB730('disc0:/PSP_GAME/USRDIR/japanese_8.pgf'), mode=0x1, errorCodePtr=0x088BBA2C
20:20:44 ERROR compiler - user_main - Trying to compile an invalid address 0x00000000
20:20:44 ERROR runtime - user_main - 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)
This should be fixed in r2834.
RE: Gensou Chronicle -NPJH00115 - sum2012 - 11-06-2012
Yes, fixed .Thanks gid15.Fixed in rev2834
(11-06-2012, 08:11 PM)gid15 Wrote: Code: 20:20:44 DEBUG hle.sceFont - user_main - sceFontOpenUserFile fontLibHandle=0x95C5010, fileName=0x088BB730('disc0:/PSP_GAME/USRDIR/japanese_8.pgf'), mode=0x1, errorCodePtr=0x088BBA2C
20:20:44 ERROR compiler - user_main - Trying to compile an invalid address 0x00000000
20:20:44 ERROR runtime - user_main - 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)
This should be fixed in r2834.
RE: Gensou Chronicle -NPJH00115 - nash67 - 08-30-2013
using r 3375
still goes ingame
no problems so far
keeps print out this warning in the logger
17:25:01 WARN hle.sceUtility - user_main - Unimplemented: sceUtilityStoreCheckoutGetStatus
here is an info log and a Jpcsp Trace for sceUtilityStoreCheckoutGetStatus
RE: Gensou Chronicle -NPJH00115 - sum2012 - 05-14-2020
49debcb version
The game still work
Only 1 small bug :
The game create "dump.hleUtilsBufferCopyWithRange.0"
to "dump.hleUtilsBufferCopyWithRange.3" into jpcsp folder.
RE: Gensou Chronicle -NPJH00115 - gid15 - 05-14-2020
Code: 19:42:04 ERROR hle.semaphore - user_main - hleUtilsBufferCopyWithRange returned error result=0xE for command=0x7, outputSize=0x60, inputSize=0x74, input dumped into file 'dump.hleUtilsBufferCopyWithRange.0'
19:42:04 ERROR crypto - user_main - ScramblePRX returning 0xE
19:42:04 ERROR hle.semaphore - user_main - hleUtilsBufferCopyWithRange returned error result=0xE for command=0x7, outputSize=0x40, inputSize=0x54, input dumped into file 'dump.hleUtilsBufferCopyWithRange.1'
19:42:04 ERROR crypto - user_main - ScramblePRX returning 0xE
19:42:04 ERROR crypto - user_main - java.util.zip.ZipException: Not in GZIP format
19:42:04 INFO loader - user_main - Unrecognized file format
19:42:04 INFO loader - user_main - File magic 7E 53 43 45
19:42:04 ERROR hle.semaphore - user_main - hleUtilsBufferCopyWithRange returned error result=0xE for command=0x7, outputSize=0x60, inputSize=0x74, input dumped into file 'dump.hleUtilsBufferCopyWithRange.2'
19:42:04 ERROR crypto - user_main - ScramblePRX returning 0xE
19:42:04 ERROR hle.semaphore - user_main - hleUtilsBufferCopyWithRange returned error result=0xE for command=0x7, outputSize=0x40, inputSize=0x54, input dumped into file 'dump.hleUtilsBufferCopyWithRange.3'
19:42:04 ERROR crypto - user_main - ScramblePRX returning 0xE
19:42:04 ERROR crypto - user_main - java.util.zip.ZipException: Not in GZIP format
19:42:04 INFO loader - user_main - Unrecognized file format
19:42:04 INFO loader - user_main - File magic 7E 53 43 45
19:42:04 INFO hle.ModuleMgrForUser - user_main - hleKernelLoadModule(path='disc0:/PSP_GAME/USRDIR/libccc.prx') encrypted module not loaded
19:42:04 WARN hle.ModuleMgrForUser - user_main - IGNORING:sceKernelStartModule flash module 'sceCcc_Library'
This should now be fixed in 84c1ded.
Thank you for testing!
RE: Gensou Chronicle -NPJH00115 - sum2012 - 05-15-2020
84c1ded version
fixed dump.hleUtilsBufferCopyWithRange.X created on jpcsp folder
Thanks gid15
|