https://bugs.winehq.org/show_bug.cgi?id=28759 Bernhard Übelacker <bernhardu(a)mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu(a)mailbox.org --- Comment #6 from Bernhard Übelacker <bernhardu(a)mailbox.org> --- Created attachment 71358 --> https://bugs.winehq.org/attachment.cgi?id=71358 0001-RFC-start-Add-a-special-case-for-cpl-files.patch For some reason cpl files are referenced in the registry with "HKCR\cplfile\shell\cplopen\command". Therefore currently SHELL_FindExecutable cannot find the command because it searches just with the "open" verb. Attached patch would check in start.exe if the extension is .cpl and would in that case use the "cplopen" verb. Another way to solve would be to cuplicate the line in wine.inf.in to have both verbs, "open" and "cplopen". -- 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.