Not working for me. It just doesn't open.
Can you try to run it from a terminal and see what it outputs?
Git Clone URL: | https://aur.archlinux.org/osu.git (read-only, click to copy) |
---|---|
Package Base: | osu |
Description: | A free-to-win rhythm game |
Upstream URL: | https://osu.ppy.sh |
Keywords: | catch circle ctb game mania osu peppy ppy rhythm stable taiko |
Licenses: | custom |
Submitter: | ValdikSS |
Maintainer: | fossdd |
Last Packager: | fossdd |
Votes: | 64 |
Popularity: | 0.000335 |
First Submitted: | 2012-11-07 13:27 (UTC) |
Last Updated: | 2025-05-21 20:13 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 16 Next › Last »
Not working for me. It just doesn't open.
Can you try to run it from a terminal and see what it outputs?
I keep getting "ATTENTION: default value of option vblank_mode overridden by environment." when I try to run osu and I just get a blank screen. Anyone know how to fix this?
@LavaPower: should be fixed now
==> Validation des fichiers source avec md5sums… osu!install.exe ... Ignoré directsound-latency.reg ... Réussite osu.desktop ... Réussite osulauncher ... ÉCHEC osu.png ... Réussite
I made a patch that corrects and enhances some things:
https://pastebin.com/qspnAkWC
Apply using
patch osulauncher < patch_for_osu_aur_package.sh
You can use WINEDLLOVERRIDES='mscoree=' to prevent installation of Mono. Simply replace "wine hh || exit 1" with "WINEDLLOVERRIDES='mscoree=' wine hh || exit 1".
sed -i 's/vblank_mode=0/\0 __GL_SYNC_TO_VBLANK=0 exec/g' osulauncher
If the installer keeps downloading discord-rpc.dll, here's a fix: https://osu.ppy.sh/community/forums/topics/679205
Pinned Comments
huupoke12 commented on 2021-06-09 03:04 (UTC) (edited on 2022-03-31 13:24 (UTC) by huupoke12)
@amingirl If you want to use a custom Wine build, you can just prepend the PATH environment variable with the custom Wine's path.
But I have written this script with the idea of not to directly edit
/usr/bin/osu-stable
, but to create your own script if you want to override any of the value.This is my
~/bin/osu-stable
file (/usr/bin/osu-stable
is unmodified, and~/bin
is added to myPATH
)