Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pac-Man World 3
01-28-2014, 10:18 PM (This post was last modified: 01-28-2014 10:29 PM by sum2012.)
Post: #6
RE: Pacman World 3
edit:Updated JPCSp trace

Change scempeg debug_info to notice log to compare JPCSP Trace log.
Hmm
Code:
07:28:29 user_main - sceMpegRegistStream 0x9FFC73C, 0x0, 0x0 = 0x8EA2C80
07:28:29 user_main - sceMpegRegistStream 0x9FFC73C, 0x1, 0x0 = 0x8EA3080

> Does it work if you comment out the "if (ctx->mediaengine->IsNoAudioData()) {" check? That is, did it work before that change?
Do you mean all this code ?
Code:
    if (ctx->mediaengine->IsNoAudioData()) {
        INFO_LOG(ME, "Audio end reach. pts: %i dts: %i", (int)sceAu.pts, (int)ctx->mediaengine->getLastTimeStamp());
        result = PSP_ERROR_MPEG_NO_DATA;
    }
If yes ,same result.If no worse,do not show video

> 1020=sceMpegRingbufferAvailableSize(0bffea10)
> Never seems to get to 1024, I wonder why.
Thanks the tip,I have a way to hack to work
in
Code:
int sceMpegRingbufferAvailableSize(u32 ringbufferAddr)
...
    if (ringbuffer->packetsFree == 1020) return 1024;
    else
    return ringbuffer->packetsFree;


Attached File(s)
.zip  ppsspplogm.zip (Size: 33.5 KB / Downloads: 888)
.txt  JPCSPtracelog.txt (Size: 134.25 KB / Downloads: 902)

I want to be a crash fixer
PM me if you want to me look a game
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Pac-Man World 3 - sfageas - 03-03-2013, 04:49 PM
RE: Pacman World 3 - sfageas - 05-24-2013, 09:51 AM
RE: Pacman World 3 - sfageas - 07-04-2013, 12:18 PM
RE: Pacman World 3 - sum2012 - 01-28-2014, 09:27 AM
RE: Pacman World 3 - [Unknown] - 01-28-2014, 02:54 PM
RE: Pacman World 3 - sum2012 - 01-28-2014 10:18 PM
RE: Pacman World 3 - [Unknown] - 01-29-2014, 05:23 AM
RE: Pacman World 3 - sum2012 - 01-29-2014, 05:31 AM
RE: Pacman World 3 - sum2012 - 01-29-2014, 06:51 AM
RE: Pacman World 3 - Stevec - 02-14-2014, 08:17 PM
RE: Pacman World 3 - Nik1895 - 03-09-2014, 09:43 AM
RE: Pac-Man World 3 - vnctdj - 03-09-2014, 09:55 AM
RE: Pac-Man World 3 - jacky400 - 04-28-2014, 08:11 AM
RE: Pac-Man World 3 - Stevec - 04-29-2014, 05:57 AM
RE: Pac-Man World 3 - jacky400 - 04-29-2014, 02:59 PM
RE: Pac-Man World 3 - Stevec - 04-29-2014, 07:07 PM
RE: Pac-Man World 3 - [Unknown] - 05-01-2014, 01:38 AM
RE: Pac-Man World 3 - sum2012 - 05-01-2014, 02:50 AM
RE: Pac-Man World 3 - [Unknown] - 05-01-2014, 05:32 AM
RE: Pac-Man World 3 - sum2012 - 05-01-2014, 05:54 AM
RE: Pac-Man World 3 - [Unknown] - 05-01-2014, 06:18 AM
RE: Pac-Man World 3 - sum2012 - 05-01-2014, 06:27 AM
RE: Pac-Man World 3 - sum2012 - 05-06-2014, 01:36 PM
RE: Pac-Man World 3 - vnctdj - 05-06-2014, 02:20 PM

Forum Jump: