Skip to content

Commit

Permalink
Merge pull request #121 from NelloKudo/proton-osu-9-9
Browse files Browse the repository at this point in the history
Due to all the recent issues with osu! not launching properly even without hiding Wine and thanks to spectator's latest hotfix, we're now forcing Hide Wine back for the time being as it looks like the game only works properly with it enabled. 

I'll work on trying to revert it back to a working state if it's on Wine's end, hopefully ppy's team will fix the Wine-related issues!
  • Loading branch information
NelloKudo authored Nov 7, 2024
2 parents 21b49b7 + f07e682 commit 21bde8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion osu-wine
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export vblank_mode=0 # Disables vsync for mesa
export __GL_SYNC_TO_VBLANK=0 # Disables vsync for NVIDIA >=510
export WINEDLLOVERRIDES=winemenubuilder.exe=d# # Blocks wine from creating .desktop files
export WINE_ENABLE_ABS_TABLET_HACK=0 # Set this to 1 to play with absolute mode in OTD on Wayland (might cause issues with cursor, but feel free to try!)
export PROTON_USE_WINED3D=${PROTON_USE_WINED3D:-1} # For some reason this might be required on GE-Proton-9-8


function Info(){
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.8.0
PROTONVERSION=9.9.0
LASTPROTONVERSION=0

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


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

0 comments on commit 21bde8a

Please sign in to comment.