-
Notifications
You must be signed in to change notification settings - Fork 19
Game stutters ‐ Random crashes
NelloKudo edited this page Apr 14, 2024
·
3 revisions
While there might be a lot of reasons behind this, what mostly matter are:
- CPU Scheduler
- Kernel in-use
The easiest way to change CPU Scheduler is to use Gamemode; you can refer to the link below:
Changing kernel is a bit more long of a process, but if you're using Grub I suggest:
- Install Liquorix Kernel according to their website here.
- Run
sudo update-grub
- Reboot and select
linux-lqx
from Advanced Options in Grub.
This will probably fix your problems! 🥳
The easiest fix to many problems is to simply recreate your Wineprefix, you can do that with:
osu-wine --fixprefix
If that didn't help, you might need to disable fsync or not hide Wine version. Edit ~/.local/bin/osu-wine
:
nano ~/.local/bin/osu-wine
And comment out WINEFSYNC=1
or WINE_BLOCK_GET_VERSION=1
just like in the picture below:
Save with CTRL+O and exit with CTRL+X. Open the game and see whether anything changed! :)