running osu! gives me wine: could not load?

Questions about Wine on Linux
Locked
uithoz
Newbie
Newbie
Posts: 1
Joined: Sun Dec 12, 2021 5:31 pm

running osu! gives me wine: could not load?

Post by uithoz »

so I've been following this tutorial this guide. I have gone through all the steps but now when I try to run the application, nothing happens. I tried to run the game through the terminal

Code: Select all

osu-wine


and I am getting this feedback:

Code: Select all

INFO: Check: Base dir /home/mokey/.local/share/osu-wine
INFO: Seems to be the correct Wineprefix. Skipping installation.
INFO: Check: wine can access only to wine drive C:/ + X:/ (osu)
INFO: Check: osu dir
INFO: Check: Link X: -> /home/mokey/.local/share/osu-wine/OSU/
INFO: Initialization Finished
INFO: Logging to /tmp/osu-wine.log
wine: could not load ntdll.so: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /opt/wine-osu/bin/../lib32/wine/i386-unix/ntdll.so)
need some help thank you all!
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: running osu! gives me wine: could not load?

Post by jkfloris »

Unfortunately, we can't give support here on every homemade Wine script.
But it looks like you forgot to install the 32-bit variant of libc6
According to the AppDB you can run the program with wine-staging.
Locked