[Scummvm-tracker] [ScummVM :: Bugs] #11942: MYST3: Game doesn't start if subtitles is enabled
ScummVM :: Bugs
trac at scummvm.org
Tue Nov 3 09:32:31 UTC 2020
#11942: MYST3: Game doesn't start if subtitles is enabled
-------------------------+---------------------------
Reporter: eriktorbjorn | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Myst3
Keywords: | Game: Myst 3: Exile
-------------------------+---------------------------
If subtitles are enabled, Myst III errors out with the following message
when I press "New Game":
{{{
Unknown subtitles font face 'Arial Narrow'!
}}}
This message comes from FontSubtitles::loadResources(), which at first
glance seems odd because the first thing it does is to check if _fontFace
equals "Arial Narrow".
But apparently these strings aren't equal, because _fontFace.size() is 13,
while the string it creates to compare with gets size 12. So in the
_fontFace string, it also counted the string terminator when it calculated
the size?
I don't know if this is a regression or not. It's the first time I try to
run Myst III in ScummVM.
It's the DVD version of Myst III, if that makes any difference.
--
Ticket URL: <https://bugs.scummvm.org/ticket/11942>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list