Skip to content
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

Segmentation Fault if collision object in obj format has object name #112

Open
0Nel opened this issue Jul 29, 2020 · 0 comments
Open

Segmentation Fault if collision object in obj format has object name #112

0Nel opened this issue Jul 29, 2020 · 0 comments

Comments

@0Nel
Copy link

0Nel commented Jul 29, 2020

If a mesh object in obj format is used as collision object, MARS crashes with a segmentation fault, when that object has an object name specified, e.g. "o objectname".

quick bash workaround to be executed from within the mesh directory:
for file in $(ls *.obj);do sed -i '/^o /d' $file; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant