Opened 23 months ago
Closed 12 months ago
#14016 closed defect (fixed)
DIRECTOR: Spaceship Warlock menus are corrupted and non-functional in Windows version
Reported by: | elasota | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Engine: Director |
Version: | Keywords: | ||
Cc: | Game: | Spaceship Warlock |
Description
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).
Attachments (1)
Change History (2)
by , 23 months ago
Attachment: | ssw_menus.png added |
---|
comment:1 by , 12 months ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This has been fixed in the meantime