https://bugs.winehq.org/show_bug.cgi?id=56299
--- Comment #12 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 76080 --> https://bugs.winehq.org/attachment.cgi?id=76080 keep wmic alive for 10 secs
Hi, patch for initial bug is now in git as commit 7a92a33b27b3e362c12539d6382dfe6444ed77cf
About the followup bug: in the 2nd log you attached it just exits with error 3, which seems 'path not found' which seems reasonable as wmic is disabled. It's all kind of guess work and this wmic thing just might be a red herring but maybe you could try with attached hack (which should keep wmic alive for 10 secs) if anything changes.
(reason behind hack: on windows, if you just fire up wmic without arguments it will fire up the wmic commander. I haven't got a clue why a program would want this. Anyway, wine will just return an error which is not like how windows does it. As mentioned before: might just be a red herring but maybe worth a try)