Menu

#6676 GOB: Duplicate Detection Entries For Ween/DOS/English

GOB: Ween
closed-fixed
None
5
2014-07-08
2014-07-07
caboose
No

$ scummvm -v
ScummVM 1.6.0 (Aug 8 2013 12:11:07)
Features compiled in: Vorbis FLAC MP3 ALSA SEQ TiMidity RGB zLib FluidSynth Theora

Platform: Linux (xubuntu 14.04 x86), from distro repository

Game: Ween: The Prophecy (DOS/English (US))

Description:
On Mass Add, it gets added twice. On Add Game, a selection is offered. Both entries are identical.

It appears that the DOS VGA Floppy section is duplicated in engines/gob/detection/tables_ween.h. Once at the beginning of the file (lines 28-113) and once in the middle (lines 231-316). According to diff, they're identical.

A brief check on the github master branch suggests the file is unchanged. The section is there twice, anyway. I didn't pull to run a diff.

Discussion

  • digitall

    digitall - 2014-07-08
    • summary: Duplicate entries on Mass Add or Add Game --> GOB: Duplicate Detection Entries For Ween/DOS/English
    • assigned_to: Sven Hesse
     
  • Sven Hesse

    Sven Hesse - 2014-07-08
    • status: open --> closed-fixed
     
  • Sven Hesse

    Sven Hesse - 2014-07-08

    Yeah, I guess that happened when I sorted the entries by platform after I split up that big detection table. That's why you're wrong: the second block should be removed.

    And I did just that in 24595ed.