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.87
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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »

atroxeus commented on 2017-01-30 09:48 (UTC)

@emersion: It's fine now, I recently reinstalled Arch on my laptop and when I tried to install osu! it worked perfectly. Though I still can't wrap my head around why it didn't pushed through the first time around.

emersion commented on 2017-01-25 20:21 (UTC)

@atroxeus: can you search where the osu! binary has been installed in '/home/atrox/.local/share/wineprefixes/osu/drive_c'?

atroxeus commented on 2017-01-22 06:42 (UTC) (edited on 2017-01-22 06:42 (UTC) by atroxeus)

I've tried reinstalling the package but this error still comes up when using the /opt/osu/osulauncher command. wine: cannot find '/home/atrox/.local/share/wineprefixes/osu/drive_c/users/atrox/Local Settings/Application Data/osu!/osu!.exe'

emersion commented on 2017-01-17 23:39 (UTC)

I updated the package. It should work fine now.

ValdikSS commented on 2016-12-27 00:48 (UTC)

Sorry, I can't make it work and I don't play osu! anymore. Feel free to adopt this package.

emersion commented on 2016-08-21 09:45 (UTC)

osu! now requires .NET 4.5.

<deleted-account> commented on 2016-04-01 00:34 (UTC)

Installer is giving me this, any tips? Can anyone reproduce? System.IO.FileNotFoundException: Could not load file or assembly 'OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4' or one of its dependencies. File not found. File name: 'OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4' at #=qx18Wq3rzt6JqQLoma9AmY4T_pwicL4OA_ZPdnbPaoDI=..ctor(Int32 #=qItXT08bwHutc9BGQfci4Vg==) at #=qMJg8u$Xqvw7tXT54izDz5A==.#=q$DPAqmIcQYjc74LfOhS0Yg==(String #=q6q0Tne7SGFPBpuKFsK7_Jw==, Boolean #=qUPmTrDF6PN1hltInHYxNM0paIFD1MYui4dRYLODgHBY=, Boolean #=qa$D4CH$rWzMHUIr3TAxo_g==) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Horo commented on 2016-02-29 13:15 (UTC)

Update channel looks like locked to "stable(fallback)"?

ValdikSS commented on 2016-01-23 13:10 (UTC)

Sorry for the delay, I was busy. Updated to use dotnet40.

tuankiet65 commented on 2016-01-21 14:38 (UTC)

@Viderizer Looks like the installation script only installs .NET 2.0, and currently osu! has moved to .NET 4.0. While waiting for @ValdikSS to fix this, you can fix it yourself by install .NET 4.0 using Winetricks, either do it yourself or just run this command: winetricks dotnet40 (You must be using 32 bit Wine prefix by the way)