https://bugs.winehq.org/show_bug.cgi?id=39024
--- Comment #3 from Sebastian Lackner sebastian@fds-team.de --- (In reply to Susan Cragin from comment #2)
(In reply to Sebastian Lackner from comment #1)
This is most likely a side-effect of the wrapper scripts shipped with the Debian packages. Please try to run Wine directly, without the wrapper scripts inbetween. The real executable is located at:
/usr/lib/wine-development/wine
:/usr/lib/wine-development$ ls wine64 wine64-preloader wineapploader
That looks like you forgot to install the 32-bit packages. To do that, please run (as root):
dpkg --add-architecture i386 apt-get update apt-get install wine32-development
No wine, no wine folder.
:/usr/lib/wine-development$ wine64 winecfg bash: wine64: command not found
And wine64's not a folder, either.
You are executing it incorrect, you have to type a relative path for all programs which are not included in the PATH environment variable.
In this case (when you are already in the /usr/lib/wine-development directory), it is sufficient to type:
./wine winecfg