EmuNewz Network
Gladiator Begins [ULUS-10528] - 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: Gladiator Begins [ULUS-10528] (/showthread.php?tid=4806)



Gladiator Begins [ULUS-10528] - BinarySlave - 05-28-2011

Fully playable (30 FPS) [rev2156]
PC: i5-750@stock | Geforce GTS250 | Win7 64Bit | Java 32Bit

Settings:
-Video
Use vertex cache
Use shaders
Enable dynamic shader generation

-Media
Use Media Engine
Decode audio with SonicStage
Use non-native fonts [using original PSP font]

Note:
1st screenshot shows how it looks without using "non-native fonts".

EDIT:
REMOVED Enable VAO from recommended settings.
After playing a little longer it shows that some textures of items are not loaded in the shop. Disabling this feature solves this issue.


RE: Gladiator Begins [ULUS-10528] - nash67 - 10-01-2012

using r2715
now it comes up with 2 developers screens then it keeps pausing
here is the info log



RE: Gladiator Begins [ULUS-10528] - gid15 - 10-01-2012

(10-01-2012, 02:05 PM)nash67 Wrote: using r2715
now it comes up with 2 developers screens then it keeps pausing
here is the info log
Could you post a DEBUG log up to the first pause?

Thanks!


RE: Gladiator Begins [ULUS-10528] - nash67 - 10-02-2012

ok here is the debug log but it didn't even get up to the first developers screen


RE: Gladiator Begins [ULUS-10528] - gid15 - 10-02-2012

(10-02-2012, 01:15 AM)nash67 Wrote: ok here is the debug log but it didn't even get up to the first developers screen
Hmmm, we will then need to be more specific...
dan83 found out that the issue is related to scePsmfPlayer.
Could you add the following lines to LogSettings.xml and keep the INFO log level:
Code:
<logger name='compiler'> <level value='debug' /> </logger>
<logger name='hle.scePsmfPlayer'> <level value='debug' /> </logger>
<logger name='hle.sceMpeg'> <level value='debug' /> </logger>
<logger name='hle.scePsmf'> <level value='debug' /> </logger>

Thank you!


RE: Gladiator Begins [ULUS-10528] - nash67 - 10-02-2012

ok here is the new info log with the 4 added lines


RE: Gladiator Begins [ULUS-10528] - gid15 - 10-02-2012

Code:
40139   movie_video   DEBUG   hle.scePsmfPlayer   scePsmfPlayerGetCurrentStatus returning status 0x4  
40139   movie_video   DEBUG   hle.scePsmfPlayer   scePsmfPlayerUpdate psmfPlayer=0x8A9DC80  
40139   movie_video   DEBUG   hle.scePsmfPlayer   scePsmfPlayerGetVideoData psmfPlayer=0x8A9DC80, videoDataAddr=0x09F57A80  
40172   movie_audio   DEBUG   hle.scePsmfPlayer   scePsmfPlayerGetCurrentStatus psmfPlayer=0x8A9DC80  
40172   movie_audio   DEBUG   hle.scePsmfPlayer   scePsmfPlayerGetCurrentStatus returning status 0x200
Problem in scePsmfPlayerGetVideoData when reaching the end of the video should be fixed in r2758.

Thank you to dan83 for spotting it!