EmuNewz Network

Full Version: Lemmings - UCUS98647
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Lemmings - UCUS98647
using r2736
show 2 developers screens then nothing but a black screen
here is the info log
It looks like a problem during the MPEG play. Could you add the following lines to your LogSettings.xml
Code:
<logger name='hle.sceMpeg'> <level value='debug' /> </logger>
<logger name='hle.IoFileMgrForUser'> <level value='debug' /> </logger>
and update the INFO log file?

Thanks!
here is the new info log with the new lines added
Code:
9286   user_main   DEBUG   hle.IoFileMgrForUser   hleIoRead(id=4,data=0x9ffeb10,size=0x54) async=true  
...
9299   user_main   DEBUG   hle.sceMpeg   sceMpegQueryStreamOffset mpeg=0x8C2C16C, bufferAddr=0x09FFEB10, offsetAddr=0x08C2C18C  
9322   user_main   DEBUG   hle.sceMpeg   Stream offset: 2048, Stream size: 0x56800  
9322   user_main   DEBUG   hle.sceMpeg   First timestamp: -1, Last timestamp: -1
This game is calling sceMpegQueryStreamOffset with an incomplete MPEG header (only 0x54 bytes were read from the PMF file).
This should now be supported in r2737
using r 2740
no change still a black screen after the 2 developers screens
(09-27-2012, 12:57 PM)nash67 Wrote: [ -> ]using r 2740
no change still a black screen after the 2 developers screens
Could you update the log file with these lines in LogSettings.xml:
Code:
<logger name='hle.sceMpeg'> <level value='debug' /> </logger>
<logger name='hle.IoFileMgrForUser'> <level value='debug' /> </logger>

Thank you!
ok here is the new log with the added lines
The improvement worked for the 1st video:
Code:
7877   user_main   DEBUG   hle.sceMpeg   sceMpegQueryStreamOffset mpeg=0x8C2C16C, bufferAddr=0x09FFEB10, offsetAddr=0x08C2C18C  
7878   user_main   DEBUG   hle.sceMpeg   Using complete MPEG header from IoListener  
7880   user_main   DEBUG   hle.sceMpeg   Stream offset: 2048, Stream size: 0x56800  
7881   user_main   DEBUG   hle.sceMpeg   First timestamp: 90000, Last timestamp: 540450
but not for the second one:
Code:
13284   user_main   DEBUG   hle.sceMpeg   sceMpegQueryStreamOffset mpeg=0x8C2C16C, bufferAddr=0x09FFEAD0, offsetAddr=0x08C2C18C  
13285   user_main   DEBUG   hle.sceMpeg   Stream offset: 2048, Stream size: 0x4C000  
13285   user_main   DEBUG   hle.sceMpeg   First timestamp: 25344, Last timestamp: 1677721600
I've improved the strategy to detect such cases in r2747. Could you recheck?

Thanks!
using r 2748
goes ingame now Smile
can be moved to playable
moved to playable Smile
Pages: 1 2