see: more than 64 fonts in the same gui causes a crash · Issue #8810 · defold/defold · GitHub
Describe the bug
when putting more than 64 fonts in the game gui, it will cause a crash with the following error
ERROR:GAMESYS: Unable to add font 'font_name' to scene (-4)
WARNING:RESOURCE: Unable to create resource: /main/main.collectionc: FORMAT_ERROR
Steps to reproduce the behavior:
- create a gui
- add more than 64 fonts
- try to run the game
Expected behavior (REQUIRED)
The engine does not crash
Defold version
- Version 1.7.0
Platforms (REQUIRED):
- Windows 10 x64