[Scummvm-tracker] [ScummVM :: Bugs] #15616: Warnings in status window when adding any game

ScummVM :: Bugs trac at scummvm.org
Wed Dec 25 15:28:04 UTC 2024


#15616: Warnings in status window when adding any game
----------------------+---------------------
Reporter:  prietveld  |       Owner:  (none)
    Type:  defect     |      Status:  new
Priority:  normal     |   Component:  Common
 Version:             |  Resolution:
Keywords:             |        Game:
----------------------+---------------------
Comment (by digitall):

 The second warning of "WARNING: DebugManager::addDebugChannels(): No debug
 channels were added, list is empty!" is emitted by the detection code of
 the PRINCE engine. The debug channels were not setup as expected. An
 enumerated type starts from 0 unless otherwise defined to a value and this
 was not done for PRINCE. The debug code uses the value 0 to indicate the
 end of the structure and thus did not add any debug channels for this
 engine. This should be fixed by
 https://github.com/scummvm/scummvm/commit/1f01b10618023e3a810ab20b42b22eb9e4be864f
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15616#comment:5>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list