Emulator Issues #1662
closedcase sensitivity is too picky in linux version
0%
Description
What steps will reproduce the problem?
create nand dump from real wii. this nand dump works fine in the win x64
version of dolphin.
build and try to run dolphin on ubuntu 9.10 with my nand dump in the
correct place.
What is the expected output? What do you see instead?
expect to see dolphin to run. instead i get an error that it could not
open a certain file from my nand dump. if i change the name of the file to
the upper& lower case that dolphin is expecting, then it finds that file
and fails on another one. i have to rename every file in the nand dump
because dolphin doesnt see them.
What version of the product are you using? On what operating system?
latest rev from svn (4577 i believe) on ubuntu 9.10 x86
Updated by stgngts almost 15 years ago
case sensitivity isn't an issue with dolphin, it's a feature with linux.
Updated by nakeee almost 15 years ago
- Status changed from New to Invalid
It seems that some dump tools ruin the case of the files.
Using a bootmii dump + zestig is reported to work fine.
Anyhow this is not a dolphin bug...