@laracraft93, that's strange, works fine for me with clean install. When exactly you get this message? Right after installing, or when running osu?
Search Criteria
Package Details: osu 20240607-1
Package Actions
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) |
Dependencies (7)
- lib32-gnutls
- lib32-gst-plugins-base-libs (lib32-gst-plugins-base-libs-gitAUR)
- lib32-libxcomposite
- wine (wine-valveAUR, wine-stable-nextAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-tkg-staging-wow64-binAUR, wine-cachyosAUR, wine-staging)
- winetricks (winetricks-gitAUR)
- icoutils (make)
- pipewire-pulse (pipewire-pulse-gitAUR, pipewire-full-pulse-gitAUR) (optional) – low-latency audio backend
Required by (0)
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 Next › Last »
ValdikSS commented on 2015-01-22 13:19 (UTC)
calendulish commented on 2015-01-22 13:18 (UTC)
@ValdikSS Clean install... delete all files on /opt/osu and try install the package. Is obvious...
ValdikSS commented on 2015-01-22 12:53 (UTC)
@laracraft93, when do you get this error message? Works fine for me.
calendulish commented on 2015-01-21 12:25 (UTC)
chmod: cannot access '/opt/osu/game/': No such file or directory
ValdikSS commented on 2015-01-21 09:33 (UTC)
@laracraft93, sorry for the delay. I've added StrictDrawOrdering and looking for right latency value. Could you please test various values which work for you? Sometimes, increasing latency value by only 1 fixes everything.
calendulish commented on 2015-01-10 05:26 (UTC)
@ValdikSS I use osu with skype, teamspeak, in separate channels like hdmi and headphone, use pasuspender would break all. 60 is pretty huge latency, but can prevents random crash until pulseaudio fix this.
And please, see my old comment about StrictDrawOrdering.
Thanks
ValdikSS commented on 2015-01-08 11:29 (UTC)
@laracraft93, That's pretty huge latency. Actually, it have to work fine until some pulseaudio update. Maybe it's better to make another desktop icon to run the game with pasuspender?
calendulish commented on 2015-01-08 07:07 (UTC)
I have buffer underrun with pulseaudio. If I change the PULSE_LATENCY_MSEC in your script from 22 to 60 everything works fine.
Blah1 commented on 2015-01-06 19:19 (UTC)
I just installed it for the first time, chmod complains about /opt/osu/game/ not existing. It seems to work fine with the last two lines changed to add $pkgdir before the first slash
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 myPATH
)