Page 1 of 1

BZFlag doesn't start after upgrading to ubuntu 22.04

Posted: Mon Apr 24, 2023 7:59 pm
by peracottaro
Hi everyone, hope somebody could help me,

I upgraded to Ubuntu 22.04 couple of weeks ago, after that i couldn't start the game anymore, I tried to install and remove the two version available but nothing.
thanks in advance!

pera

Re: BZFlag doesn't start after upgrading to ubuntu 22.04

Posted: Tue Apr 25, 2023 12:44 am
by blast
Ubuntu 22.04 has a buggy version of SDL2 that broke BZFlag, and Ubuntu hasn't resolved it by either fixing SDL2 nor applying the patch to BZFlag that I provided.

https://bugs.launchpad.net/ubuntu/+sour ... ug/1983751

I would suggest removing the version from apt and instead installing the snap version via:

Code: Select all

snap install bzflag

Re: BZFlag doesn't start after upgrading to ubuntu 22.04

Posted: Mon May 01, 2023 3:59 pm
by peracottaro
Thanks for your help!

I tried to remove the version installed and install via snap but bz doesn't start anyway, if I try to run it from terminal it returns

Code: Select all

$ bzflag
realpath: '': No such file or directory
realpath: '': No such file or directory
realpath: '': No such file or directory
realpath: '': No such file or directory
realpath: '': No such file or directory
realpath: '': No such file or directory
realpath: '': No such file or directory
realpath: '': No such file or directory
/snap/bzflag/15/bin/bzflag: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /var/lib/snapd/lib/gl/libGLdispatch.so.0)
/snap/bzflag/15/bin/bzflag: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /var/lib/snapd/lib/gl/libGLX.so.0)

Re: BZFlag doesn't start after upgrading to ubuntu 22.04

Posted: Tue May 02, 2023 2:25 am
by blast
That error feels like your Ubuntu upgrade isn't 100% complete. The snap worked for me on both a virtual machine and a new install on a physical system.

Re: BZFlag doesn't start after upgrading to ubuntu 22.04

Posted: Thu May 04, 2023 10:24 am
by peracottaro
Thanks for the hint blast, I'll try to find out what's wrong