EmuNewz Network

Full Version: Tenshin Ranman: Happy Go Lucky - ULJM05634
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
r2244
The game is playable.
Code:
seek - unknown uid 0
The IO compatibility has been improved in r2243. Could you try if it helped for this game?
(07-31-2011, 08:00 PM)gid15 Wrote: [ -> ]
Code:
seek - unknown uid 0
The IO compatibility has been improved in r2243. Could you try if it helped for this game?

r2244
Movie flashes.
BGM and voice work fine.Big Grin
The game is playable.Wink
movie starts off alright then it starts to glitch
07:41:31 ERROR h264 - Videocodec Decoder Thread - H264 decode error 0xFFFFFFFF
(01-03-2020, 11:41 PM)nash67 Wrote: [ -> ]movie starts off alright then it starts to glitch
07:41:31 ERROR h264 - Videocodec Decoder Thread - H264 decode error 0xFFFFFFFF
Could you please generate a log at DEBUG level? As the issue happens at the start of the game, I hope the log will not be too large...
sorry when you change it to debug
just sits there with a black screen
Here is a debug log
[attachment=34698]
The movie will skip if lle load
and get an error
Code:
08:53:09  INFO   stderr - MovieThread - fatal error : sceMpegCreate() 0x80618009
08:53:09  INFO   stdout - MovieThread - POLL SEMA
[attachment=34696]
(01-14-2020, 01:02 AM)onelight Wrote: [ -> ]Here is a debug log

The movie will skip if lle load
and get an error
Code:
08:53:09  INFO   stderr - MovieThread - fatal error : sceMpegCreate() 0x80618009
08:53:09  INFO   stdout - MovieThread - POLL SEMA
This game seems to call sceMpegAvcCsc() in the user_main loop during videos, so maybe the change from 5c5d0c3 will help...
Movie still flashes, but I find a way to help
If XBRZ4JPCSP is enable (should enable before Launch game or will broken graphics)
movie will play slower (1/3 fps, sound crackling sometime and end before video)
and none flashes.

XBRZ4JPCSP disable
[attachment=34699]



XBRZ4JPCSP enable
[attachment=34701]

XBRZ4JPCSP enable(broken graphics)
[attachment=34700]
(03-08-2020, 05:07 PM)onelight Wrote: [ -> ]Movie still flashes, but I find a way to help
If XBRZ4JPCSP is enable (should enable before Launch game or will broken graphics)
movie will play slower (1/3 fps, sound crackling sometime and end before video)
and none flashes.
OK, it sounds like a timing issue. Could you please provide a log at INFO level with the following lines added to LogSettings.xml:
Code:
<logger name='compiler'> <level value='debug' /> </logger>
<logger name='hle.sceMpegbase'> <level value='trace' /> </logger>
<logger name='hle.sceVideocodec'> <level value='trace' /> </logger>
<logger name='hle.sceMpeg'> <level value='trace' /> </logger>
<logger name='hle.scePsmfPlayer'> <level value='trace' /> </logger>
<logger name='hle.scePsmf'> <level value='debug' /> </logger>
<logger name='hle.sceMp4'> <level value='trace' /> </logger>
<logger name='hle.mp4msv'> <level value='trace' /> </logger>
<logger name='hle.IoFileMgrForUser'> <level value='trace' /> </logger>
<logger name='hle.sceDisplay'> <level value='debug' /> </logger>
<logger name='hle.sceGe_user'> <level value='debug' /> </logger>
Thank you!
Pages: 1 2