NelloKudo / osu-winello

osu! stable installer for Linux with patched Proton-osu and other nice features 8)
GNU General Public License v3.0
362 stars 17 forks source link

osu! forces to update when WINE_BLOCK_GET_VERSION is set to 1 #132

Closed PhoenixEmik closed 2 hours ago

PhoenixEmik commented 11 hours ago

As the title says, when I change WINE_BLOCK_GET_VERSION from 0 to 1 after upgrading to proton-osu-9-10, osu! always tries to update with an outdated client prompt, and always fails to complete.

However there's obviously no update of osu! stable recently.

If set WINE_BLOCK_GET_VERSION back to 0, osu! will work as https://github.com/NelloKudo/osu-winello/issues/115 suggests.

Reverting to proton-osu-9-9 makes everything work as normal, especially the fonts.

I'm not sure if this just happened on my PC or if it can be reproduced.

whrvt commented 11 hours ago

what exactly does "fails to complete" mean? the updating is normal because it does download different files for wine/hide-wine. can you try deleting osu!auth.dll from your osu folder and trying WINE_BLOCK_GET_VERSION=1 again?

PhoenixEmik commented 11 hours ago

"fails to complete (updating)" means osu! tries updating itself, then the progress shown in bottom left disappears without any prompt. I'll give a try when I'm available, thanks for the suggestion.

PhoenixEmik commented 2 hours ago

Deleting osu!auth.dll worked, thanks.