Package Details: osu 20250420-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.000547
First Submitted: 2012-11-07 13:27 (UTC)
Last Updated: 2025-04-28 11:25 (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 .. 16 Next › Last »

criptixo commented on 2023-02-08 21:04 (UTC) (edited on 2023-02-08 21:04 (UTC) by criptixo)

One file did not pass validity check

==> Validating source files with sha256sums...
    osu-installer-20230401.exe ... FAILED

J5lx commented on 2023-01-15 17:19 (UTC)

The new versioning scheme is a super bad idea. Suppose the next update happens on 1 February. Then pacman will think it’s a downgrade because 20230102 < 20230401. With the old versioning scheme, it would (correctly) be recognised as an upgrade because 20230201 > 20230104.

huupoke12 commented on 2022-07-04 02:11 (UTC) (edited on 2022-07-04 02:12 (UTC) by huupoke12)

I have disowned the package since I don't have interest in stable anymore and have switched to lazer. Feel free to adopt it if you have the time and ability to maintain it.

jedel commented on 2022-06-06 01:30 (UTC) (edited on 2022-06-08 05:19 (UTC) by jedel)

EDIT: Fixed by reinstalling all lib32 libraries

Running osu-stable from the console fails with:

Executing cd /home/jedel/.cache/winetricks/dotnet40
Executing wine dotNetFx40_Full_x86_x64.exe /q /c:install.exe /q
Inconsistency detected by ld.so: dl-open.c: 581: dl_open_worker_begin: Assertion `_dl_debug_update (args->nsid)->r_state == RT_CONSISTENT' failed!
------------------------------------------------------
warning: Note: command wine dotNetFx40_Full_x86_x64.exe /q /c:install.exe /q returned status 127. Aborting.

revamp commented on 2021-10-06 01:00 (UTC)

how do I use a custom wine header or edit the wine header it installed it?

revamp commented on 2021-09-21 16:37 (UTC)

Just got this error.

==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'osu-20210821-2': error: packages failed to buid: osu-20210821-2

psun256 commented on 2021-09-06 14:59 (UTC) (edited on 2021-09-06 14:59 (UTC) by psun256)

@amingirl I'm using one of gonX's wine builds for osu, seems to work fine. https://drive.google.com/drive/folders/17MVlyXixv7uS3JW4B-H8oS4qgLn7eBw5

It installs in /opt/wine-osu/ so I replaced export PATH="${HOME}/build/wine:${PATH}" in huupoke's osu-stable file with export PATH="/opt/wine-osu/bin:${PATH}"

Here is mine:

export vblank_mode=0
export PATH="/opt/wine-osu/bin:${PATH}"
export OSU_STABLE_DATA_DIRECTORY="${HOME}/osuStableDir"

setsid osu-stable "$@" &

huupoke12 commented on 2021-08-12 08:56 (UTC)

@That1Calculator It doesn't happen for me. Are you using a custom Wine build? If that's the case, you might want to try the vanilla Wine.

That1Calculator commented on 2021-08-12 03:09 (UTC)

This just happened after the latest update -- no matter what I do, I get this error:

X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  423
  Current serial number in output stream:  424

Please help!

huupoke12 commented on 2021-08-10 14:35 (UTC)

@Ketchup901 I have updated the hash. Seems like peppy posted the changelog before pushing the new build.