#14014 closed defect (fixed)

AGOS: Warning about missing subtitle font

Reported by: eriktorbjorn Owned by: lephilousophe
Priority: high Component: Engine: AGOS
Version: Keywords:
Cc: Game: The Feeble Files

Description

Every time a cutscene starts in The Feeble Files (AGOS engine), I get the following warnings:

WARNING: Cannot load font FreeSans.ttf directly!
WARNING: Cannot load font FreeSans.ttf!

I don't know which other engines are affected. There are certainly others that refer to FreeSans.ttf.

The message goes away if I change engines/agos/animation.cpp to use _subtitles.setFont("FreeSans.ttf@15"); instead, but none of the other engines do that.

Change History (4)

comment:1 by lotharsm, 16 months ago

Priority: normalhigh

comment:2 by lephilousophe, 15 months ago

Owner: set to lephilousophe
Resolution: fixed
Status: newpending

Should be fixed in c6e9986e676efef5b5219ec1def75392c3faea92 in master and in 5ae74e04e55631b066c614ca04d5632bacebc24b in branch-2-7.

Can you check? Thanks.

comment:3 by eriktorbjorn, 15 months ago

It seems to be working. I no longer see the warning, of course, but I also get a different - and better - font than before. Thanks!

comment:4 by lephilousophe, 15 months ago

Status: pendingclosed

Thanks. The font is different because it's a real TTF instead of falling back on our old bitmap fonts.

Note: See TracTickets for help on using tickets.