Package Details: osu 20250521-1

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)

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 my PATH)

#!/bin/sh
export PATH="${HOME}/build/wine:${PATH}"
export OSU_STABLE_DATA_DIRECTORY="${HOME}/osuStableDir"
/usr/bin/osu-stable "$@"

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 16 Next › Last »

emersion commented on 2018-11-19 16:35 (UTC)

Not working for me. It just doesn't open.

Can you try to run it from a terminal and see what it outputs?

qwedas commented on 2018-09-21 23:55 (UTC)

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?

emersion commented on 2018-09-17 11:54 (UTC)

@LavaPower: should be fixed now

LavaPower commented on 2018-09-16 18:25 (UTC)

==> 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

openglfreak commented on 2018-08-09 13:32 (UTC) (edited on 2018-08-09 13:32 (UTC) by openglfreak)

I made a patch that corrects and enhances some things:
https://pastebin.com/qspnAkWC
Apply using
patch osulauncher < patch_for_osu_aur_package.sh

openglfreak commented on 2018-07-02 11:18 (UTC)

You can use WINEDLLOVERRIDES='mscoree=' to prevent installation of Mono. Simply replace "wine hh || exit 1" with "WINEDLLOVERRIDES='mscoree=' wine hh || exit 1".

openglfreak commented on 2018-06-07 06:55 (UTC)

sed -i 's/vblank_mode=0/\0 __GL_SYNC_TO_VBLANK=0 exec/g' osulauncher

emersion commented on 2018-01-14 13:32 (UTC)

If the installer keeps downloading discord-rpc.dll, here's a fix: https://osu.ppy.sh/community/forums/topics/679205