diff --git a/setup_vkd3d_proton.sh b/setup_vkd3d_proton.sh index 175b1bd7..eca3b605 100644 --- a/setup_vkd3d_proton.sh +++ b/setup_vkd3d_proton.sh @@ -44,6 +44,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"