EmuNewz Network

Full Version: 2D Adventures of Rotating Octopus Character - NPUZ00240
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Code:
15543     user_main     INFO     hle.sceUtility     sceUtilitySavedataInitStart 0x08C81C18-0x08C82218: Address 0x08C81C18, mode=7(DELETE), gameName=, saveName=, fileName=, secureVersion=0
The savedata popup is actually to delete a savegame. Strange that this game starts first by deleting...
How does it look like on a real PSP (with no savedata for that game)?
To gid15
Sorry ,my PSP damaged ,so that I cannot tell you.

To nash67
If you on hand have a real psp,please tell him the result.Thanks you.
sorry don't have mine at hand right now
it is on the other side of the country with my brother
To gid15

I finally asked my freind to do this.After company logo,then show attach screen (no savedata for that game) ,press No to enter the game
using r 2827
still the same save problem
here is the log with this line added
<logger name='hle.sceUtility' > <level value='off' /> </logger>
Code:
"%JAVA_CMD%" -Xmx1024m -Xss2m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar %*
Unluck this game.xss 2m still get StackOverflowError ever improvement with r2866.Attach Rev 2868 xss 2m and 4m log
(11-19-2012, 07:05 PM)sum2012 Wrote: [ -> ]
Code:
"%JAVA_CMD%" -Xmx1024m -Xss2m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar %*
Unluck this game.xss 2m still get StackOverflowError ever improvement with r2866.Attach Rev 2868 xss 2m and 4m log
I'm wondering what this method is doing:
Code:
    _S1_2_8881678.s(_S1_2_8881678.java:504)
Could you post a log with the compiler at the DEBUG level?

Thank you!
Attached compiler debug (I also attach profiler.txt [xss need change to 6m])
We should make it to ask us "There is no save data.Try load again?" instead of "Insufficient space for save data (128KB required). Make space now?" according to real PSP.
edit:Add these two message 's in picture in iso from hex editor
using r 3071
still the same problem
i transfered my save from my psp and it found it on Jpcsp
but then it still says insufficient space for save data (128KB required)
here is a info log and compiler log
Pages: 1 2 3 4