Opened 6 years ago
Closed 6 years ago
#10865 closed defect (fixed)
GLK: FROTZ: Crash creating new Beyond Zork characters
Reported by: | dreammaster | Owned by: | eriktorbjorn |
---|---|---|---|
Priority: | normal | Component: | Engine: GLK |
Version: | Keywords: | ||
Cc: | Game: | GLK Z-Code (Frotz) Game |
Description
Beyond Zork crashes if I try to create my own character. It tries to print a left arrow, which is actually a " character, with the graphics font, but putCharUni converts it into a unicode "curly quote" character, which of course doesn't exist in the bitmap font.
Change History (3)
comment:1 by , 6 years ago
comment:3 by , 6 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
An attempted fix: https://github.com/scummvm/scummvm/pull/1510