BZFlag doesn't start after upgrading to ubuntu 22.04

Help with Setup, Hardware, Performance or other Issues...Or just pimp your rig.
Post Reply
peracottaro
Private
Private
Posts: 3
Joined: Sun Apr 26, 2020 9:03 pm

BZFlag doesn't start after upgrading to ubuntu 22.04

Post 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
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

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

Post 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
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
peracottaro
Private
Private
Posts: 3
Joined: Sun Apr 26, 2020 9:03 pm

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

Post 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)
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

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

Post 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.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
peracottaro
Private
Private
Posts: 3
Joined: Sun Apr 26, 2020 9:03 pm

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

Post by peracottaro »

Thanks for the hint blast, I'll try to find out what's wrong
Post Reply