-
Notifications
You must be signed in to change notification settings - Fork 26
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
After updating to v1.3.0 stable render now instantly closes and physics engine path isn't found. #402
Comments
After running Debug I get the output.
|
The problem about the plugin path is kind of known, even though I never figured out what's the source of it. It used to affect only the installation from sources, now apparently also the installation from binaries. For what regards the error with the GUI, these lines seem relevant:
Can you try the following? The first one could suffice: # Remove the config folder so that Ignition creates a new one the next time it starts
mv $HOME/.ignition $HOME/.ignition_bak
# If there are still folder errors, try to create the folder yourself
mkdir -p $HOME/.ignition/gazebo/6 xref gazebosim/gz-sim#1050, gazebosim/gz-gui#294 gazebosim/gz-sim#1070 |
The possible solution you provided worked as a solution. Thank you for the quick response. Was this cause by having an older version of ignition installed prior? |
Yes, until fortress the configuration that is stored in the dot folder has (always?) been compatible, at least I don't remember a time in which I had a real crash like in your case. As you can read from the PR I cross-referenced, few things have changed in fortress and in upstream they are implementing a per-version dot folder in order to prevent future similar breakings. Though, this seems not fully backward compatible since you experienced this problem. I don't exclude that it is our issue though, maybe by launching Ignition Gazebo from the command line it does some migration operation that we don't. |
Description:
I just updated to gym-ignition v1.3.0 stable. After upgrading gym-ignition and ignition-gazebo to fortress from dome the first issue I encountered was
which was solved by,
However there is another issue... rendering does not work anymore. The GUI loads for half a second then instantly closes. This is an issue on both my code and on the launch_cartpole example. Any ideas on how to solve this?
Environment
The text was updated successfully, but these errors were encountered: