[Scummvm-tracker] [ScummVM :: Bugs] #15022: PLUMBERS: Plumbers Don't Wear Ties! (Windows) crashes on startup
ScummVM :: Bugs
trac at scummvm.org
Wed Mar 13 22:51:05 UTC 2024
#15022: PLUMBERS: Plumbers Don't Wear Ties! (Windows) crashes on startup
--------------------+-------------------------------
Reporter: fusefib | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Plumbers
Version: | Resolution:
Keywords: | Game:
--------------------+-------------------------------
Comment (by digitall):
The issue appears to be that this commit split the graphics code out into
Windows and 3DO versions, but also had several other changes in this
including changing how the screen graphics mode is initialized. The screen
blit is a simple blitRectToScreen which requires the same format for
screen and source surface. Unclear how that was achieved previously, but
the new code does not enforce any format on image surfaces (composite
surface uses the same format as source image), so this comes back to
enforcing the screen format on the Bitmap Decoder for image loading so
it's surface is screen compatible.
--
Ticket URL: <https://bugs.scummvm.org/ticket/15022#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list