@masonasons it does, in the testing branch.
@masonasons It is git checkout testing. Hold on a sec though and I'll merge it. No one has complained about any sort of bugs in over a week, so it's probably ok.
- replies
- 0
- announces
- 0
- likes
- 0
@masonasons Type git pull and it will pull in the latest changes. Also, if you launch audiogame-manager it will prompt you for updates.
@masonasons Oh, that's a bit of an edge case. You have to reinstall because it moved from being a 32 bit application to 64 bit. If you want help with that, we can meet on Jitsi Meet and I can walk you through the process.
@masonasons remember to back up your save.bin and any custom battle decks and any custom game lists.
@masonasons lol that one and the one for Swamp; it's like having dial up again.
@masonasons That was the original way back when AGM first got started, even before it was in git. The problem is, some games require conflicting versions of Windows, xp vs 8, vs 10 etc. Also some games require dependencies that break other games. This is why they aren't in bottles like winxp, win8, win10 etc. The closest we got for saving space was combining developers into their own bottles, which doesn't always work, but usually does.
@masonasons it sounds like it is not up to date. You can try deleting your local copy and recloning. I checked and it does specify 64 bit, and everything is up to date, so I did remember to push changes. If you check git log, you should see this at the top:
commit 9a47da3239cb44f4ca4c94046f553abebe70b42f (HEAD -> master, origin/master, origin/HEAD)
Merge: 2c8b419 baef70b
Author: Storm Dragon <stormdragon2976@gmail.com>
Date: Tue Nov 26 00:31:34 2024 -0500
Merge branch 'testing' latest game additions, updates, and bug fixes.
@masonasons that's interesting. I wonder if you only have 32 bit wine installed for some reason. Which dstro are you using? Also, you could try creating a wine bottle and see what it comes out as. It should be win64 by default:
DISPLAY="" WINEPREFIX=~/.local/wine/test wineboot -u
Then check to see what ~/.local/wine/test is.
@masonasons did you ever get CP resolved?