-
Notifications
You must be signed in to change notification settings - Fork 65
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
libGL error: MESA-LOADER: failed to open radeonsi #67
Comments
can you test a conda-environment directly?
Maybe this is now a general limitation for conda-packages. |
I guess conda-forge will update the libstdcxx-ng packages. As far as I can tell this should solve this issue. @conda-forge/core any plans to update |
@looooo maybe asking on https://gitter.im/conda-forge/conda-forge.github.io ? |
Maintained in this feedstock: https://github.com/conda-forge/ctng-compilers-feedstock |
This is the same issue as #73 so maybe it's ok to close it too however I would like to point out that the issue is still present in the stable release appimage, is there a chance of rebuilding the stable appimage? |
@adrianinsaval thanks for the reminder! Edit: @looooo also please close this ticket when it's done. thx! |
@luzpaz is there a 0.19.3 planned? |
Not anytime soon, AFAICT. I think we should regenerate the 'stable' appimage regardless |
Can you regenerate the stable appimage please? |
there's probably going to be a 0.19.3 soon, I guess that one will have the fix |
well crap, this issue was reported again in debian testing...
Appimage has libstdc++.so.29 |
I can confirm that this issue appears in Ubuntu 22.4 (devel. version) and Freecad 0.19.3 and weekly-builds-28193. Running FreeCad as |
possible solution mentioned by an user in the closed duplicate of this: #73 (comment) |
On two of my systems, FreeCAD does not launch anymore, either. Both have an AMD iGPU, both run Manjaro KDE. As @leoheck reported in #102, the Edit: FreeCAD 0.20 Appimage runs as expected, though...
|
Someone please fix this bug, it makes the appimage not usable on either Ubuntu or Mint. It just doesn't load, it fails to find the iris_drv.so lib. |
From : https://forum.freecad.org/viewtopic.php?t=90417 and when running the AppImage FreeCAD-0.21.2-Linux-x86_64.AppImage on Ubuntu 24.04 with a Radeon 6800 GPU. Can confirm, from the cli:- LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1 ./FreeCAD-0.21.2-Linux-x86_64.AppImage Works! Thanks forum |
now that the newer appimages don't set LD_LIBRARY_PATH env variable anymore hopefully this issue will not pop up again, is there anyone who is still experiencing problems like this with any old or current appimage? |
OS: Fedora34
GPU: AMD 5700XT, Ryzen 4800H
Driver: amdgpu
Display server: x11
Appimage: FreeCAD_weekly-builds-24847-Linux-Conda_glibc2.12-x86_64.AppImage
Problem
FreeCAD doesn't start. It shows loading up with the splash screen. Crashes then after a while. Started from the terminal I get the following errors:
I also tried the same on my Notebook which I recently install fresh with fedora34 and got the same error.
Workaround
I was only able to get around this issue if I preload the lib in the terminal and start the appimage from there.
export LD_PRELOAD=/usr/lib64/libstdc++.so.6
when I checked the lib file with strings for the version, it does not find Version 3.4.29
It looks like the lib needs to be updated in the appimage in order to work with Fedora34
The text was updated successfully, but these errors were encountered: