err: Not Supported on this system

Questions about Wine on Linux
Locked
startx
Newbie
Newbie
Posts: 4
Joined: Wed Feb 10, 2021 11:14 am

err: Not Supported on this system

Post by startx »

im using centos 8 and i installed wine-6.0.2 from the repository.
i run the following command:
WINEARCH=win64 WINEPREFIX=~/.wine64 wine idman640build2.exe and i get this error:
err:process:exec_process L"Z:\\home\\archer\\Downloads\\idman640build2.exe" not supported on this system
no matter what program i try to run i get this error.

thanks in advance
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: err: Not Supported on this system

Post by jkfloris »

Code: Select all

file ~/Downloads/idman640build2.exe 
~/Downloads/idman640build2.exe: PE32 executable (GUI) Intel 80386, for MS Windows
idman640build2.exe is a 32-bit executable. By default, 32-bit programs do not work on CentOs.
viewtopic.php?f=8&t=23434

Maybe, you can use: https://www.systutorials.com/how-to-ins ... -centos-8/
Locked