Wine: could not load kernel32.dll, status c0000135

Hello @ClassicNoob :wink:

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
3 Likes