[Scummvm-tracker] [ScummVM :: Bugs] #11528: ILLUSIONS: Duckman - Crash after option menu "times out"

ScummVM :: Bugs trac at scummvm.org
Fri Sep 4 23:03:32 UTC 2020


#11528: ILLUSIONS: Duckman - Crash after option menu "times out"
----------------------+-------------------------------
  Reporter:  raziel-  |      Owner:  (none)
      Type:  defect   |     Status:  new
  Priority:  normal   |  Component:  Engine: Illusions
Resolution:           |   Keywords:  Duckman
      Game:           |
----------------------+-------------------------------
Changes (by sev-):

 * priority:  high => normal

Comment:

 Could you please put a debug output to getCharWidth(uint16 c) function in
 engines/illusions/textdrawer.cpp:211 like the following

 {{{
 int16 TextDrawer::getCharWidth(uint16 c) {
         warning("C: %d", c);
         return _font->getCharInfo(c)->_width + _font->_widthC;
 }
 }}}

 Run the game and provide me with the output near the crash.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/11528#comment:10>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list