diff --git a/setup_dxvk.sh b/setup_dxvk.sh index aff87125c..3e63ecf0c 100755 --- a/setup_dxvk.sh +++ b/setup_dxvk.sh @@ -52,6 +52,9 @@ fi # find wine executable export WINEDEBUG=-all +# disable mscoree and mshtml to avoid downloading +# wine gecko and mono +export WINEDLLOVERRIDES="mscoree,mshtml=" wine="wine" wine64="wine64"