I don't know if anyone having the same problem but osu! runs without rendering (there are still sounds, and I can still go into the game and quit using keyboard keys and mouse but can't see anything). When I quit, there is an error output:
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 12 (X_ConfigureWindow)
Resource id in failed request: 0x8e0006a
Serial number of failed request: 255
Current serial number in output stream: 255
Try installing lib32-libxcomposite
to see if the problem is solved.
If not, you can downgrade wine to 4.5.
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
)