[ scummvm-Bugs-3582420 ] TONY: Error in detecting checksum

SourceForge.net noreply at sourceforge.net
Thu Nov 1 09:53:03 CET 2012


Bugs item #3582420, was opened at 2012-11-01 01:53
Message generated for change (Tracker Item Submitted) made by codemarvin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3582420&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MD5 checksums / Detector
Group: Unknown
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: codemarvin (codemarvin)
Assigned to: Nobody/Anonymous (nobody)
Summary: TONY: Error in detecting checksum

Initial Comment:
The Tony Tough German "Shoe Box" version is not detected in ScummVM version 

ScummVM 1.6.0git2034-gfdc80fd-dirty (Oct 31 2012 19:58:56)
Features compiled in: TAINTED Vorbis FLAC ALSA SEQ TiMidity RGB zLib Theora AAC FreeType2

My machine is
Linux ... 2.6.34.10-0.6-default #1 SMP ... i686 i686 i386 GNU/Linux

My temporary fix for proper detection was to change engines/tony/detection_tables.h:
add data1.cab entry and comment out the original two checksums.

{
                // Tony Tough German "Shoe Box" provided by Strangerke
                {
                        "tony",
                        0,
                        {
                                {"data1.cab", 0, "f0e939963e14c0e73fd0a87d6d723526", 4346},
                        /*      {"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071},
                                {"roasted.mpc", 0, "ccf7ab939a34de1b13df538596431684", 389554}, */
                                AD_LISTEND
                        },
                        Common::DE_DEU,
                        Common::kPlatformWindows,
                        ADGF_NO_FLAGS,
                        GUIO1(GUIO_NONE)
                },
        },

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3582420&group_id=37116




More information about the Scummvm-tracker mailing list