The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.27 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



EmuNewz Network
Lemmings - UCUS98647 - 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: Lemmings - UCUS98647 (/showthread.php?tid=84053)

Pages: 1 2


Lemmings - UCUS98647 - nash67 - 09-26-2012

Lemmings - UCUS98647
using r2736
show 2 developers screens then nothing but a black screen
here is the info log


RE: Lemmings - UCUS98647 - gid15 - 09-26-2012

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!


RE: Lemmings - UCUS98647 - nash67 - 09-26-2012

here is the new info log with the new lines added


RE: Lemmings - UCUS98647 - gid15 - 09-26-2012

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


RE: Lemmings - UCUS98647 - nash67 - 09-27-2012

using r 2740
no change still a black screen after the 2 developers screens


RE: Lemmings - UCUS98647 - gid15 - 09-27-2012

(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!


RE: Lemmings - UCUS98647 - nash67 - 09-27-2012

ok here is the new log with the added lines


RE: Lemmings - UCUS98647 - gid15 - 09-28-2012

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!


RE: Lemmings - UCUS98647 - nash67 - 09-29-2012

using r 2748
goes ingame now Smile
can be moved to playable


RE: Lemmings - UCUS98647 - hyakki - 09-29-2012

moved to playable Smile