28 Sep
2024
28 Sep
'24
6:14 a.m.
https://bugs.winehq.org/show_bug.cgi?id=57245 --- Comment #2 from vingian(a)email.com --- After some debugging... looks like the problem is here: https://gitlab.winehq.org/wine/wine/-/blob/658df7f2121d4dc7c6e6044b9527e0739... Since the name has a dot... thinks there's an extension and tries to check if it's a valid file, but can't find. Maybe... use search_in_pathext as a fallback? In previous versions(like 9.17)... worked well because of this: https://gitlab.winehq.org/wine/wine/-/blob/wine-9.17/programs/cmd/wcmdmain.c... -- 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.