Crash when collectionfactory.load() is called multiple times (DEF-3235) (SOLVED)

I happend to run into this by mistake. If collectionfactory.load() is called twice on a dynamic collection factory without unload() being called in between, the app crashes at the following assert:

Assertion failed: (preloader->m_Request[0].m_FirstChild == -1), function UpdatePreloader, file …/src/resource_preloader.cpp, line 731.

Crashdump is available if you need more info and this was on MacOS running the Defold 1 editor.

3 Likes

Thanks. This was recently added to our Jira. DEF-3235

4 Likes

Solved in 1.2.145

1 Like