From d9c6c80e00f7b1a9b02f84b9242be51b75970139 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 23 Jan 2025 15:16:41 -0500 Subject: [PATCH] Updated Swamp for wine 10.0. Removed ole32 dependency as it was causing it to fail. If you are on wine 9.0 run WINEPREFIX=~/.local/wine/aprone winetricks -q ole32 If you have problems. --- .install/Swamp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/Swamp.sh b/.install/Swamp.sh index 5e5f270..7df53a6 100644 --- a/.install/Swamp.sh +++ b/.install/Swamp.sh @@ -4,7 +4,7 @@ export winetricksSettings="vd=1024x768" dialog --backtitle "Audiogame manager" --yesno "If you do not have a full 32 bit gstreamer installation, the Swamp music can cause stuttering and crashes. Would you like to remove the music directory after installation?" -1 -1 --stdout deleteMusic=$? download "https://www.kaldobsky.com/audiogames/Swamp.zip" -install_wine_bottle dx8vb quartz corefonts vb6run speechsdk ole32 +install_wine_bottle dx8vb quartz corefonts vb6run speechsdk unzip -d "$WINEPREFIX/drive_c/Program Files/swamp" "${cache}/Swamp.zip" # make sure the latest version is installed. if curl -L --output "${cache}/SwampPatch.zip" "https://www.kaldobsky.com/audiogames/SwampPatch.zip" ; then