[Bug 59625] New: shcore: Set/GetCurrentProcessExplicitAppUserModelID are stubs
http://bugs.winehq.org/show_bug.cgi?id=59625 Bug ID: 59625 Summary: shcore: Set/GetCurrentProcessExplicitAppUserModelID are stubs Product: Wine Version: 11.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs@list.winehq.org Reporter: Robert-Gerigk@online.de Distribution: --- SetCurrentProcessExplicitAppUserModelID in shcore.dll returns S_OK but discards the value. GetCurrentProcessExplicitAppUserModelID always returns NULL with E_NOTIMPL. This causes .NET WPF applications that call SetCurrentProcessExplicitAppUserModelID during startup and later retrieve it via GetCurrentProcessExplicitAppUserModelID to crash with "String argument cannot be null or empty" (ArgumentException). Steps to reproduce: 1. Call SetCurrentProcessExplicitAppUserModelID(L"MyApp.Id") 2. Call GetCurrentProcessExplicitAppUserModelID(&id) 3. id is NULL instead of L"MyApp.Id" Expected: id == L"MyApp.Id", hr == S_OK Actual: id == NULL, hr == E_NOTIMPL A fix with tests is ready. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59625 --- Comment #1 from Nikolay Sivov <bunglehead@gmail.com> --- What is the real world application that crashes on this? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59625 --- Comment #2 from Robert-Gerigk@online.de --- The KNX ETS 6.x Software crashes in the first shown Screen after clicking "OK" on the Error Pop-Up. -- 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.
participants (1)
-
WineHQ Bugzilla