microsoft / glTF-Toolkit

A collection of tools for modifying and optimizing glTF assets
MIT License
295 stars 41 forks source link

crash #17

Closed ehtick closed 6 years ago

ehtick commented 6 years ago

Crash on GLTFDocument document = DeserializeJson(*stream);

Unhandled exception at 0x76A308F2 in WindowsMRAssetConverter.exe: Microsoft C++ exception: Microsoft::glTF::InvalidGLTFException at memory location 0x00AFC2F4. occurred

This when loading a gltf file

robertos commented 6 years ago

Can you please post the file? Also the exception indicates that the file is invalid GLTF. Can you please try validating with http://github.khronos.org/glTF-Validator/ ?

robertos commented 6 years ago

Pinging @ehtick - Would love to get to the bottom of your issue.

robertos commented 6 years ago

I'm closing this since we didn't have any answers from @ehtick in more than a month. Feel free to reopen with more information. Thanks!