This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm on Windows 10, using Ogre 1.12.9.
On launch, Gazebo crashes due to the following error, which I found in the logs:
I was able to determine that it started occurring after #3051. However, the file causing the issue was changed because it couldn't find the vertex program with that name, brought up here.
In order to fix both issues, I renamed the vertex program to be unique. This fixes my crash, but I'm not familiar with Ogre and how it handles shaders, so I'm not sure if it'll fix the original issue as well. I'm assuming if the CI looks good, it means it worked? If there's a better way to address this issue, I'm happy to do that as well.