https://bugs.winehq.org/show_bug.cgi?id=52044
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |74a381aa786069c2ab2c2ec5c4b | |559af12cd026b
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- This is fixed by 74a381aa786069c2ab2c2ec5c4b559af12cd026b
2021-11-18 21:41:10.960 [09: Thread Pool Worker] - ERROR: [ProcessFactory] Failed to load process names for SafeExamBrowser.Client!
Exception Message: Error code: 0x80041002 Exception Type: System.Management.ManagementException
at System.Management.ManagementException.ThrowWithExtendedInfo (System.Management.ManagementStatus errorCode) [0x0003f] in <4297dff9342c4a9ba70586354cf1bb7a>:0 at System.Management.PropertyData.RefreshPropertyInfo () [0x00046] in <4297dff9342c4a9ba70586354cf1bb7a>:0 at System.Management.PropertyData..ctor (System.Management.ManagementBaseObject parent, System.String propName) [0x0001b] in <4297dff9342c4a9ba70586354cf1bb7a>:0
Main problem is i think following lines
2021-11-18 21:41:10.964 [09: Thread Pool Worker] - INFO: Waiting for client to complete initialization... 2021-11-18 21:41:11.926 [16: Thread Pool Worker] - WARNING: [DesktopMonitor] Detected desktop switch to 'Default' [804], trying to reactivate 'SafeExamBrowser' [772]... 2021-11-18 21:41:19.952 [16: Thread Pool Worker] - WARNING: [DesktopMonitor] Detected desktop switch to 'Default' [844], trying to reactivate 'SafeExamBrowser' [772]...
This keeps going on forever and and endless "fixme: SwitchDesktop" is spawned in the console. Maybe user32.SwitchDesktop needs to have more flesh???