Emulator Issues #9303
closedFinish Scrubbing Sirena Beach immediately when opening graphics dialog box
0%
Description
Game Name?
Super Mario Sunshine
Game ID? (right click the game in the game list, properties, info tab)
GMSE01
MD5 Hash? (right click the game in the game list, properties, info tab, MD5 Hash: Compute)
4aea713887bab2ba0c150f78a75b7c5b
What's the problem? Describe what went wrong.
In Scrubbing Sirena Beach level I can get the Shine Sprite immediately when I open the graphics dialog box.
What steps will reproduce the problem?
Go to Scrubbing Sirena Beach and them open the graphics dialog after the timer started.
Which versions of Dolphin did you test on? Does using an older version of Dolphin solve your issue? If yes, which versions of Dolphin used to work?
Dolphin 4.0-8814. I don't know if a older version solves the issue.
What are your PC specifications? (CPU, GPU, Operating System, more)
Windows 10 - 4GB RAM - AMD APU A6-3420M - GPU HD 6520G
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
Savefile: https://www.dropbox.com/s/ar6kq2pkwy8z7n3/GMSE01.s01?dl=0
Updated by MayImilae almost 9 years ago
Super Mario Sunshine relies on Performance Queries to complete that level. As was shown on the wiki page, up until 3.0-439 it auto-completed, from 3.0-439 to 3.5-512 it couldn't be completed at all, then 3.5-513 fixed it properly (though there were some oopses along the way!)
Anyway, most likely what is happening is that the reset it eating the setting. When you open the graphics configuration window, the cache is reset and the gameini settings are overridden (this is by design so you can change things). Super Mario Sunshine has many settings that are vital to it working properly! So either it is overriding the necessary setting, or the cache reset is eating it.
Either way, call it a cheatcode! :D
Updated by JMC4789 almost 9 years ago
- Status changed from New to Working as intended
Opening the graphics menu is messing up one of hte settings required for the stage. Dolphin overrides certain settings for certain games, but when you actually open the graphics menu it goes back to whatever settings you're using. Whatever settings you have set (likely texture cache accuracy or EFB Copies to Texture) doesn't work with that stage. Or, heck, it could just be switching to it at an odd time messes it up too.
Updated by JosJuice over 7 years ago
- Is duplicate of Emulator Issues #10094: Perf Queries is disabled when opening the Graphics Config added
Updated by JosJuice over 7 years ago
- Status changed from Working as intended to Duplicate