[Scummvm-tracker] [ScummVM :: Bugs] #16432: COMPOSER: Darby The Dragon Crashes On Loading Script Saves From Launcher Load

ScummVM :: Bugs trac at scummvm.org
Sat Jan 3 03:44:11 UTC 2026


#16432: COMPOSER: Darby The Dragon Crashes On Loading Script Saves From Launcher
Load
-------------------+-------------------------------
Reporter:  bboydj  |       Owner:  sev-
    Type:  defect  |      Status:  closed
Priority:  normal  |   Component:  Engine: Composer
 Version:          |  Resolution:  fixed
Keywords:          |        Game:  Darby the Dragon
-------------------+-------------------------------
Comment (by digitall):

 OK... I understand why this is happening now.

 The COMPOSER engine has two independent load/save code paths. One in
 saveload.cpp gives a full engine state dump, the other in scripting.cpp
 just does the variable space used by the engine which is 1000 values.

 After the fix for bug #11022, they both now point at the same filenames so
 we are getting this issue.

 Not sure how to fully resolve this since we have an recursion where the
 variables are probably holding save slot state internally and we need to
 keep that in sync...
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/16432#comment:25>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list