Emulator Issues #9565
closedCorrupt games list
0%
Description
Game Name?
Not a game
Game ID? (right click the game in the game list, properties, info tab)
NA
MD5 Hash? (right click the game in the game list, properties, info tab, MD5 Hash: Compute)
NA
What's the problem? Describe what went wrong.
Games list has many issues
some missing banners
some corrupt banner images
some duplicate game names that point to different game files (super mario sunshine becomes super mario strikers)
some corrupt game title / maker
What steps will reproduce the problem?
scanning in your games.
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?
Tested 4.0-9386, Works prior to this build 4.0-9259 https://dolphin-emu.org/download/dev/05e1406e89f08cde5d169dff843ac3d645e71e6c/
This commit is the cause of the problem
https://github.com/dolphin-emu/dolphin/pull/3795
What are your PC specifications? (CPU, GPU, Operating System, more)
Win10Pro
i76700k
32gb ram
GTX 970
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
my games are compressed gamecube i did test extracting one game and it still shows up wrong
Updated by delroth over 8 years ago
- Status changed from New to Questionable
- Milestone set to Current
Might be an important regression, marking as Milestone-Current until we know for sure.
Updated by JMC4789 over 8 years ago
I'm not running into this issue. Is there anything I'm missing?
Updated by JMC4789 over 8 years ago
Have you tried purging the gamelist cache to see if that fixes it?
Updated by EMKO over 8 years ago
JMC4789 wrote:
Have you tried purging the gamelist cache to see if that fixes it?
Yes that's what i did to find what build causes the problem
I can make a screen shot of before and after if you think that will help.
Updated by EMKO over 8 years ago
JosJuice wrote:
I would like to see a screenshot.
4.0-9257 Correct games list view
http://i.imgur.com/5nVoFgG.jpg
4.0-9259 Buggy list
http://i.imgur.com/tV3OCom.jpg
You see that highlighted game it should be Super Mario Sunshine and you can see the banner has half of Mario sunshine and half of something else and a few games are just replaced with wrong games and banners?
Updated by EMKO over 8 years ago
Just pointing to a folder with only Mario Sunshine i get this
http://i.imgur.com/mqTJx3j.jpg
works fine on 4.0-9257
Updated by EMKO over 8 years ago
Some more information computing a hash in the games properties comes up as blank when its done
on 4.0-9257 i get a hash when computing is done, for example 455253229388d65043010dafa641ae2a
Updated by Fog over 8 years ago
Have you installed the latest Windows 10 updates?
Updated by mimimi over 8 years ago
Fog wrote:
Have you installed the latest Windows 10 updates?
Oh, wasn't there another issue related to file access that was fixed by windows updates? I really hope that this issue will be fixed by windows updates, it just seems to be too weird.
Updated by EMKO over 8 years ago
Fog wrote:
Have you installed the latest Windows 10 updates?
yes my windows is up to date, for now i just use 4.0-9257 to create the cache and i switch to later version this way i have my games list correct.
Updated by JMC4789 over 8 years ago
That's not an acceptable work-around for me. I really think we need to figure out what's going on...
Are you running a different language? Maybe it's a locale issue, as phire suggested.
Updated by phire over 8 years ago
And not just what language you are using for dolphin, but which language your Operating System set to use.
Updated by Helios over 8 years ago
Managed to reproduce some of these bugs. Some of this is caused by both scrubbing a GC image outside of Dolphin (We don't scrub those because it's really unsafe) and compressing the scrubbed image in Dolphin.
I got a banner failing to read and MD5 calculation failing.
I still didn't get the gamelist corruption though.
Updated by Fog over 8 years ago
- Status changed from Questionable to Accepted
- Priority changed from Normal to High
Updated by delroth over 8 years ago
https://github.com/dolphin-emu/dolphin/pull/3868 should fix this issue.
Updated by delroth over 8 years ago
- Status changed from Accepted to Fix pending
Updated by delroth over 8 years ago
- Status changed from Fix pending to Fixed
- Regression changed from No to Yes
I'm hoping that resolves all the issues you've been hitting. Please let us know :)
Updated by EMKO over 8 years ago
delroth wrote:
I'm hoping that resolves all the issues you've been hitting. Please let us know :)
sorry was busy, just tested and everything is working correct now
thanks guys