09-19-2014, 05:43 PM
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
d875j
09-19-2014, 05:49 PM
Also can you tell us what version of sonic because i also want to play but network issue
ZeCoxao
09-19-2014, 05:55 PM
50 fps inmenu with soundmain disabled. thanks Ekaseo
edit: to note that it runs at 44fps with interpreter on linux. i cannot imagine to how much it will run when the recompiler is ported there
edit: to note that it runs at 44fps with interpreter on linux. i cannot imagine to how much it will run when the recompiler is ported there
d875j
09-19-2014, 05:57 PM
What linux would you suggest i might dual boot it if better.
09-19-2014, 06:13 PM
(09-19-2014, 06:33 AM)leon112211 Wrote: [ -> ]Can you upload your merged version because i can't start sonic cd
it gives me network error
Click here.
'Network signup message' was fixed by this commit, gopalsr83 not included latest changes from master repo yet (thanks to raven02 for pointing this ).
Also, a few additional tweaks/hacks needed to run Sonic CD - i disabled cellSaveDataAutoSave2, and included few bypass/skip-hacks from old code to
cellPamfReaderInitialize, cellPamfReaderGetNumberOfSpecificStreams and cellPamfReaderSetStreamWithTypeAndIndex
Code:
if (!Memory.IsGoodAddr(pSelf->pAddr))
return CELL_PAMF_ERROR_INVALID_ARG;
d875j
09-19-2014, 06:25 PM
(09-19-2014, 06:13 PM)BlackDaemon Wrote: [ -> ](09-19-2014, 06:33 AM)leon112211 Wrote: [ -> ]Can you upload your merged version because i can't start sonic cd
it gives me network error
Click here.
'Network signup message' was fixed by this commit, gopalsr83 not included latest changes from master repo yet (thanks to raven02 for pointing this ).
Also, a few additional tweaks/hacks needed to run Sonic CD - i disabled cellSaveDataAutoSave2, and included few bypass/skip-hacks from old code to
cellPamfReaderInitialize, cellPamfReaderGetNumberOfSpecificStreams and cellPamfReaderSetStreamWithTypeAndIndex
Code:if (!Memory.IsGoodAddr(pSelf->pAddr))
return CELL_PAMF_ERROR_INVALID_ARG;
How would i do these tweaks?
ZeCoxao
09-19-2014, 06:26 PM
(09-19-2014, 05:57 PM)d875j Wrote: [ -> ]What linux would you suggest i might dual boot it if better.
lubuntu, for sure. but i advise you there isn't a working built version yet. gopal is taking care of it on the weekend
edit:
use latest beta:
http://cdimage.ubuntu.com/lubuntu/releas...ic/beta-1/
but with latest kernel
http://kernel.ubuntu.com/~kernel-ppa/mai...c5-utopic/
edit: and give a shot with your computer at the interpreter only (master) build. i'm curious to know the speeds with those specs
d875j
09-19-2014, 06:32 PM
(09-19-2014, 06:26 PM)ZeCoxao Wrote: [ -> ](09-19-2014, 05:57 PM)d875j Wrote: [ -> ]What linux would you suggest i might dual boot it if better.
lubuntu, for sure. but i advise you there isn't a working built version yet. gopal is taking care of it on the weekend
edit:
use latest beta:
http://cdimage.ubuntu.com/lubuntu/releas...ic/beta-1/
but with latest kernel
http://kernel.ubuntu.com/~kernel-ppa/mai...c5-utopic/
edit: and give a shot with your computer at the interpreter only (master) build. i'm curious to know the speeds with those specs
It prob be greatest can't wait to try it out i'll do it when i get home. I'm on laptop right now.
09-19-2014, 06:41 PM
(09-19-2014, 06:25 PM)d875j Wrote: [ -> ](09-19-2014, 06:13 PM)BlackDaemon Wrote: [ -> ](09-19-2014, 06:33 AM)leon112211 Wrote: [ -> ]Can you upload your merged version because i can't start sonic cd
it gives me network error
Click here.
'Network signup message' was fixed by this commit, gopalsr83 not included latest changes from master repo yet (thanks to raven02 for pointing this ).
Also, a few additional tweaks/hacks needed to run Sonic CD - i disabled cellSaveDataAutoSave2, and included few bypass/skip-hacks from old code to
cellPamfReaderInitialize, cellPamfReaderGetNumberOfSpecificStreams and cellPamfReaderSetStreamWithTypeAndIndex
Code:if (!Memory.IsGoodAddr(pSelf->pAddr))
return CELL_PAMF_ERROR_INVALID_ARG;
How would i do these tweaks?
By modifying source code, of course. sceNp.cpp, cellSaveData.cpp and cellPamf.cpp (in rpcs3\Emu\SysCalls\Modules). Or replace it with already modified from here.
d875j
09-19-2014, 06:47 PM
(09-19-2014, 06:41 PM)BlackDaemon Wrote: [ -> ]Only if i was a programmer xD does this include the netwrok fix and the ppu thing?(09-19-2014, 06:25 PM)d875j Wrote: [ -> ](09-19-2014, 06:13 PM)BlackDaemon Wrote: [ -> ](09-19-2014, 06:33 AM)leon112211 Wrote: [ -> ]Can you upload your merged version because i can't start sonic cd
it gives me network error
Click here.
'Network signup message' was fixed by this commit, gopalsr83 not included latest changes from master repo yet (thanks to raven02 for pointing this ).
Also, a few additional tweaks/hacks needed to run Sonic CD - i disabled cellSaveDataAutoSave2, and included few bypass/skip-hacks from old code to
cellPamfReaderInitialize, cellPamfReaderGetNumberOfSpecificStreams and cellPamfReaderSetStreamWithTypeAndIndex
Code:if (!Memory.IsGoodAddr(pSelf->pAddr))
return CELL_PAMF_ERROR_INVALID_ARG;
How would i do these tweaks?
By modifying source code, of course. sceNp.cpp, cellSaveData.cpp and cellPamf.cpp (in rpcs3\Emu\SysCalls\Modules). Or replace it with already modified from here.