summarylogtreecommitdiffstats
path: root/launcher.sh
diff options
context:
space:
mode:
Diffstat (limited to 'launcher.sh')
-rw-r--r--launcher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher.sh b/launcher.sh
index e19fa7fd82f3..ce5dbab51259 100644
--- a/launcher.sh
+++ b/launcher.sh
@@ -16,4 +16,4 @@ if [ ! -d "$XDG_DATA_DIR/rexpaint" ]; then
cp -r "$RP_INSTALL_DIR/data" .
fi
cd "$XDG_DATA_DIR/rexpaint"
-WINEDEBUG=-all wine "$XDG_DATA_DIR/rexpaint/REXPaint.exe" "$@"
+WINEDLLOVERRIDES="mshtml,mscoree=" WINEDEBUG=-all wine "$XDG_DATA_DIR/rexpaint/REXPaint.exe" "$@"