http://bugs.winehq.org/show_bug.cgi?id=3273
Summary: Case-sensitive .dLL hunting Product: Wine Version: 20050830 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P3 Component: wine-files AssignedTo: wine-bugs@winehq.org ReportedBy: nospam@thenerdshow.com
Some apps, specifically Dark Age of Camelot, suffer from a problem where the patcher can't find files in your installation and then incorrectly reports that the installation is missing some files.
How to reproduce: Copy a working cedega installation of Dark Age of Camelot over to Wine.
Expected behavior: Wine should at least get through the patcher, since it does not use D3D.
Reproduceable: Always Works fine in: Cedega / Winex
Additional information: Run with # WINEDEBUG=warn+all wine camelot.exe
Example debug report: camelot/Camelot/SomeFoLder/someFile.mpx required a case-insensitive search -> camelot/camelot/somefolder/somefile.mpx ...