http://bugs.winehq.org/show_bug.cgi?id=625 Mykola Mykhno <klimmihno5+wine+bugzilla@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |klimmihno5+wine+bugzilla@gm | |ail.com --- Comment #37 from Mykola Mykhno <klimmihno5+wine+bugzilla@gmail.com> --- Created attachment 80830 --> http://bugs.winehq.org/attachment.cgi?id=80830 Remove full path from executable file name when trying to retrive App Paths It seems that the root cause of this bug lies in the assumption that the file name (szName parameter) either contains only the file name itself, without the path, or that the "App Paths" subkey in the registry can contain the full path. https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/shell32/shlexec.c?ref... However, since registry subkeys cannot contain a backslash, it is safe to remove the path from the file name and use only the file name as the subkey to check and retrieve the path value for the application. -- 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.