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: None
Last Packager: R0dn3yS
Votes: 64
Popularity: 0.89
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

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 15 Next › Last »

Viderizer commented on 2016-01-18 09:36 (UTC)

After the install script is done and it tries to launch the updater, it exits with "To run this application, you must first install the following versions of the .NET framework: v4.0.30319".

ValdikSS commented on 2016-01-05 09:29 (UTC)

@tuankiet65, done!

tuankiet65 commented on 2016-01-05 04:33 (UTC)

On my machine (x86_64) I have to install lib32-gnutls otherwise the game won't be able to connect to the Internet (and thus upload score/update itself). I think that package should be added to x86_64 dependencies list.

ValdikSS commented on 2015-12-02 09:48 (UTC)

@sauyon Done!

sauyon commented on 2015-12-01 09:55 (UTC) (edited on 2015-12-01 11:48 (UTC) by sauyon)

I believe it should be possible to add the dependency depending on arch. I can look it up if you would like. EDIT: it's depends_arch, for example, depends_x86_64=(lib32-alsa-lib)

ValdikSS commented on 2015-12-01 05:17 (UTC)

@sauyon, it would fail for i686 users. I can only add it to optdepends.

sauyon commented on 2015-11-30 00:37 (UTC)

should probably add lib32-alsa-lib to deps, the game gives an error when running without it.

Willrandship commented on 2015-08-10 03:42 (UTC)

In my testing, the stuttering commonly experienced can be alleviated by patches provided by wine-staging (in the AUR). I suspect the csmt patches are what resolves the issue. It's not a bug per se, just that wine isn't fast enough on .NET 4.0 to keep up in a single thread. Since this package uses the local wine copy, no modifications are necessary. You probably *shouldn't* add wine-staging to the dependencies.

ValdikSS commented on 2015-05-09 22:05 (UTC)

It requires fresh .NET 4.0 or higher which works pretty badly in Linux.

<deleted-account> commented on 2015-05-08 19:19 (UTC)

Updating to cutting!edge breaks osu!, can anyone look into it? Updating to Beta seems to work fine. The crash report wine produces doesnt include any relevant info.