[Bug 44153] New: ShellExecute crash when opening explorer.exe

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 10 17:54:17 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=44153

            Bug ID: 44153
           Summary: ShellExecute crash when opening explorer.exe
           Product: Wine
           Version: 3.0-rc1
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: leslie_alistair at hotmail.com
      Distribution: ---

Here is the simplest test case to show the crash. 

int main(int argc, char *argv[])
{
    ShellExecute(NULL, _T("OPEN"), _T("explorer.exe"), _T("/select,
\"C:\\temp\\hello.txt\""), NULL, SW_SHOW);

    return 0;
}

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list