Opened 3 years ago

Closed 3 years ago

#12430 closed defect (fixed)

[AGS] Wrong Downfall Russian GameID in the Detection table.

Reported by: goodoldgeorge Owned by: dreammaster
Priority: normal Component: Engine: AGS
Version: Keywords:
Cc: Game:

Description

ScummVM accepts as downfall2016, but the Game is downfall2009
After running, ScummVM stops with the following error message:

ERROR: The game data is missing, is of unsupported format or corrupt.

File: 'Downfall.exe'

Game: Downfall - Original, not Redux version!, GoG.com release
Language: Russian
File: setup_downfall_gog-7_(russian)_(3705).exe
Version: 1.4

ags/detection_tables.h, Line 1711 now:
GAME_ENTRY_LANG("downfall2016", "downfall.exe", "10212624b951711c4b44f5cb9eecbf0a", 143360, Common::RU_RUS), GOG
Should be corrected for this:
GAME_ENTRY_LANG("downfall2009", "downfall.exe", "10212624b951711c4b44f5cb9eecbf0a", 143360, Common::RU_RUS),
GOG

Installed files:
c:\GOG Games\Downfall\acsetup.cfg 266
c:\GOG Games\Downfall\data.bin 277,564,069
c:\GOG Games\Downfall\Downfall.exe 143,360
c:\GOG Games\Downfall\EULA.txt 38,181
c:\GOG Games\Downfall\GameuxInstallHelper.dll 96,264
c:\GOG Games\Downfall\gog.ico 69,248
c:\GOG Games\Downfall\goggame-1207660723.dll 260,704
c:\GOG Games\Downfall\goggame-1207660723.hashdb 516
c:\GOG Games\Downfall\goggame-1207660723.ico 117,837
c:\GOG Games\Downfall\goggame-1207660723.info 726
c:\GOG Games\Downfall\goggame-1207660723.script 364
c:\GOG Games\Downfall\goglog.ini 1,923
c:\GOG Games\Downfall\Lake.scm 4,368
c:\GOG Games\Downfall\Launch Downfall.lnk 1,611
c:\GOG Games\Downfall\music.vox 99,737,522
c:\GOG Games\Downfall\ReadMe.txt 168
c:\GOG Games\Downfall\rus.tra 328,050
c:\GOG Games\Downfall\Support.ico 62,895
c:\GOG Games\Downfall\unins000.dat 1,999,909
c:\GOG Games\Downfall\unins000.exe 1,343,048
c:\GOG Games\Downfall\unins000.ini 41
c:\GOG Games\Downfall\unins000.msg 23,147
c:\GOG Games\Downfall\webcache.zip 239,181
c:\GOG Games\Downfall\winsetup.exe 49,177

ScummVM 2.3.0git15246-ga12153702d-dirty (Apr 14 2021 06:42:34)
Features compiled in: TAINTED Vorbis FLAC MP3 RGB zLib MPEG2 FluidSynth Theora AAC A/52 FreeType2 FriBiDi JPEG PNG GIF cloud (servers, local) TinyGL OpenGL (with shaders) GLEW

Change History (1)

comment:1 by dreammaster, 3 years ago

Owner: set to dreammaster
Resolution: fixed
Status: newclosed

Thanks for the information. Updated.

Note: See TracTickets for help on using tickets.