Hello, I have been searching for this error but i didnt fix my problem.
I have wine installed on my Debian (Kali Linux 2) but I always get the same error on all exe files (32 & 64 exe's).
My wine only work with notepad,regedit,cmd..etc but no with anyother files
Im using 64 bits debian and i have installed both 32 & 64 bits dependences
Wine error wrong EXE format
Re: Wine error wrong EXE format
That error usually means you are missing 32 bit Wine. Where did you get Wine from?
Re: Wine error wrong EXE format
I downloaded it form Debian repository, the i386 version
Re: Wine error wrong EXE format
Post terminal output from trying to run something that doesn't work.
Re: Wine error wrong EXE format
I installed wine with these commands:
- sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine-development
- user@user:~/Descargas$ wine 7z1510-x64.exe
wine: Formato EXE erróneo en Z:\home\user\Descargas\7z1510-x64.exe.
Re: Wine error wrong EXE format
According to https://www.winehq.org/download/debian,
Note that you currently need to use the command 'wine-development' instead of 'wine' to run the development version from the command-line.
Re: Wine error wrong EXE format
Okey, with wine-development I can execute 32bit programs but no 64bit
Re: Wine error wrong EXE format
Try wine64-development.