[Scummvm-tracker] [ScummVM :: Bugs] #12731: AGS: Crash when starting Trilby's Note

ScummVM :: Bugs trac at scummvm.org
Mon Jul 12 13:51:39 UTC 2021


#12731: AGS: Crash when starting Trilby's Note
-------------------+-------------------------
Reporter:  criezy  |      Owner:  (none)
    Type:  defect  |     Status:  new
Priority:  normal  |  Component:  Engine: AGS
 Version:          |   Keywords:
    Game:          |
-------------------+-------------------------
 When starting Trilby's Note I get the following error:
 {{{
 Assertion failed: (format.bytesPerPixel == 2 || format.bytesPerPixel == 4
 || (format.bytesPerPixel == 1 && srcBitmap->format.bytesPerPixel == 1)),
 function draw, file engines/ags/lib/allegro/surface.cpp, line 116.
 }}}

 In the debugger I can see that the source pixel format is 4bpp and the
 destination is 1bpp. This seems strange as I would expect the source to be
 1bpp as well.

 This is a regression as the game used to work.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/12731>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list