Aug. 29, 2026
12:53 p.m.
http://bugs.winehq.org/show_bug.cgi?id=60251 --- Comment #4 from Hans Leidekker <hans@meelstraat.net> --- (In reply to Kazim from comment #3)
In both "VPN on" runs, CoCreateInstance(WbemLocator) itself is what takes the ~29.8s (ConnectServer then fails immediately after with WBEM_E_INVALID_NAMESPACE, likely because this particular VPN setup
Are you sure about that? CoCreateInstance() is essentially a malloc() call but ConnectServer() taking a long time would explain it. It resolves the hostname which will time out if there's no response. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.