Anyone else having low performance in Wayland?
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 2 3 4 5 6 7 8 .. 15 Next › Last »
forestmemories commented on 2021-05-06 05:57 (UTC)
openglfreak commented on 2021-04-21 22:28 (UTC)
Hi huupoke, you could just depend on my package "osu-mime" instead of shipping your own mime types.
mastel commented on 2021-04-18 08:51 (UTC)
I think there is a slight mistake in the PKGBUILD. osu.xml
is mapped to /usr/share/applications/sh.ppy.osu.stable.desktop
when it should be osu.desktop
.
huupoke12 commented on 2021-04-16 13:40 (UTC)
I have rewritten the package. If you want to reuse your existing osu!stable install, you can either move the existing osu!stable data folder to ~/.local/share/osu-stable
or create a symlink at that location to your existing osu!stable data folder.
SebbyMichaelis commented on 2021-04-01 12:47 (UTC) (edited on 2021-04-01 12:48 (UTC) by SebbyMichaelis)
I get this error message when I start osu. How can I fix this?
MESA-INTEL: warning: Bay Trail Vulkan support is incomplete
wine: failed to open L"/home/ochinchin/.local/share/wineprefixes/osu/drive_c/users/ochinchin/Local Settings/Application Data/osu!/osu!.exe": c0000135
Blazzy commented on 2021-03-29 01:55 (UTC)
I get the following error when I launch.
* Assertion at /vagrant/mono/mono/metadata/marshal.c:3691, condition `type_is_blittable (sig->ret)' not met, function:mono_marshal_get_native_func_wrappere
abnormal program termination
sTiKyt commented on 2021-03-26 18:52 (UTC)
Why are osu! and osu!lazer in conflict? That makes no sense, those are 2 completely different apps with shared purpose...
Makes no sense that i get this osu and osu-lazer-bin are in conflict. Remove osu-lazer-bin? [y/N]
Ev1lbl0w commented on 2021-02-28 21:45 (UTC) (edited on 2021-02-28 21:47 (UTC) by Ev1lbl0w)
I get the following error, seems related to below ones:
* Assertion at /vagrant/mono/mono/metadata/marshal.c:3691, condition 'type_is_blittable (sig->ret)' not met, function:mono_marshal_get_native_func_wrapper_indirect, sig e
abnormal program termination
e3a4 commented on 2021-02-05 15:51 (UTC) (edited on 2021-02-05 15:51 (UTC) by e3a4)
I get the following error on launch (black screen):
System.RuntimeInteropServices.MarshalDirectiveException: Byref array marshalling to managed code is not implemented at (wrapper native-to-managed) System._AppDomain.GetAssemblies(intptr,intptr)
Happens with wine-6.1 (Staging)
and lib32-libxcomposite
installed
armeclemes commented on 2021-01-29 00:01 (UTC)
Same issue here, System.Runtime.InteropServices.MarshalDirectiveException: Byref array marshalling to managed code is not implemented.
at (wrapper native-to-managed) System._AppDomain.GetAssemblies(intptr,intptr)
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
)