EmuNewz Network
r3305 break all game - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: Commercial Game Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=54)
+----- Forum: JPCSP - General Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=64)
+----- Thread: r3305 break all game (/showthread.php?tid=148855)

Pages: 1 2


r3305 break all game - sum2012 - 07-12-2013

Check console output for detail


RE: r3305 break all game - DragonNeos - 07-13-2013

So it looks like I was not the only one having this problem. I made a note of it here in this thread: http://www.emunewz.net/forum/showthread.php?tid=148741&pid=192062#pid192062


RE: r3305 break all game - shenweip - 07-13-2013

Yeah,the last version has some wrong in svn/trunk/src/jpcsp/State.java
add in line 55
Code:
+ fileLogger = new FileLoggerFrame();
it can fix this issue.


RE: r3305 break all game - tempura.san - 07-13-2013

Sorry - seems I was lacking a complete rebuild after finishing the change. So I did not notice, as for me it was working fine. Sad
It should be fixed in r3307.


RE: r3305 break all game - sum2012 - 07-13-2013

Yes,fixed,Thanks.
Can you add "ms0\PSP\SAVEDATA" folder in default ?


RE: r3305 break all game - tempura.san - 07-13-2013

Which default are you referring to?


RE: r3305 break all game - sum2012 - 07-14-2013

There is no SAVEDATA folder when download from Orphis 's Automated Jpcsp builds


RE: r3305 break all game - tempura.san - 07-14-2013

I see. Smile
The reason is, that it is not present in SVN. From development point of view it has no content - an thus no need to have an empty directory in SVN.
As soon as JPCSP is started, the directory is automatically created anyhow.

What is your usecase to need SAVEDATA already existing before JPCSP startup?


RE: r3305 break all game - sum2012 - 07-15-2013

Move some of save into new version


RE: r3305 break all game - tempura.san - 07-15-2013

Please check r3314.