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:
  • 6 Vote(s) - 4.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sonic CD [NPUB30624]
#31
AlexAltea , i seen you fixed this GetMemFromAddr(0x0) previously for cellPngDec.I think should be similar for cellPamfReaderGetNumberOfSpecificStreams .Any though?
Reply
#32
(05-18-2014, 01:07 AM)jacky400 Wrote: okay in-game now but too slow to run the character Smile . It stuck at the cellPamf routine(i skip it).

How did you get this game to work?
Its black screen after new game
Reply
#33
(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 .
Reply
#34
Can you merge it please??
Reply
#35
(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. Wink

Here you have some screenshots from Sonic CD as apology. Big Grin (Screenshots are not mine, heh)

Heehee nice one .

Probably we can officially now move this game to playable ?
Reply
#36
(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. Wink

Here you have some screenshots from Sonic CD as apology. Big Grin (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...
Asus N55SF, i7-2670QM (~2,8 ghz under typical load), GeForce GT 555M (only OpenGL)
Reply
#37
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?
Reply
#38
Recorded small video demo Tongue

Reply
#39
(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.
Asus N55SF, i7-2670QM (~2,8 ghz under typical load), GeForce GT 555M (only OpenGL)
Reply
#40
We need 20X speed lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)