EmuNewz Network

Full Version: Star Wars : Lethal Alliance - ULUS10188
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(10-02-2018, 03:08 PM)gid15 Wrote: [ -> ]I am working on a complete rewrite of the HLE modules responsible for the video play (sceMpeg and scePsmfPlayer) to better match the PSP behavior. E.g. some of the games in the "Intro" section still have issues with the current video modules. Hopefully my rewrite will fix those issues...

It's rewrite finished?
I want to try it but there are on New jpcsp revision on Automatic jpcsp builds
(11-04-2018, 06:12 AM)onelight Wrote: [ -> ]
(10-02-2018, 03:08 PM)gid15 Wrote: [ -> ]I am working on a complete rewrite of the HLE modules responsible for the video play (sceMpeg and scePsmfPlayer) to better match the PSP behavior. E.g. some of the games in the "Intro" section still have issues with the current video modules. Hopefully my rewrite will fix those issues...

It's rewrite finished?
I want to try it but there are on New jpcsp revision on Automatic jpcsp builds
It is still in progress...
It implies a rewrite of several HLE modules that are all interconnected:
- sceMpeg: rewrite complete
- scePsmfPlayer: rewrite complete
- sceMp4, mp4msv: rewrite approx. 50% complete
(11-05-2018, 12:15 PM)gid15 Wrote: [ -> ]
(11-04-2018, 06:12 AM)onelight Wrote: [ -> ]
(10-02-2018, 03:08 PM)gid15 Wrote: [ -> ]I am working on a complete rewrite of the HLE modules responsible for the video play (sceMpeg and scePsmfPlayer) to better match the PSP behavior. E.g. some of the games in the "Intro" section still have issues with the current video modules. Hopefully my rewrite will fix those issues...

It's rewrite finished?
I want to try it but there are on New jpcsp revision on Automatic jpcsp builds
It is still in progress...
It implies a rewrite of several HLE modules that are all interconnected:
- sceMpeg: rewrite complete
- scePsmfPlayer: rewrite complete
- sceMp4, mp4msv: rewrite approx. 50% complete
The rewrite of sceMpeg and scePsmfPlayer are now available in a054603.
Could you please retest this game?
(12-07-2018, 07:31 PM)gid15 Wrote: [ -> ]The rewrite of sceMpeg and scePsmfPlayer are now available in a054603.
Could you please retest this game?

The same error is still there
(12-17-2018, 08:41 PM)raziel1000 Wrote: [ -> ]
(12-07-2018, 07:31 PM)gid15 Wrote: [ -> ]The rewrite of sceMpeg and scePsmfPlayer are now available in a054603.
Could you please retest this game?

The same error is still there
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.scePsmfPlayer'> <level value='trace' /> </logger>
<logger name='hle.sceMpeg'> <level value='trace' /> </logger>
<logger name='hle.sceMpegbase'> <level value='trace' /> </logger>
<logger name='hle.sceVideocodec'> <level value='trace' /> </logger>
<logger name='hle.sceAudiocodec'> <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>
This will give more information about the video play.

Thank you!
oh my bad Blush

but here is a thing, I am not getting the error when enabling the trace logging (emu runs slow) and it goes past the 3rd logo and i can reach ingame. but get a crash when emu runs fast (trace/debug loggind disabled)

so putting the clock speed to 50% before the 3rd logo would also let it work normally... there is no way to get the trace log with the error when the emu runs slow.

couldn't upload the file on here
https://drive.google.com/open?id=157BzTA...oP3oB3Npsy
Pages: 1 2