Package Details: osu 20250316-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.000658
First Submitted: 2012-11-07 13:27 (UTC)
Last Updated: 2025-03-16 16:51 (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 12 .. 16 Next › Last »

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

Works again with wine 3.0rc6-1.

ARM_User commented on 2018-01-02 22:25 (UTC)

@Reavershark actually trying to install .NET frameworks manually I'll write you later :D

ARM_User commented on 2018-01-02 22:16 (UTC)

@Reavershark When the launcher will be updated?

Reavershark commented on 2017-12-28 13:20 (UTC) (edited on 2017-12-29 22:59 (UTC) by Reavershark)

@ARM_User Looks like it has something to do with the number of opened files limit (ulimit -n) EDIT: Downgrading to wine version 2.21 fixes some errors, still fails.

ARM_User commented on 2017-12-26 13:26 (UTC)

Client updater stuck at: failed to install .NET framework v4. Click here to install them manually

forcemagic commented on 2017-12-19 17:52 (UTC) (edited on 2017-12-19 17:52 (UTC) by forcemagic)

For me, the client is stuck at the updating window. (Appears & disappears forever)

emersion commented on 2017-08-29 15:43 (UTC)

@Excaliber: alternatively, you can open .osu files with your favorite file manager.

quorra commented on 2017-08-29 15:40 (UTC) (edited on 2017-08-29 15:58 (UTC) by quorra)

@Excaliber: Download and move them into your songs folder for Osu!. For me, the path is: /home/USER/.local/share/osu-wine/OSU/Songs

quorra commented on 2017-08-29 15:38 (UTC) (edited on 2017-08-29 15:58 (UTC) by quorra)

@reotip: Well you need PulseAudio for Pavucontrol to be able to have any effect. https://wiki.archlinux.org/index.php/PulseAudio Pavucontrol is just an awesome frontend for Pulse. Makes debugging sound issues a breeze.

<deleted-account> commented on 2017-08-29 15:30 (UTC)

I use ALSA and PAVUCONTROL did nothing.