[Scummvm-tracker] [ScummVM :: Bugs] #14016: DIRECTOR: Spaceship Warlock menus are corrupted and non-functional in Windows version
ScummVM :: Bugs
trac at scummvm.org
Fri Jan 6 02:40:18 UTC 2023
#14016: DIRECTOR: Spaceship Warlock menus are corrupted and non-functional in
Windows version
------------------------------+------------------------------
Reporter: elasota | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Director
Version: | Keywords:
Game: Spaceship Warlock |
------------------------------+------------------------------
With current Git head version, Spaceship Warlock (v1.1.3
MPC/Windows/English) menus contain garbled text and are non-functional.
This appears to be due to a mismatch between how Stxt::Stxt determines the
text encoding (it references cast->_platform, which is defaulted to
kPlatformMacintosh and never replaced with any other value in old file
versions) and how LB::b_installMenu determines the encoding of the
separator character (it uses g_director->getPlatformEncoding(), which
returns kPlatformWindows for the Windows version).
--
Ticket URL: <https://bugs.scummvm.org/ticket/14016>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list