-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Errors parsing glTF files from glTF-Sample-Models, and SceneTree dock fails to display #47819
Comments
I can't reproduce either issue here when importing I'm only importing this model and not the whole repo. I suspect your issue might be a disk space or RAM issue. Are you by any chance running low on disk space or RAM while importing this humongous repo? |
Actually when importing the whole glTF-Sample-Models repo I do get some error spam and import issues (though no empty scene tree). Every focus change triggers a chain reimport of some models which seem to fail importing. Example of the error spam:
|
Might not be a regression, I get similar issues in 3.2.3. |
I've opened dedicated issues for problems I could identify with specific models from glTF-Sample-Models:
I'll see if I find more, but I think those issues should supersede this one which could then be closed. What remains is the empty scene tree issue, but unless it's easily reproducible on a simpler project, I don't think it's worth spending time on until we can ensure that glTF-Sample-Models can be loaded without errors. |
I think it maybe some race conditions which can't easily reproduce with small number of models, maybe Godot editor are busy to scan folders to imports many models one by one while the user are try to open some models in the same time. Perhaps use valgrind or gcc sanitizer on debug version of Godot can find something, I guest |
Is there anything to be done here? |
Some gltf sample models contain extensions not currently supported in Godot such as draco. We should remember the hash or timestamp of models which failed to import and avoid reimporting models unless they are changed or the user manually reimports them or clears .godot |
Godot version:
Godot 3.3.rc8.official
OS/device including version:
OS: Windows 10 Home 20H2 VER 19042.906
GPU: GTX 960
GeForce Game Ready Driver: 465.89
Issue description:
So many ERR_PARSE_ERROR message
ERROR: _parse_glb: Condition "chunk_type != 0x4E4F534A" is true. Returned: ERR_PARSE_ERROR
At: editor/import/editor_scene_importer_gltf.cpp:98
SceneTree can't display properly
Steps to reproduce:
Minimal reproduction project:
Too huge to upload(4.34GB), just recreate by the steps above please
The text was updated successfully, but these errors were encountered: