This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lemmings - UCUS98647
#1
Lemmings - UCUS98647
using r2736
show 2 developers screens then nothing but a black screen
here is the info log


Attached Files
.zip   log.html.zip (Size: 3.78 KB / Downloads: 92)
Reply
#2
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!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#3
here is the new info log with the new lines added


Attached Files
.zip   log.html.zip (Size: 98.4 KB / Downloads: 84)
Reply
#4
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
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#5
using r 2740
no change still a black screen after the 2 developers screens
Reply
#6
(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!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#7
ok here is the new log with the added lines


Attached Files
.zip   log.html.zip (Size: 71.35 KB / Downloads: 92)
Reply
#8
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!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#9
using r 2748
goes ingame now Smile
can be moved to playable
Reply
#10
moved to playable Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)