From f8fc69317c9f94a6ff68c325e8c2a931ba466685 Mon Sep 17 00:00:00 2001 From: Elyesa <60751519+04ELY@users.noreply.github.com> Date: Mon, 19 Apr 2021 17:11:07 +0300 Subject: [PATCH] Change wine to wine64 There is a bug in wine when used in combination with Mesa 21. X Error of failed request: GLXBadFBConfig https://bugs.winehq.org/show_bug.cgi?id=50859 Changing it to wine64 works. --- scripts/launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/launcher.sh b/scripts/launcher.sh index 9c17b85..db7a497 100755 --- a/scripts/launcher.sh +++ b/scripts/launcher.sh @@ -13,6 +13,6 @@ WINE_PREFIX="$SCR_PATH/prefix" export WINEPREFIX="$WINE_PREFIX" -wine "$SCR_PATH/IllustratorCC17/IllustratorCC64.exe" +wine64 "$SCR_PATH/IllustratorCC17/IllustratorCC64.exe"