http://bugs.winehq.org/show_bug.cgi?id=60267 Anastasius Focht <focht@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |b9a6fa8ec4642aeec89ddbcb69f | |5491df44e40f5 Resolution|--- |FIXED --- Comment #2 from Anastasius Focht <focht@gmx.net> --- Hello Hans, confirming, this is fixed by commit https://gitlab.winehq.org/wine/wine/-/commit/b9a6fa8ec4642aeec89ddbcb69f5491... ("wbemprox: Add SecurityCenter2 namespace.") Thanks Hans Both applications now get past the namespace lookup. --- snip --- ... 0170:Call ucrtbase._wcsicmp(0042a8d8 L"SecurityCenter2",7b10d2f4 L"default") ret=7b0f1356 0170:Call ucrtbase._wcsicmp(0042a8d8 L"SecurityCenter2",7b10d304 L"cimv2") ret=7b0f136b 0170:Call ucrtbase._wcsicmp(0042a8d8 L"SecurityCenter2",7b10d310 L"Microsoft\\Windows\\Storage") ret=7b0f137e 0170:Call ucrtbase._wcsicmp(0042a8d8 L"SecurityCenter2",7b10d344 L"SecurityCenter2") ret=7b0f1391 0170:Ret ucrtbase._wcsicmp() retval=00000000 ret=7b0f1391 ... --- snip --- SpardaSecureApp reaches its activation screen and stays there. MigrosBank E-Banking gets past this point as well but then dies in the embedded browser control, which is unrelated to this bug. $ wine --version wine-11.16-298-gdfa96293478 Regards -- 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.