Opened 6 weeks ago

Closed 6 weeks ago

#15309 closed defect (fixed)

KQ1 SCI keeps crashing on recent dev builds

Reported by: envisaged0ne Owned by: athrxx
Priority: normal Component: Engine: SCI
Version: Keywords:
Cc: Game: King's Quest 1

Description

ScummVM version: 2.9.0git6479-g4ef78da31c6
Bug details: Once the game starts and you're outside the castle, if you try to go to the right screen or left screen, the game just crashes. This only happens if you have RGB Rendering disabled
Language of game: English
Version of game: DOS
Your OS, including version and device if appropriate: Windows 11 22631.3958
This doesn't happen on the stable release, but on the dev builds. I'm not sure what dev build this started happening

Change History (2)

comment:1 by athrxx, 6 weeks ago

Thanks for the report.

I have prepared a fix which is currently part of a pull request:
https://github.com/scummvm/scummvm/pull/6003

It can take a while to get reviewed.
So it is up to you if you want to wait or continue your game with the latest stable build.

comment:2 by athrxx, 6 weeks ago

Owner: set to athrxx
Resolution: fixed
Status: newclosed

In bfdb490e:

SCI: fix bug 15309

(KQ1 SCI keeps crashing on recent dev builds)

This is about a missing bitmap buffer. It isn't always needed
for SCI0, but SCI_01 (= KQ1) requires it. For the PC-98 targets
(which are also SCI_01) this had already been fixed in this PR,
but not for other 01 targets.

Note: See TracTickets for help on using tickets.