An0n3m0us / Minetest-AppImages

Minetest Appimages
33 stars 0 forks source link

X Error of failed request: GLXBadFBConfig #8

Closed CodeIter closed 2 years ago

CodeIter commented 2 years ago

hi, i can't get success running your appimage. Am i doing something wrong? script:

uname -a
curl -fSLORJ https://github.com/An0n3m0us/Minetest-AppImages/releases/download/5.6.0-9aabd91/Minetest-5.6.0-dev-x86_64.AppImage
chmod -c u+x *.AppImage
./Minetest-5.6.0-dev-x86_64.AppImage

output

+ uname -a
Linux slax 5.10.92 #1 SMP Mon Feb 14 05:10:33 EST 2022 x86_64 GNU/Linux

+ curl -fSLORJ https://github.com/An0n3m0us/Minetest-AppImages/releases/download/5.6.0-9aabd91/Minetest-5.6.0-dev-x86_64.AppImage
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 20.6M  100 20.6M    0     0   734k      0  0:00:28  0:00:28 --:--:--  840k

+ chmod -c u+x *.AppImage
mode of 'Minetest-5.6.0-dev-x86_64.AppImage' changed from 0600 (rw-------) to 0700 (rwx------)

+ ./Minetest-5.6.0-dev-x86_64.AppImage
2022-05-29 09:52:02: WARNING[Main]: system-wide share not found at "/usr/local/share/minetest"
2022-05-29 09:52:02: WARNING[Main]: system-wide share not found at "/tmp/.mount_MinetesyR8Ga/usr/bin/../share/minetest"
2022-05-29 09:52:02: WARNING[Main]: system-wide share found at "/tmp/.mount_MinetesyR8Ga/usr/bin/.."
AL lib: (WW) alc_initconfig: Failed to initialize backend "pulse"
X Error of failed request:  GLXBadFBConfig
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  34 ()
  Serial number of failed request:  377
  Current serial number in output stream:  374
An0n3m0us commented 2 years ago

Hmm, this seems to be a graphics issue. Could be related to Mesa or something. Or outdated drivers; I'm not 100% sure. I will look into it further soon. Meanwhile, I guess you can try updating Mesa. Which distro are you on? And which version/date?

An0n3m0us commented 2 years ago

Did you manage to solve this?

An0n3m0us commented 2 years ago

Closing as I think this is unrelated to the AppImage, but will re-open if otherwise