• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Site › Dolphin Patches (Archive) v
« Previous 1 ... 3 4 5 6 7 Next »

1000revisions old FIFO crash -Fix-
View New Posts | View Today's Posts

Pages (5): « Previous 1 2 3 4 5 Next »
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
1000revisions old FIFO crash -Fix-
06-11-2010, 07:42 AM (This post was last modified: 06-11-2010, 08:34 AM by Warrio_r.)
#21
Warrio_r Offline
You too can be anonymous ....
****
Posts: 297
Threads: 11
Joined: Aug 2009
can someone post setp by step how to apply and make the patch work ? if possible with images.

I have download the 5643M...but the game still freezes (SM sunshine) but maybe i made something wrong.

please help, thanks

Forget i found by my self but i´m going to post in game forum what we must do step by step
We are ALL anonymous!!! Dodgy

Intel® Quad Core™ i5-3570 CPU 3.4GHz 
Geforce GTx970 with 4GDRR5
8GB DDR3
Win7 64 Bits
Find
06-12-2010, 01:31 AM
#22
DacoTaco Offline
His royal bitchness Tacoboy
*******
Moderators
Posts: 1,125
Threads: 31
Joined: Mar 2009
(06-11-2010, 06:20 AM)IcemanSR Wrote: hm posting in svn issue?no didn't posted any issues in there.

*edit
now i see
Code:
http://code.google.com/p/dolphin-emu/issues/detail?id=2783

no that wasn't me ,either way although this patch does fix issues in some games it rise issues with some other games,so its not proper fix and i would not recommend it.


*Edit again

ok i am close to solution,just need to find correct break - interrupt they are main reason why fifo is doing jokes and ssx3 video problem.but in the same place is stability for other games and random hangups.
a i thought it was you, guess i was wrong tho

either way, it would be awesome to have a balance in the fifo again....eventho it hasn't been balanced in ages >_<;
[Image: PeachSig.jpg]
[Image: 566286.png]
[Image: 2280403.png]
Website Find
06-12-2010, 04:06 AM
#23
IcemanSR Offline
Senior Member
****
Posts: 526
Threads: 16
Joined: May 2010
well, i am stuck at finding solution...
if i make fifo to work correct then ssx which uses update intervals hack stops updating gpu,result game is running but without gpu Undecided
My Rig:
Mainboard: Asus P8-Z77 | Ram: ExceleRam 2x8GB DDR3 Black Shark 1600MHz Cl9 | GFX: Nvidia GTX950 WFOC 2GB DDR5
CPU+Cooler: [color=#0000CD]Intel 2500K[/color] [color=#32CD32]@[/color] [color=#FF0000]4.6ghz[/color] + Xigmatek Gaia SD1283 (Push/Pull)
Find
06-12-2010, 11:06 PM
#24
pit172 Offline
Member
***
Posts: 62
Threads: 2
Joined: Apr 2010
Well, IcemanSR, your patch is really great for wii sports resort.
Thank you very,very much Wink

Only one thing is not good, its the r5643 itself. The sound is bad, and the game sometimes not starting. I tested the regular version and its the same.

So i think the last thing to do is finding the perfect version for WSR and i say its 5333 - other suggestions?
Find
06-12-2010, 11:44 PM
#25
StripTheSoul Offline
YouKittenMe?
*******
Posts: 4,617
Threads: 37
Joined: Oct 2009
@ IcemanSR: Wouldn't it be good to communicate (if not already happening) with Skidau? Especially because he's also working on FIFO stuff right now...maybe the two of you will be able to see around each other's roadblock Smile
Intel i5-4690k (Devil's Canyon) @ 3.5 GHz (+Scythe Mugen) / Gainward GTX 1070 Phoenix (OC'd) / ASUS Z97 PRO GAMER / 16GB G.Skill DDR3-2400 CL10 TridentX / X-Fi XtremeMusic / Win10 Pro 64bit / Dell S2716DG Monitor / 3x original WiiMote+MotionPlus+Nunchuk
Find
06-13-2010, 01:44 AM
#26
magic
Unregistered
 
can you test this: http://code.google.com/p/dolphin-emu/issues/detail?id=2579 ?

tales of graces doesn't work for me with and without these modifications on the most current svn build. i don't own ssx3 so unfortunately i can't test it.

in CommandProcess.cpp change:

Common::AtomicStore(fifo.bFF_BPEnable, tmpCtrl.BPEnable);

to:

if (tmpCtrl.BPInit && tmpCtrl.BPEnable){
Common::AtomicStore(fifo.bFF_BPEnable, 1);
}
else{
Common::AtomicStore(fifo.bFF_BPEnable, 0);
}
06-13-2010, 03:58 AM (This post was last modified: 06-13-2010, 05:43 AM by IcemanSR.)
#27
IcemanSR Offline
Senior Member
****
Posts: 526
Threads: 16
Joined: May 2010
to quote u:
''i have done some further experiments concerning possible race conditions by forcing the fifo loop to exit temporarily on any control register write. this didnt help, which brings me to the conclusion that the error probably lies within the interrupt scheduling from the video thread, which has not been executed when following breakpoints are hit.''

*EDIT

uh??when tales of grace stoped working on svn??

wii sport here works fine its ssx3 and tales of grace that bothers me.
My Rig:
Mainboard: Asus P8-Z77 | Ram: ExceleRam 2x8GB DDR3 Black Shark 1600MHz Cl9 | GFX: Nvidia GTX950 WFOC 2GB DDR5
CPU+Cooler: [color=#0000CD]Intel 2500K[/color] [color=#32CD32]@[/color] [color=#FF0000]4.6ghz[/color] + Xigmatek Gaia SD1283 (Push/Pull)
Find
06-13-2010, 07:15 PM
#28
magic
Unregistered
 
i don't know when it stopped working, but i also tested with the latest mamario build and it didnt work either.

i had a friend test ssx3 though and it doesnt work aswell with these changes, so the effect is basically the same like with your patch, just with fewer modifications.
06-13-2010, 10:38 PM (This post was last modified: 06-13-2010, 10:46 PM by blackJade.)
#29
blackJade Offline
Member
***
Posts: 168
Threads: 2
Joined: May 2010
Actually, if you using lastest build to run Tales of Graces, it CAN START but stop in the cutscene.
So, you have to use spellforce's patch to get through it. This is an already known issue...
And I know fifo patch will crash tales of graces and I think IcemanSR will try to fix it.
So, If you need to play Tales of Graces. Just don't use this patch(for now) and add spellforce's build or patch to run it.

Ah...BTW, Tales of Graces need to change Wii into Japanese to run.
May be this will help you...
Find
06-13-2010, 11:34 PM (This post was last modified: 06-13-2010, 11:40 PM by IcemanSR.)
#30
IcemanSR Offline
Senior Member
****
Posts: 526
Threads: 16
Joined: May 2010
..nvm found
i see his patch now.
hm it appears to be heavily modified dolphin core just to run that game.
i was under impression that tales of graces WORKS 100% on svn ,but at the end it turns out that so far only is ssx3 affected by my fifo changes.
My Rig:
Mainboard: Asus P8-Z77 | Ram: ExceleRam 2x8GB DDR3 Black Shark 1600MHz Cl9 | GFX: Nvidia GTX950 WFOC 2GB DDR5
CPU+Cooler: [color=#0000CD]Intel 2500K[/color] [color=#32CD32]@[/color] [color=#FF0000]4.6ghz[/color] + Xigmatek Gaia SD1283 (Push/Pull)
Find
« Next Oldest | Next Newest »
Pages (5): « Previous 1 2 3 4 5 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode