@ValdikSS
Why?
The point is that doinstall is run when the script can't find the prefix (so when the game is first run after the update)
Search Criteria
Package Details: osu 20250420-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.000525 |
First Submitted: | 2012-11-07 13:27 (UTC) |
Last Updated: | 2025-04-28 11:25 (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-gitAUR, wine-staging-gitAUR, wine-staging-wow64AUR, wine-tkg-staging-binAUR, wine-tkg-staging-wow64-binAUR, wine-tkg-staging-ntsync-binAUR, wine-cachyosAUR, wine-pure-gitAUR, wine-wow64AUR, wine-staging)
- winetricks (winetricks-gitAUR)
- icoutils (make)
- pipewire-pulse (pipewire-full-pulse-gitAUR, pipewire-pulse-gitAUR) (optional) – low-latency audio backend
Required by (0)
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 Next › Last »
sauyon commented on 2014-02-16 08:15 (UTC)
ValdikSS commented on 2014-02-15 13:48 (UTC)
@One, try to launch /opt/osu/osulauncher reinstall
One commented on 2014-02-15 10:35 (UTC)
@ValdikSS I get this in the osulauncher install "wine: cannot find L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorsvw.exe"
Exception from HRESULT: 0x80070002"
I've tried installing it clean about 5 times now, any ideas?
Also if I run osu(fullscreen) my whole screen just goes a light blue colour.
ValdikSS commented on 2014-02-12 12:18 (UTC)
@sauyon, I think we should migrate prefixes not in doinstall(), but on game launch.
ValdikSS commented on 2014-02-12 12:15 (UTC)
@One, do you have any errors? Just made a clean install, everything seems to be fine.
One commented on 2014-02-11 13:22 (UTC)
When I start it up the first time, wine installs all the needed files and program, then when osu updater is launched it is stuck on checking for updates. If I try running it again after nothing happens. Any help?
sauyon commented on 2014-02-06 01:58 (UTC)
I had some time so I made a little patch that handles both the old $HOME/.osu and the $HOME/.local/share/applications/wine-extension-* files
https://gist.github.com/sauyon/5695b6fa164dfaecab69
ValdikSS commented on 2014-02-05 18:51 (UTC)
@sauyon
Sure, I see no problem with it. I'll update the package in some days.
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
)