AlexAltea , i seen you fixed this GetMemFromAddr(0x0) previously for cellPngDec.I think should be similar for cellPamfReaderGetNumberOfSpecificStreams .Any though?
(05-18-2014, 01:07 AM)jacky400 Wrote: [ -> ]okay in-game now but too slow to run the character . It stuck at the cellPamf routine(i skip it).
How did you get this game to work?
Its black screen after new game
(05-18-2014, 10:00 AM)AlexAltea Wrote: [ -> ] (05-18-2014, 05:25 AM)jacky400 Wrote: [ -> ]AlexAltea , i seen you fixed this GetMemFromAddr(0x0) previously for cellPngDec.I think should be similar for cellPamfReaderGetNumberOfSpecificStreams .Any though?
It seems cellPamf doesn't check if the pointers are non-zero. We just have to add:
Code:
if (!pSelf.IsGood() || !Memory.IsGoodAddr(pSelf->pAddr))
return CELL_PAMF_ERROR_INVALID_ARG;
Of course that would only avoid the execution of that function (but the root problem will be still there).
Yeap ,hopefully it is good for this moment .Probably this can give some other games benefit to go further .
If no one beat me , i will do this simple pull .
Can you merge it please??
(05-18-2014, 10:48 AM)AlexAltea Wrote: [ -> ]@jacky400: Oh damn, I didn't notice your PR and just pushed: https://github.com/DHrpcs3/rpcs3/commit/...87ef4bc505
Sorry.
Here you have some screenshots from Sonic CD as apology. (Screenshots are not mine, heh)
Heehee nice one .
Probably we can officially now move this game to playable ?
(05-18-2014, 10:54 AM)jacky400 Wrote: [ -> ] (05-18-2014, 10:48 AM)AlexAltea Wrote: [ -> ]@jacky400: Oh damn, I didn't notice your PR and just pushed: https://github.com/DHrpcs3/rpcs3/commit/...87ef4bc505
Sorry.
Here you have some screenshots from Sonic CD as apology. (Screenshots are not mine, heh)
Heehee nice one .
Probably we can officially now move this game to playable ?
There are a number of other issues like no save/load (yet), mostly missing sound, and crap speed. Not really playable IMO, although I guess you can technically play the game from beginning to end on a supercomputer...
Fair enough. One quick question though not related to this game, normally how long it take from loading screen to the title screen in Disgaea 3?
Recorded small video demo
(05-18-2014, 11:26 AM)jacky400 Wrote: [ -> ]Fair enough. One quick question though not related to this game, normally how long it take from loading screen to the title screen in Disgaea 3?
A couple of minutes, haven't measured. Certainly more than 1 minute, but probably less than 10.