Wineboot error

Questions about Wine on Linux
Locked
Rik
Newbie
Newbie
Posts: 1
Joined: Thu Jul 14, 2022 11:07 pm

Wineboot error

Post by Rik »

I am getting this error when I try wineboot "0118:err:wineboot:process_run_key Error running cmd L"" (2)". I am using wine 7.12(staging) on arch linux. The error code was "0116" before installing cmd with winetricks.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Wineboot error

Post by jkfloris »

What program do you trying to run?

Do you also get this message if you use a clean Wineprefix (the fake Windows installation)?

Code: Select all

WINEPREFIX=${HOME}/wine-test wine the-program-you-want-to-run.exe
Locked