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 for one model conversion #263

Closed
maxime-helen opened this issue Apr 8, 2014 · 4 comments
Closed

Segmentation fault for one model conversion #263

maxime-helen opened this issue Apr 8, 2014 · 4 comments

Comments

@maxime-helen
Copy link

I get a segmentation fault when I try to convert one of our models (Amahani.dae) for rest3d https://github.com/amd/rest3d/tree/master/static/models/Amahani

Here the log of my conversion :

 [git@rest3d Amahani]$ ls
Amahani0FS.glsl  Amahani0VS.glsl  Amahani.bin  Amahani.dae  Amahani__diffuse.png  Amahani.json  Amahani__normal.png  Amahani__specular.png
[git@rest3d Amahani]$  /git/apps/glTF/converter/COLLADA2GLTF/bin/collada2gltf -p -f "Amahani.dae" -o "AmahaniBis.json"
Segmentation fault

Thank you!

@fabrobinet
Copy link
Contributor

Problem was that this model has > 65536 vertices + skinning, the mesh split had an issue with skinning, that's fixed now. Not pushed yet (I am doing more fixes and testing).

@fabrobinet
Copy link
Contributor

Fixed on dev-6.

@pjcozzi pjcozzi modified the milestones: Draft 1.0 spec, converter v1.0 Apr 30, 2014
@pjcozzi
Copy link
Member

pjcozzi commented May 15, 2014

@fabrobinet @MaximeHelen OK to close?

@fabrobinet
Copy link
Contributor

yeah.

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

No branches or pull requests

3 participants