https://bugs.winehq.org/show_bug.cgi?id=55763
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #2 from Zeb Figura z.figura12@gmail.com --- As a side note, the application fails even earlier for me. It's probably a bit random whether it fails or not, it depends on how handles are allocated. The cause is that it calls GetSecurityInfo(SE_WINDOW_HANDLE, GetThreadDesktop(GetCurrentThreadId())). Currently we don't respect SE_WINDOW_HANDLE and just assume everything is a kernel handle, which is broken, but may work accidentally if the user handle happens to match an existing kernel handle.
I've sent merge request 4105 for this.