http://bugs.winehq.org/show_bug.cgi?id=58571
Bug ID: 58571 Summary: On NetBSD, the case-insensitive mechanism for filenames appears to be broken Product: Wine Version: 10.12 Hardware: x86 OS: NetBSD Status: UNCONFIRMED Severity: major Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: sagawa.aki+winebugs@gmail.com
I managed to compile Wine on NetBSD/i386. (The compilation procedure is too complex to describe. pkgsrc patch is a good shortcut.) I noticed that the case-insensitive mechanism for filenames seems to be broken on NetBSD.
Steps to reproduce: % wine NOTEpad.exe
Expected behavior: Wine launches Wine Notepad, i.e. notepad.exe, and shows its window.
Actual behavior: Wine shows the following message on the terminal and no window is shown.
Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found.