Automated tests failing due to errors loading fonts

Issue Description

I have been working on this PR here. Taking a look at it, you can see that I’ve only changed one line in the options menu program file. However, the automated tests start failing after I merged main into my branch to make the PR due to the error below (which appears many times).

ERROR: FreeType: Error loading font: ‘’ (face_index=0).

at: _ensure_cache_for_size (modules/text_server_adv/text_server_adv.cpp:1445)

I don’t think I made any changes to any fonts, so I’m not sure what caused this or how to fix it. Anyone have any ideas?

Here’s a direct link to the job.

2 Likes

Oh yeah in the CI (I was confused for a second after reading the title of this thread).

I don’t know what’s wrong with it but one of our 6 build servers always fails that one job… I’ve turned that server off again and reran the job so now it should have succeeded on a non-broken build server. So it’s not anything you did, but just the build server not working.

2 Likes