0009:err:module:__wine_process_init ... .exe not supported on this system

Questions about Wine on Linux
Locked
jeff94040
Newbie
Newbie
Posts: 2
Joined: Sat Jan 01, 2022 11:30 pm

0009:err:module:__wine_process_init ... .exe not supported on this system

Post by jeff94040 »

Fresh wine install throwing multiple errors while running winecfg and wine on a 32-bit exe.

Code: Select all

jeff@raspberrypi:~/OptInt $ uname -a
Linux raspberrypi 5.10.63-v8+ #1488 SMP PREEMPT Thu Nov 18 16:16:16 GMT 2021 aarch64 GNU/Linux
jeff@raspberrypi:~/OptInt $ wine
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
       wine --help                   Display this help and exit
       wine --version                Output version information and exit
jeff@raspberrypi:~/OptInt $ wine --version
wine-5.0.3 (Debian 5.0.3-3)
jeff@raspberrypi:~/OptInt $ WINEARCH=win32 winecfg
wine: created the configuration directory '/home/jeff/.wine'
000b:err:seh:raise_exception Unhandled exception code c000001d flags 0 addr 0xf7992612
0009:err:seh:raise_exception Unhandled exception code c000001d flags 0 addr 0xf7919612
jeff@raspberrypi:~/OptInt $ wine OPTMAIN.EXE
000b:err:seh:raise_exception Unhandled exception code c000001d flags 0 addr 0xf78d9612
0009:err:module:__wine_process_init L"Z:\\home\\jeff\\OptInt\\OPTMAIN.EXE" not supported on this system
jeff94040
Newbie
Newbie
Posts: 2
Joined: Sat Jan 01, 2022 11:30 pm

Re: 0009:err:module:__wine_process_init ... .exe not supported on this system

Post by jeff94040 »

I'll add that this is a headless (Raspberry Pi OS Lite) system with no desktop environment. Logged in via SSH. The .exe I am trying to run is all command line (no GUI).
Locked