https://bugs.winehq.org/show_bug.cgi?id=40344 --- Comment #1 from tblodt(a)icloud.com --- This test creates registry keys in HKEY_CLASSES_ROOT and tests the code that retrieves values from those keys, and it fails because HKEY_CLASSES_ROOT is not writable without elevated privileges. It could instead put the keys in HKCU/Software/Classes, which is writable without elevated privileges, but then the tests would fail on Wine because IQueryAssociations doesn't check there. That's a different bug. I plan to send a patch to fix it and another patch to make the tests run without elevated privileges. -- 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.