If a client can crash a wineserver via requests only, it's a bug.
The wineserver crashes when a privileged client deletes every object in
the NT object namespace (which frees `root_directory`) and then attempts
to lookup or create any object name.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5343
This issue originated on IRC (a person complained about Tomato Jones II
not working but the ole errors in the log weren't actually an issue).
With this patch the game boots to the main menu (at least with
wine-staging).
--
v2: wbemprox: Stub most of the Win32_VideoController properties.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5372