https://bugs.winehq.org/show_bug.cgi?id=44960
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
--- Comment #1 from Hans Leidekker hans@meelstraat.net --- (In reply to Harry Small from comment #0)
Created attachment 61068 [details] A minimal test case
I am trying to use pywin32 to wait on an external process using its PID. I used winetricks WMI. I am using Ubuntu 16.04 LTS with Wine 3.5. I have attached a minimal example of the Python script. I expect it to wait for the other process to complete. Instead, I get the following output and the process exits immediately:
Native WMI is unlikely to ever work on Wine. What happens when you use builtin WMI? Can you attach a +wbemprox,+seh trace starting from a fresh prefix?