[Scummvm-tracker] [ScummVM :: Bugs] #16764: Unknown game variant for Adibou2readcount67 addon (gob)

ScummVM :: Bugs trac at scummvm.org
Tue May 5 21:12:44 UTC 2026


#16764: Unknown game variant for Adibou2readcount67 addon (gob)
-------------------------+--------------------------
Reporter:  ripleyXLR8    |       Owner:  (none)
    Type:  defect        |      Status:  new
Priority:  high          |   Component:  Engine: Gob
 Version:                |  Resolution:
Keywords:  unknown-game  |        Game:  Adibou 2
-------------------------+--------------------------
Changes (by ripleyXLR8):

 * priority:  normal => high


Old description:

> While trying to play Adibou 2 Read Count for 6 7 Yo. I encountered a not
> listed game variant.
>
> Matched game IDs for the gob engine: adibou2readcount67-win-fr-addon
>
>   {"appli_03.vmd", 0, "d037d75824a033a5de4a45b9c02419ee", 58858},
>   {"intro_ap.stk", 0, "0e91d0d693d5731353ad4738f4aa065c", 36540132},
>
> Tried multiple french version found online as well as my original dump
> from the CD and they all produce the same warning and hash. The problem
> seems to be the Intro_AP.stk file, the hash for appli_03.vmd is the right
> one. Are we sure the hash for the french version of intro_ap.stk is
> correct?

New description:

 Hello,

 While trying to play the French version of ''Adibou 2 : Read/Count 6-7
 Yo'' ({{{adibou2readcount67}}}), I encountered an "unrecognized game
 variant" error.

 I dumped the MD5 hashes of my files and found the following:
 * {{{intro_ap.stk}}} : {{{0e91d0d693d5731353ad4738f4aa065c}}} (Size:
 {{{36540132}}})
 * '''{{{appli_03.vmd}}} : {{{d037d75824a033a5de4a45b9c02419ee}}} (Size:
 {{{58858}}})'''

 Looking at the current detection tables for the {{{gob}}} engine (in
 {{{tables_adibou2.h}}}), the listed entry is:
 {{{
 #!cpp
 AD_ENTRY2s("intro_ap.stk", "0e91d0d693d5731353ad4738f4aa065c", 36540132,
            "appli_03.vmd", "6bf95a48f366bdf8af3a198c7b723c77", 58858),
 }}}

 My {{{intro_ap.stk}}} matches the listed hash perfectly. However, my
 {{{appli_03.vmd}}} has '''exactly the same size''' ({{{58858}}} bytes) but
 a different hash ({{{d037d...}}}).

 '''The "Smoking Gun":'''
 As shown in the attached screenshot, the hash currently in the code
 ({{{6bf95a48f366bdf8af3a198c7b723c77}}}) appears to be a copy-paste
 placeholder. It is identical to:
 * {{{o1.pod}}} in the '''Hadesch''' engine (Size: {{{5 621 074}}})
 * {{{cdlogo.res}}} in the '''Teenagent''' engine (Size: {{{64 768}}})

 [[Image(image_cbea41.png)]]

 It is mathematically impossible for these three files of different sizes
 to share the same MD5. This confirms that the Adibou 2 entry needs to be
 updated with the correct hash ({{{d037d75824a033a5de4a45b9c02419ee}}}).

 Could you please update the detection table?

 Thanks for your amazing work!

--
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/16764#comment:5>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list