[Scummvm-cvs-logs] scummvm branch-1-4 -> 46bcd3b5e9709bfc0bcd32b8db3cc337e46e409a

athrxx athrxx at scummvm.org
Sat Oct 22 20:14:36 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
46bcd3b5e9 SCI: fix thread lockup issue when loading savegames using a sound driver which depends on the mixer thread for timer cal


Commit: 46bcd3b5e9709bfc0bcd32b8db3cc337e46e409a
    https://github.com/scummvm/scummvm/commit/46bcd3b5e9709bfc0bcd32b8db3cc337e46e409a
Author: athrxx (athrxx at scummvm.org)
Date: 2011-10-22T11:06:49-07:00

Commit Message:
SCI: fix thread lockup issue when loading savegames using a sound driver which depends on the mixer thread for timer calls.

The issues seems to be known. See comments (not by me) in SciMusic::clearPlayList().
For the same reason mentioned there the mutex may also not be locked before calling clearPlayList().

Changed paths:
    engines/sci/engine/savegame.cpp








More information about the Scummvm-git-logs mailing list