This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gensou Chronicle -NPJH00115
#11
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.
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#12
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.



Attached Files
.txt   R2834log.txt (Size: 93.43 KB / Downloads: 89)
Reply
#13
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


Attached Files
.zip   log.zip (Size: 77.97 KB / Downloads: 113)
Reply
#14
49debcb version

The game still work

Only 1 small bug :
The game create "dump.hleUtilsBufferCopyWithRange.0"
to "dump.hleUtilsBufferCopyWithRange.3" into jpcsp folder.


Attached Files
.7z   log and profiler.7z (Size: 55.05 KB / Downloads: 106)
Reply
#15
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!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#16
84c1ded version

fixed dump.hleUtilsBufferCopyWithRange.X created on jpcsp folder
Thanks gid15


Attached Files
.7z   84c1ded_log.7z (Size: 5.33 KB / Downloads: 111)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)