https://bugs.winehq.org/show_bug.cgi?id=50867
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Alexandre Julliard from comment #1)
What has changed is that Wine is more strict about requiring the file to execute to actually be found on disk. By default, start.exe is installed into c:\windows\command, which is not in the standard path, so it isn't found.
I still have one in system32:
rm -rf ~/ramdisk/.wine
wine winecfg
find . -name start.exe ./drive_c/windows/command/start.exe ./drive_c/windows/system32/start.exe
Then 'wine64 start winecfg' works whereas 'wine start winecfg' fails.
Is this difference intentional? (this is self-compiled wine 6.5)