Hi, I got a completely blank screen, but it was fixed by installing lib32-libxcomposite
. The problem is, I also get this error from Osu!
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
)