Package Details: osu 20240607-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.020967
First Submitted: 2012-11-07 13:27 (UTC)
Last Updated: 2024-06-07 15:24 (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 .. 15 Next › Last »

huupoke12 commented on 2019-04-19 13:28 (UTC) (edited on 2019-08-04 15:09 (UTC) by huupoke12)

I don't know if anyone having the same problem but osu! runs without rendering (there are still sounds, and I can still go into the game and quit using keyboard keys and mouse but can't see anything). When I quit, there is an error output:

X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  12 (X_ConfigureWindow)
  Resource id in failed request:  0x8e0006a
  Serial number of failed request:  255
  Current serial number in output stream:  255

Try installing lib32-libxcomposite to see if the problem is solved. If not, you can downgrade wine to 4.5.

aecsocket commented on 2019-04-12 08:32 (UTC)

Audio was not working for me. Fixed by installing lib32-alsa-* and lib32-libpulse from multilib.

alteax commented on 2019-02-05 16:30 (UTC)

"double free or corruption (!prev)" when trying to launch the game, anyone got the same issue?

huupoke12 commented on 2019-01-26 09:41 (UTC)

@siryx Try to open it multiple time. It fails to open when the terminal closed. I always have to open it like 2, 3 times before it can actually run (Just on the first launch after your PC booted).

siryx commented on 2019-01-11 23:10 (UTC) (edited on 2019-01-11 23:15 (UTC) by siryx)

Doesnt open at all for me as well. No output on the terminal at all. No DE, just i3 and composer. Installation seemed to work, was asked to install .net 4 twice though. Maybe two versions.

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?