EmuNewz Network
Pump It Up - Exceed Portable - ULKS46042 - 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 - Half playable Games (https://www.emunewz.net/forum/forumdisplay.php?fid=66)
+----- Thread: Pump It Up - Exceed Portable - ULKS46042 (/showthread.php?tid=97574)



Pump It Up - Exceed Portable - ULKS46042 - nash67 - 11-16-2012

Pump It Up - Exceed Portable - ULKS46042
using r 2860
nothing but a black screen
here is the debug log



RE: Pump It Up - Exceed Portable - ULKS46042 - gid15 - 11-16-2012

Code:
21:58:56 DEBUG hle.scePsmfPlayer - user_main_b - scePsmfPlayerStop psmfPlayer=0x98BFB44
21:58:56 DEBUG hle.ThreadManForUser - user_main_b - hleKernelDelayThread micros=100000, callbacks=false
21:58:56 DEBUG hle.scePsmfPlayer - displayThread_37 - scePsmfPlayerReleasePsmf psmfPlayer=0x98BFB44
21:58:56 DEBUG hle.ThreadManForUser - displayThread_37 - sceKernelExitDeleteThread SceUID=37 name:'displayThread' exitStatus:0x0
21:58:56  WARN hle.ThreadManForUser - user_main_b - checkThreadID not found thread 0x00000037
21:58:56 DEBUG      hle - user_main_b - sceKernelWaitThreadEnd returning errorCode 0x80020198
It seems that this application has a problem with the timings of scePsmfPlayerStop and scePsmfPlayerReleasePsmf: the displayThread is terminating too early.

Could you retest with r2861?


RE: Pump It Up - Exceed Portable - ULKS46042 - nash67 - 11-18-2012

using r 2862
goes ingame now
can be moved to half-playable
but after the game ends and it goes back to the title screen and you start a new game the game freezes up with a blank screen
here is the info log



RE: Pump It Up - Exceed Portable - ULKS46042 - Zekro - 11-18-2012

Moved to half-playable


RE: Pump It Up - Exceed Portable - ULKS46042 - gid15 - 11-19-2012

Code:
08:35:46  WARN hle.ThreadManForUser - user_main - checkThreadID not found thread 0x00000077
08:35:46  INFO   stderr - user_main - assertion "false" failed: file "../../psp/movie.cpp", line 173
It seems to have exactly the same problem as with the first test.
Could you update the LogSettings.xml:
Code:
<logger name='hle.scePsmfPlayer'> <level value='debug' /> </logger>
<logger name='hle.scePsmf'> <level value='debug' /> </logger>
<logger name='hle.sceMpeg'> <level value='debug' /> </logger>

Thanks!


RE: Pump It Up - Exceed Portable - ULKS46042 - nash67 - 11-20-2012

using r 2868
here is the info log with the 3 added lines