Cannot use model with 1.12.3 (SOLVED)

If I try to add a model component (with the builtin quad.gltf mesh, the builtin model.material and the builtin logo_256.png) the engine crashes since the following assert fails:

Assertion failed: (descriptor->m_Resource), function InsertResource, file resource.cpp, line 1083.

On the other hand an empty project with the same model works fine. I don’t understand what to do…

Any help? Thanks!

EDIT: in the editor, I can correctly see the model and there are no issues.

I just tried what you describe; it worked.
With: INFO:ENGINE: Defold Engine 1.12.3 (0ad9c86)
Check your hash; other than that I don’t know.

1 Like

Please upload a zip with exact thing that’s crashing maybe there is something unique about it still.

1 Like

I found the solution. I had an appmanifest where “Rig + Model” was set to “None”; changing it back to “Rig + Model” solved the problem.

It was my fault; I was somehow misled by the word ‘Rig’.

1 Like