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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 514 515 516 517 518 ... 1192 Next »

Performance was flawless and now stuttery
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Performance was flawless and now stuttery
11-27-2014, 08:39 AM
#1
orshick
Unregistered
 
Hi guys,

Being able to run games well on Dolphin was one of the reasons I got the higher end CPU i7 4770k last year, and I was not dissapointed, Dolphin emulation was great at the highest resolutions my monitor could handle. The other day though, I tried running Wind Waker again, and all of a sudden there was a stutter problem. Every few seconds it would have a split second hitch up, making it a very unpleasant experience overall. Now, I messed around with some of my cpu overclocking settings just before that, but with disappointing results, and while I'm pretty sure I reverted all those settings back to default (as I exited the UEFI I chose to load defaults, saved and exited), but I can't help but wonder if perhaps I did change something that would explain this worsening of performance. I haven't used Dolphin for quite a bit though, so it could have gotten worse even before that. Would anyone have any idea what could be causing this for me?

My specs are:

cpu - i7 4770k
gpu - 760gtx
ram - 16gb
mb - Asrock z87 pro3

Thanks in advance,

-O
Reply
11-27-2014, 08:54 AM (This post was last modified: 11-27-2014, 08:54 AM by admin89.)
#2
admin89 Offline
Overclocker™ ✓ᵛᵉʳᶦᶠᶦᵉᵈ
*******
Posts: 6,889
Threads: 127
Joined: Nov 2009
Stay away from stable version (4.0.2) ! You should download latest dev version instead , latest dolphin run much faster
https://dolphin-emu.org/blog/2014/09/30/dolphin-progress-report-september-2014/
Laptop: (Show Spoiler)
Clevo W230SS : 3200x1800 IPS | i7 4700MQ @ 3.6GHz (Intel XTU + Triple fan mod) | GTX 860M GDDR5 | 128GB Toshiba CFD SSD | 16GB DDR3L 1600MHz
Aspire 715 43G : 1080p 144Hz |  R5 5625U @ 4.3GHz | Nvidia RTX 3050 4GB | 500GB WD SSD  | 16GB DDR4 3200MHz 
Mini PC :: (Show Spoiler)
G3258 @ 4.6GHz | ELSA GTX 750 | Asrock Z87E ITX | 600W SFX 80+ Gold Silverstone + SG06-LITE | Corsair Vengeance 8GB 2000MHz | Scythe Kozuti + Ao Kaze | 45TB 2.5" Ex HDD (in total) , Zelda Gold Wiimote , LE Wii Classic Controller , Gold LE PS3 DualShock , BlackWidow Chroma ,
Now Playing : Xenoblade Definitive Edition on Yuzu - Switch Emu 

 
Find
Reply
11-27-2014, 09:12 AM
#3
orshick
Unregistered
 
(11-27-2014, 08:54 AM)admin89 Wrote: Stay away from stable version (4.0.2) ! You should download latest dev version instead , latest dolphin run much faster
https://dolphin-emu.org/blog/2014/09/30/dolphin-progress-report-september-2014/

Okay, that seems to have done the trick. Kind of weird though, since it DID run perfectly fine on the stable version before. BTW, I don't quite understand how these dev versions work...are the devs simply adding changes to the emulator on their own and compiling them later for a stable release, or does each subsequent dev version have features of the previous ones included in it as well?

Thanks for the help.

-O
Reply
11-27-2014, 10:16 AM
#4
AnyOldName3 Offline
First Random post over 9000
*******
Posts: 3,527
Threads: 1
Joined: Feb 2012
The developers work on new features on various branches of Dolphin, and when something's ready, it's added to the Master branch. The newest build in the Master branch therefore has all the latest and greatest changes, minus some that we don't know work yet. The builds offered on the download page are from the master branch.

When the devs feel they've made a good chunk of progress, and also nothing that used to work has been broken, they do thorough testing and then release a new stable build. This means each stable build is always better than the previous one (potentially discounting speed as that's not as important as accuracy to a good emulator). Right now, there are some interesting things happening to the project, and also there are a few outstanding regressions which no-one's fixed yet, so it's not a good time for a new stable build.
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X
RAM: 16GB
GPU: Radeon Vega 56
Find
Reply
11-27-2014, 12:54 PM
#5
mbc07 Offline
Wiki Caretaker
*******
Content Creators (Moderators)
Posts: 3,567
Threads: 47
Joined: Dec 2010
(11-27-2014, 10:16 AM)AnyOldName3 Wrote: The developers work on new features on various branches of Dolphin, and when something's ready, it's added to the Master branch.
Uh, no. That's how it worked in Google Code, now that Dolphin moved to git, the development is based in Pull Requests. Basically a developer (can be anyone, not just the team) come to Dolphin repository, create a pull request with the changes they made and then all active devs take a look at the code and say if it LGTM ("looks good to me"). If there's no questions/complaints and no bugs, wrong coding style, etc., the pull request is merged in the Dolphin repository by an "official" dev and a new build become available at download page including the changes...
Avell A70 MOB: Core i7-11800H, GeForce RTX 3060, 16 GB DDR4-3200, Windows 11 (Insider Preview)
ASRock Z97M OC Formula: Pentium G3258, GeForce GT 440, 16 GB DDR3-1600, Windows 10 (22H2)
Find
Reply
11-27-2014, 09:19 PM
#6
AnyOldName3 Offline
First Random post over 9000
*******
Posts: 3,527
Threads: 1
Joined: Feb 2012
So we don't have branches any more? Github allows branches as well as pull requests. Where does stuff go that's definitely miles away from begin ready to merge?
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X
RAM: 16GB
GPU: Radeon Vega 56
Find
Reply
11-28-2014, 01:24 AM
#7
mimimi Offline
Senior Member
****
Posts: 720
Threads: 1
Joined: May 2014
(11-27-2014, 09:19 PM)AnyOldName3 Wrote: So we don't have branches any more? Github allows branches as well as pull requests. Where does stuff go that's definitely miles away from begin ready to merge?

In the private repositories of the devs. Even in the PRs there's some stuff that's not going to be merged soon, or for some maybe ever.
Find
Reply
11-28-2014, 04:10 AM
#8
orshick
Unregistered
 
Thanks a lot everyone, this has been illuminating in terms of how this thing gets made.

BTW, is there a way to restore emulator default settings? When uninstalled the latest stable build to install the new master, it seems to have retained the settings from the former.

Thanks again,

-O
Reply
11-28-2014, 07:14 AM
#9
Kurausukun Offline
Zeitgenössischer Wurst
*******
Posts: 1,034
Threads: 62
Joined: Mar 2014
If you want to do a "clean install," so to speak, you can delete the Dolphin folder AND the directory in your Documents folder called "Dolphin Emulator." Then redownload the latest dev build and set it up again.
Find
Reply
11-29-2014, 09:56 PM
#10
xystus Offline
Member
***
Posts: 196
Threads: 10
Joined: Jul 2013
And it's always possible to create a "standalone" version of Dolphin, by creating a portable.txt in you Dolphin root folder. This way you can create a "clean" Dolphin without the hassle Smile
CPU: Intel 3570k with Corsair H60 watercooler @4.1ghz
GPU: Nvidia Asus GTX780 @1140/6600
PSU: Corsair 750W
RAM: Corsair 8gig DDR3-1600
MOBO: Asrock Z68m ITX
HDD: 500gb SSD EVO
CASE: Lian-Li PC-Q08 mini-ITX case
OS: Windows 7 x64

I use a fully configured emulator frontend (Maximus Arcade) to play every console & arcade game instantly
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 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