https://bugs.winehq.org/show_bug.cgi?id=57245
--- Comment #2 from vingian@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...