From 49b6afcbb975d26b69f5528745ff9123b8b2e06d Mon Sep 17 00:00:00 2001 From: Regalia <126194895+regalialong@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:59:10 +0200 Subject: [PATCH] Remove libglesv2 WINEDLLOVERRIDES (#958) Apparently very much doesn't like the new GPU renderer (I thought it was for the overlay only?) --- Linux/install-vrcx.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Linux/install-vrcx.sh b/Linux/install-vrcx.sh index 7afdcf18..f7f3fef1 100644 --- a/Linux/install-vrcx.sh +++ b/Linux/install-vrcx.sh @@ -75,7 +75,6 @@ rm vrcx.zip echo "#!/usr/bin/env bash export WINEPREFIX=$WINEPREFIX -export WINEDLLOVERRIDES="libglesv2=d" # Workaround for https://bugs.winehq.org/show_bug.cgi?id=44985 wine $WINEPREFIX/drive_c/vrcx/VRCX.exe" > $WINEPREFIX/drive_c/vrcx/vrcx chmod +x $WINEPREFIX/drive_c/vrcx/vrcx