Skip to content
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

more than 64 fonts in the same gui causes a crash #8810

Open
CrazyAmphibian opened this issue Apr 17, 2024 · 0 comments
Open

more than 64 fonts in the same gui causes a crash #8810

CrazyAmphibian opened this issue Apr 17, 2024 · 0 comments
Labels
bug Something is not working as expected engine Issues related to the Defold engine font Issues related to font rendering/handling

Comments

@CrazyAmphibian
Copy link

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:

  1. create a gui
  2. add more than 64 fonts
  3. try to run the game

Expected behavior (REQUIRED)

The engine does not crash

Defold version

  • Version 1.7.0

Platforms (REQUIRED):

  • Windows 10 x64
@CrazyAmphibian CrazyAmphibian added the bug Something is not working as expected label Apr 17, 2024
@britzl britzl added font Issues related to font rendering/handling engine Issues related to the Defold engine labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working as expected engine Issues related to the Defold engine font Issues related to font rendering/handling
Projects
None yet
Development

No branches or pull requests

2 participants