Package Details: osu 20240309-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: R0dn3yS
Last Packager: R0dn3yS
Votes: 63
Popularity: 0.003550
First Submitted: 2012-11-07 13:27 (UTC)
Last Updated: 2024-03-09 16:28 (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

1 2 3 4 5 6 .. 15 Next › Last »

strupo commented on 2024-02-03 04:13 (UTC)

As others have said, the SHA256 for the installer is incorrect at the moment. Here's the fix:

diff --git a/PKGBUILD b/PKGBUILD
index 5063dc3..ff79987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ source=("${pkgname}-installer-${pkgver}.exe::https://m1.ppy.sh/r/osu!install.exe
         "${pkgname}.sh"
         "${pkgname}.desktop"
         "${pkgname}.xml")
-sha256sums=('83d716ec0700b343f06e8fb78062fa08962ebddf9f1d0fca14e79778cde421e7'
+sha256sums=('8d73e298cbfd2ab3a3748c3512b6ad6ce4784aeaedc3f050b5bc48d51bddd651'
             '0fc6b18923db85b82fa5da1cb40ccc8c0ffcaf65ee7e325af8969baa150a9fd2'
             'b689540a3f856e9429429e7477641e161ff75748eb4909a0a00b8cda5d34e76e'
             '3d98f5811539d652bf6378c2c76bff7b6d5ac82e6322942bb287ff9082f1715b'

confirmed commented on 2024-02-02 22:02 (UTC)

Please update the osu-installer sha-sum.

Rithki commented on 2024-01-23 16:17 (UTC)

Update the SHA-SUMS, please.

mxdcxt commented on 2023-12-26 16:03 (UTC)

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

Catizard commented on 2023-12-17 10:18 (UTC)

==> Validating source files with sha256sums... osu-installer-20231106.exe ... FAILED cannot pass validation

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?