id summary reporter owner description type status priority component version resolution keywords cc game 3686 FEEBLE: Capitalization variations when searching for files SF/h3xx sev- "{{{#!Markdown System: Linux with scummvm-svn \(Mon Apr 7 15:20:42 CDT 2008\) I was trying to play The Feeble Files with all the original filenames copied from the CD \(with all FLAC files named with extension .fla\) and decided to run an strace: open\(""/home/h3xx/downloads/games/feeble/feeble/winasoft.flac"", O\_RDONLY\) = -1 ENOENT \(No such file or directory\) open\(""/home/h3xx/downloads/games/feeble/feeble/winasoft.flacWINASOFT.FLAC"", O\_RDONLY\) = -1 ENOENT \(No such file or directory\) open\(""/home/h3xx/downloads/games/feeble/feeble/winasoft.flacWINASOFT.FLACwinasoft.flac"", O\_RDONLY\) = -1 ENOENT \(No such file or directory\) open\(""/home/h3xx/downloads/games/feeble/feeble/winasoft.flacWINASOFT.FLACwinasoft.flacWinasoft.flac"", O\_RDONLY\) = -1 ENOENT \(No such file or directory\) open\(""/usr/share/scummvm/winasoft.flac"", O\_RDONLY\) = -1 ENOENT \(No such file or directory\) open\(""/usr/share/scummvm/winasoft.flacWINASOFT.FLAC"", O\_RDONLY\) = -1 ENOENT \(No such file or directory\) open\(""/usr/share/scummvm/winasoft.flacWINASOFT.FLACwinasoft.flac"", O\_RDONLY\) = -1 ENOENT \(No such file or directory\) open\(""/usr/share/scummvm/winasoft.flacWINASOFT.FLACwinasoft.flacWinasoft.flac"", O\_RDONLY\) = -1 ENOENT \(No such file or directory\) open\(""winasoft.flac"", O\_RDONLY\) = -1 ENOENT \(No such file or directory\) open\(""winasoft.flacWINASOFT.FLAC"", O\_RDONLY\) = -1 ENOENT \(No such file or directory\) open\(""winasoft.flacWINASOFT.FLACwinasoft.flac"", O\_RDONLY\) = -1 ENOENT \(No such file or directory\) open\(""winasoft.flacWINASOFT.FLACwinasoft.flacWinasoft.flac"", O\_RDONLY\) = -1 ENOENT \(No such file or directory\) open\(""/home/h3xx/downloads/games/feeble/feeble/winasoft.fla"", O\_RDONLY\) = 9 It looks as though the function that searches for alternate capitalizations is appending each alternate to the end of the search string, rather than trying that filename in the same directory. The game runs fine, but I imagine that alternate capitalizations of game data filenames do not work. }}} {{{#!div style=""font-size: 75%"" Ticket imported from: !#1937042. Ticket imported from: bugs/3686. }}}" defect closed low Engine: AGOS fixed The Feeble Files