Opened 4 years ago
Closed 4 years ago
#12274 closed defect (fixed)
[AGS] missing/wrong GameID
Reported by: | goodoldgeorge | Owned by: | dreammaster |
---|---|---|---|
Priority: | normal | Component: | Engine: AGS |
Version: | Keywords: | ||
Cc: | Game: |
Description
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
Change History (1)
comment:1 by , 4 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |