https://bugs.winehq.org/show_bug.cgi?id=44866 Bug ID: 44866 Summary: propertystore_SetValue and propertystore_Commit implies issue if they are called Product: Wine Version: 3.5 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs(a)winehq.org Reporter: gillg02(a)hotmail.com Distribution: --- If propertystore_SetValue or propertystore_Commit are called, they return "E_NOTIMPL", this implie an error. Sample: 005b:fixme:shell:propertystore_SetValue (0x1016f9e0)->(0x1017a550 0x101764a0): stub 005b:trace:shell:IShellLinkW_fnQueryInterface (0x1016f9e0)->({df0b3d60-548f-101b-8e65-08002b2bd119}) 005b:err:shell:IShellLinkW_fnQueryInterface -- Interface: E_NOINTERFACE If both return "S_OK", no ISupportErrorInfo is called and everything is ok. Related bug : https://bugs.winehq.org/show_bug.cgi?id=22210 Source of solution : https://bugs.winehq.org/show_bug.cgi?id=44744#c11 I tested, and approve replacement of E_NOTIMPL by S_OK -- 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.