Skip to content

Commit

Permalink
bump proton-osu-9-10! (read for important info!)
Browse files Browse the repository at this point in the history
New Proton release fixing osu! crashing when Hide Wine version is disabled!

There's been quite a fuss ever since the last stable update: it broke both
hide-wine and non-hide-wine osu!, with the second being quite catchy to fix xd

With this release, you'll notice fonts will look different from Windows' ones and
a few features not working (like boss key): osu! does that when it detects it's running
on Wine for some reason (#115). We've already addressed it to ppy, hopefully it gets fixed soon.

In the meanwhile, for those who want the usual fonts look and features back, you can edit ~/.local/bin/osu-wine
and set WINE_BLOCK_GET_VERSION to 1, since we fixed Proton to work with it as well.
The only downside to that is that, with a future stable update, it might just break again: if that happens, please
revert it to 0 as it is the behavior osu! (and its devs) expect on Wine.

That's all! Enjoy :P
  • Loading branch information
NelloKudo committed Nov 9, 2024
1 parent 21bde8a commit d4a9a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions osu-wine
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export PRESSURE_VESSEL_FILESYSTEMS_RW= # Add your external disks paths here if y
export WINEDEBUG=${WINEDEBUG:-}
export WINEESYNC=1 # PROTON_NO_ESYNC=1 is also needed to disable
export WINEFSYNC=1 # PROTON_NO_FSYNC=1 is also needed to disable
export WINE_BLOCK_GET_VERSION=0 # Set this to 1 to enable Windows fonts/boss key, but it might cause crashes in future updates! Revert back if so.
export PROTONPATH="$HOME/.local/share/osuconfig/proton-osu"
export WINESERVER_PATH="$PROTONPATH/files/bin/wineserver"
export WINE_PATH="$PROTONPATH/files/bin/wine"
Expand Down
4 changes: 2 additions & 2 deletions osu-winello.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
# =======================================

# Proton-osu current versions for update
PROTONVERSION=9.9.0
PROTONVERSION=9.10.0
LASTPROTONVERSION=0

# Proton-osu mirrors
PROTONLINK="https://github.com/whrvt/umubuilder/releases/download/proton-osu-9-9/proton-osu-9-9.tar.xz"
PROTONLINK="https://github.com/whrvt/umubuilder/releases/download/proton-osu-9-10/proton-osu-9-10.tar.xz"


# =====================================
Expand Down

0 comments on commit d4a9a56

Please sign in to comment.