Changes between Initial Version and Version 1 of Ticket #11988
- Timestamp:
- Dec 2, 2020, 8:25:02 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11988
- Property Cc added
- Property Game Sherlock Holmes: Case of the Serrated Scalpel
- Property Summary SHERLOCK: SCALPEL: Chinese language support → SHERLOCK: Chinese language support
-
Ticket #11988 – Description
initial v1 1 This is to providea record of the current state as we add these games to detection.1 Both games are currently unsupported in Chinese. This ticket provides a record of the current state as we add these games to detection. 2 2 3 The game crashes in the opening movie with no error, nothing in the log. You can skip this by pressing ESC to start a new game. 4 5 Fonts are rendered improperly. There are lots of warnings (such as `invalid character encountered - 130!`). There are also graphical glitches in toolbar (words intermittently overlay), although here the characters are correct since they are bitmaps. 3 == Scalpel 4 * The game crashes in the opening movie with no error, nothing in the log. You can skip this by pressing ESC to start a new game. 6 5 7 I tried this on the Chinese Traditional (Taiwan) version. According to {#11933}, there is also a version in Simplified script. 6 * Fonts are rendered improperly. There are lots of warnings (such as `invalid character encountered - 130!`). There are also graphical glitches in toolbar (words intermittently overlay), although here the characters are correct since they are bitmaps. 7 8 * I tried this on the Chinese Traditional (Taiwan) version. According to #11933, there is also a version in Simplified script. 9 10 == Rose Tattoo 11 * Game does not start. 12 * `Assertion failed!`; no log message on debug level 10. 13 * File: `common/base-str.h:176` 14 * Expression: 15 {{{ 16 #!cpp 17 _str && idx >= 0 && idx < (int)_size 18 }}}