https://bugs.winehq.org/show_bug.cgi?id=51173 --- Comment #6 from Sveinar Søpler <cybermax(a)dexter.no> --- It is easy to miss stuff when you mess around with git-tree's, so what i usually do is to reset my local branch with e.g (to reset the wine repo to wine-6.8): git reset --hard wine-6.8 && git clean -xdf This way if you have patched your local git tree, you will just "roll back" what you have done locally :) The staging repo uses a slightly different tag, so to reset your local staging tree to eg. staging-6.8, you can use: git reset --hard v6.8 && git clean -xdf However, the other issue seems fixed now with https://github.com/wine-staging/wine-staging/commit/69765f438bd1f2822f0b2147... Hopefully this is related, and fix it for Bloons TD 6 aswell. PS. You can ofc also download the source outside of git: https://www.winehq.org/announce/6.8 https://github.com/wine-staging/wine-staging/archive/refs/tags/v6.8.tar.gz -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.