Open Toasterson opened 1 month ago
I managed to reproduce you issue, it seems to be because of older fontconfig spring is compiled against by the team (2.12.6, from the ubuntu 18.04 build system). Note the crash could be because of some other library instead of fontconfig, and fontconfig being just the noisiest.
In my case (ubuntu 24.04), this happens when I run the game built with the docker-v2 spring build system directly.
In my case, however, when I run the flatpak version it works fine, since it ships it's own libraries afaik. It's a bit strange in your case it doesn't work with flatpak. I also didn't have problems with older ubuntu versions where I also run through flatpak in the past.
If you can, it'd be nice to have the result of dpkg -l libfontconfig1
for your system, and specially the result of flatpak list
. You could try running flatpak update
to see if it helps.
The root cause seems to be the binaries provided by the team atm are quite outdated, so not very compatible with recent linux versions. That can take some time to fix and require a lot of testing :P.
Description
I am getting a freezing game but launcher is fine.
Expected Behaviour
It works :)
Actual Behaviour
Freeze with the logs https://log.beyondallreason.dev/logs-20241026T2009-A5eY2tVe.zip
Main lines I think are the culprit
Reproduction steps
Other
No response