32bits file BAD Exe on CentOS 7

Questions about Wine on Linux
Locked
[email protected]
Newbie
Newbie
Posts: 1
Joined: Thu May 14, 2020 8:13 am

32bits file BAD Exe on CentOS 7

Post by [email protected] »

Trying to execute a program with Wine on CentOS Linux release 7.7.1908 and have the following error:

Code: Select all

wine ~/CodeVirtualizer_3.0.8.0/Virtualizer.exe
wine: Bad EXE format for Z:\home\abizeau\CodeVirtualizer_3.0.8.0\Virtualizer.exe.

wine --version
wine-4.0.4

File ~/CodeVirtualizer_3.0.8.0/Virtualizer.exe 
/home/abizeau/CodeVirtualizer_3.0.8.0/Virtualizer.exe: PE32 executable (GUI) Intel 80386, for MS Windows
It seems that my .exe file is 32bits, so I though that execute it with wine instead of wine64 should be fine no?
Locked