EmuNewz Network
Red Bull X-Fighters - NPEZ00100 - 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 - Playable Games (https://www.emunewz.net/forum/forumdisplay.php?fid=65)
+----- Thread: Red Bull X-Fighters - NPEZ00100 (/showthread.php?tid=172903)

Pages: 1 2


RE: Red Bull X-Fighters - NPEZ00100 - DragonNeos - 10-31-2015

(10-30-2015, 08:55 AM)gid15 Wrote:
(10-30-2015, 08:30 AM)DragonNeos Wrote: I have attached the files. What primarily causes JpcspTrace to crash the PSP?
It seems to work now for both sceMp3 calls... is it the entry for sceUtilitySavedataInitStart which is causing the crash?

It's possible that attempting to log sceUtilitySavedataInitStart with JpcspTrace will make the PSP crash. As you can see in the attached log, I remove the following lines and the game is able to boot.
Code:
# sceUtilitySavedataInitStart(TPointer paramsAddr)
sceUtilitySavedataInitStart 0x50C4CD57 1 v



RE: Red Bull X-Fighters - NPEZ00100 - DragonNeos - 11-04-2015

The music is able to loop correctly at the Main Menu as of revision 3eec9a5.


RE: Red Bull X-Fighters - NPEZ00100 - nash67 - 03-12-2017

using jpcsp revision eef4f48
game data cannot be save
here is an info log


RE: Red Bull X-Fighters - NPEZ00100 - gid15 - 03-13-2017

(03-12-2017, 12:12 AM)nash67 Wrote: using jpcsp revision eef4f48
game data cannot be save
here is an info log
Could you provide a log with the following lines added in your LogSettings.xml:
Code:
<logger name='compiler'> <level value='debug' /> </logger>
<logger name='hle.sceUtility'> <level value='debug' /> </logger>



RE: Red Bull X-Fighters - NPEZ00100 - nash67 - 03-14-2017

here is the log


RE: Red Bull X-Fighters - NPEZ00100 - gid15 - 03-19-2017

Code:
15:02:53 DEBUG hle.sceUtility - thread - sceUtilitySavedataShutdownStart
15:02:53 DEBUG hle.sceUtility - thread - sceUtilitySavedataShutdownStart returning 0x0
...
15:02:53 DEBUG hle.sceUtility - thread - sceUtilitySavedataInitStart paramsAddr=0x08A5B968
15:02:53 DEBUG hle.sceUtility - thread - sceUtilitySavedataInitStart already started status=4
15:02:53 DEBUG hle.sceUtility - thread - sceUtilitySavedataInitStart returning 0x80110001
Is there any improvement with 6162ae3? I have tested this sequence on a real PSP and improved the implementation in Jpcsp...


RE: Red Bull X-Fighters - NPEZ00100 - nash67 - 03-20-2017

yep it is fixed now with 6162ae3