diff --git a/extra/mtgo.sh b/extra/mtgo.sh index 58e6647..a07cc1d 100755 --- a/extra/mtgo.sh +++ b/extra/mtgo.sh @@ -11,6 +11,16 @@ while [ -n "${1:-}" ]; do shift done +if [ ! -d "${HOME}/.wine/drive_c/windows/syswow64" ]; then + echo + echo + echo "IMPORTANT: This image now uses Windows in 64bit mode (WoW64)" + echo "You have to reset your settings: " + echo " ./run-mtgo --reset" + echo + exit 1 +fi + trap "exit" INT run() {