[Scummvm-tracker] [ScummVM :: Bugs] #12274: [AGS] missing/wrong GameID

ScummVM :: Bugs trac at scummvm.org
Wed Mar 3 08:27:01 UTC 2021


#12274: [AGS] missing/wrong GameID
--------------------------+-------------------------
Reporter:  goodoldgeorge  |      Owner:  (none)
    Type:  defect         |     Status:  new
Priority:  normal         |  Component:  Engine: AGS
 Version:                 |   Keywords:
    Game:                 |
--------------------------+-------------------------
 Game: Herd is Coming, Steam Windows Free Demo.
 'herdiscomingdemo' gameID is not defined, so it is ID is not found by
 ScummVM and stops with an error message

 The reason of the mistake: .\scummvm\engines\ags\detection_tables.h Line
 1677 is wrong:
 GAME_ENTRY("herdiscomingdemo", "herd.exe",
 "78dd4ca028ee0156b6a093d6d780aa65", 5664594), // Steam

 It should be replaced by this line:
 DEMO_ENTRY("herdiscoming", "herd.exe", "78dd4ca028ee0156b6a093d6d780aa65",
 5664594), // Steam

 ScummVM 2.3.0git13083-g6841af484d-dirty (Mar  3 2021 06:22:35)
 Features compiled in: TAINTED Vorbis FLAC MP3 RGB zLib MPEG2 FluidSynth
 Theora AAC A/52 FreeType2 FriBiDi JPEG PNG cloud (servers, local) TinyGL
 OpenGL (with shaders) GLEW
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/12274>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list