-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freeze on Zorin OS with Fontconfig error #3884
Freeze on Zorin OS with Fontconfig error #3884
Comments
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 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. |
Yes that is true, Discord was a bit more active and faster and came to the same result. Ultimately I ended up running a distrobox with Arch as this seems to impact Most ubuntu releases but not arch. Somehow the mounted /etc/fonconfig files and the libraries are out of sync and if flatpak does not emulate /etc/fontconfig it still gets to that problem. For some reason arch seems to have solved this. Anyway, many on discord recommended distrobox and I have to say, it really helps hoe BAR. I heartly recommend running a distrobox with arch for BAR. Very solid experience. |
Well, I think it's mostly a coincidence. I have ubuntu 24.04 and it works for some reason, I think because I don't have so much stuff in flatpak or it's a system flatpak install instead of user. Maybe the same is happening to you now. Anyways happy to know you got it working :D a fix that should work for everyone is in the works hopefully will be live on the next engine release and won't depend on specific os or running method. Also I think setting the env var "export FONTCONFIG_FILE=foo.xml" can be a workaround for those experiencing the issue, but that's quite tricky to set when running with the flatpak launcher. (and without the launcher it will crash because of chobby issues too lol). |
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
The text was updated successfully, but these errors were encountered: