Hello @ClassicNoob
That has to do with your wine prefix. Delete the standard prefix (~/.wine
) or create a new custom one with:
mkdir -p ~/myapp/prefix
export WINEPREFIX=$HOME/myapp/prefix
export WINEARCH=win32
export WINEPATH=$HOME/myapp
wineboot --init
winetricks