-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 iris #81
Comments
Hi @HosameldinMohamed, this issue may be a better place where to discuss the problem you are experiencing. Could you provide as additional info:
Thanks! |
conda list
conda info
env
|
This one seems quite messy. If you install Gazebo from source, probably you also need to remove the |
@traversaro Yes I went through the bashrc and removed the setup all the setup files related to the other Gazebo installation Here's the new env
I am not able to launch the Gazebo from miniforge anymore. I don't know if it's seem related to this issue, but I put the result here: Gazebo launch error
Maybe I should make a fresh installation of Gazebo again. |
You could try that. In the meanwhile, can you provide the exact info on the distro used? I remember it was something Arch-based, but if you could report it it may help. |
Yes,
|
@HosameldinMohamed I renamed the issue as now the blocking error is another. |
@wolfv reported a similar problem in Fedora 34, see: The workaround proposed by @nehaljwani was to run the application as:
The rationale here is that the Intel iris driver is requiring a version of the libstdc++ that is more recent that the one provided in conda-forge. The workaround proposed is to (temporary) used the system libstdc++ instead of the one provided by conda-forge, at least until conda-forge is updated to use the new GCC/libstdc++ . Why this happens in Fedora 34 or in Manjaro Linux 21.0.6 ? Probably because both are fairly recent distribution with a fairly recent Intel iris driver. In the case of Manjaro, assuming that the system
|
Once conda-forge ships GCC 11.1 this issue should be resolved. |
From what I understand, GCC 11 was packaged in conda-forge/ctng-compilers-feedstock#53 and several recent PRs. I did not fully understand the relation between how this packages and the @HosameldinMohamed error are related, but if @HosameldinMohamed wants to try again with a clean environment and check if the problem is solved it may be a good thing to test. |
@traversaro I've tried again with a clean environment and |
awesome! |
Great, I guess we can close the issue the n! |
Issue:
In a non-deterministic way, Gazebo sometimes fails to spawn with the error:
Originally reported by @HosameldinMohamed in ami-iit/training-conda-robotics#2 (comment) .
Environment (
conda list
):@HosameldinMohamed can you provide the
conda info
on the environment in which you are experiencing this?Details about
conda
and system (conda info
):@HosameldinMohamed can you provide the
conda info
on the environment in which you are experiencing this?The text was updated successfully, but these errors were encountered: