ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.44k stars 2.3k forks source link

osu! crashes with no output #30717

Closed LollipopFt closed 2 hours ago

LollipopFt commented 4 hours ago

Type

Crash to desktop

Bug description

In the latest version 2024.1115.3, osu crashes immediately: window does not appear, with no helpful output in the console:

[ball@pyramid ~]$ osu.AppImage 
cp: cannot create regular file '/home/ball/.cache/thumbnails/normal/a6a2f50d1e3433418de2cc8b94d70b1c.png': No such file or directory
cp: cannot create regular file '/home/ball/.cache/thumbnails/large/a6a2f50d1e3433418de2cc8b94d70b1c.png': No such file or directory
[ball@pyramid ~]$ 

whereas in 2024.1115.2, osu crashes with errors:

[ball@pyramid ~]$ osu.AppImage 
cp: cannot create regular file '/home/ball/.cache/thumbnails/normal/a6a2f50d1e3433418de2cc8b94d70b1c.png': No such file or directory
cp: cannot create regular file '/home/ball/.cache/thumbnails/large/a6a2f50d1e3433418de2cc8b94d70b1c.png': No such file or directory
/tmp/.mount_osu.ApZzxWvh/usr/bin/UpdateNix: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
Unhandled exception. System.Exception: Update.exe process exited too soon (127).
   at Velopack.UpdateExe.Apply(IVelopackLocator locator, VelopackAsset toApply, Boolean silent, Boolean restart, String[] restartArgs, ILogger logger)
   at Velopack.VelopackApp.Run(ILogger logger)
   at osu.Desktop.Program.setupVelopack()
   at osu.Desktop.Program.Main(String[] args)
Aborted (core dumped)
[ball@pyramid ~]$ 

Screenshots or videos

No response

Version

2024.1115.3

Logs

unable to get output: game crashes immediately

hwsmm commented 2 hours ago

What distro are you using? and does OSU_EXTERNAL_UPDATE_PROVIDER=1 ./osu.AppImage help?

LollipopFt commented 2 hours ago

i should close this, decided to "fix" it by clearing out the .local files and start from scratch.