[Scummvm-tracker] [ScummVM :: Bugs] #15550: SCI: KQ5CD Issue/bug with game freezing in mountains
ScummVM :: Bugs
trac at scummvm.org
Wed Dec 4 07:53:14 UTC 2024
#15550: SCI: KQ5CD Issue/bug with game freezing in mountains
--------------------+-----------------------------
Reporter: LaZar00 | Owner: sluicebox
Type: defect | Status: closed
Priority: normal | Component: Engine: SCI
Version: | Resolution: fixed
Keywords: | Game: King's Quest 5
--------------------+-----------------------------
Comment (by sluicebox <22204938+sluicebox@…>):
In [changeset:"a99c1a43d90729e990c55a4c919d9d0fac4f0206" a99c1a43]:
{{{#!CommitTicketReference repository=""
revision="a99c1a43d90729e990c55a4c919d9d0fac4f0206"
SCI: Fix KQ5 CD lock up when falling in mountains
Fixes bug #15550
This began occurring in 2021 when kDoAudio was fixed to stop all
currently playing digital samples. The fix exposed that the KQ5 CD
mountain script is incompatible with playing digital samples from
within sound resources. The KQ5 CD sound driver never played these
samples, and the script was not written to handle this condition.
We play all samples when "prefer_digitalsfx" is enabled, and it is
enabled by default, so now we patch out the script incompatibility.
See: de9443407fd28cd71ac568ec2326191129243517
Thanks to @LaZar00 for reporting.
Thanks to @MusicallyInspired for audio consulting and testing.
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/15550#comment:7>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list