Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#5720 closed defect (fixed)

LB: Unrecognised version of tortoise

Reported by: SF/afholman Owned by: fuzzie
Priority: normal Component: Engine: Mohawk
Version: Keywords: detection
Cc: Game:

Description

I have an unrecognised version of the Living Book "Aesop's Fable: The Tortoise and the Hare"

The version of scummvm tested was: ScummVM 1.4.0git617-gbc2e770-dirty (May 29 2011 22:01:25) Features compiled in: Vorbis FLAC MP3 ALSA SEQ TiMidity RGB zLib

This was compiled by myself under Debian sid, amd64.

There are three outline files, tortb.lb, tortd.lb and tortf.lb, corresponding to English, German and French.

The game is a CD version.

The initial portion of tortb.lb is as follows: -------------------------------------------------------------- [BookInfo] title="The Tortoise and the Hare v1.3E" copyright="Copyright 1995, Living Books" fPoetry=false nPages="13" nLanguages="3" xRes="512" yRes="384" ;optional configuration info fNeedPalette=true fUse254ColorPalette=false nColors=256 nKBRequired=2560

[Languages] Language1="English" Language2="German" Language3="French" --------------------------------------------------------------

I was able to get the game up and played through the first page with no errors by adding the following stanza to scummvm/engines/mohawk/detection_tables.h:

-------------------------------------------------------------------------------------- { { "tortoise", "", AD_ENTRY1("TORTB.LB", "83f6bfcf30c445d13e81e0faed9aa27b"), Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, Common::GUIO_NONE }, GType_LIVINGBOOKSV2, 0, "TORTB.EXE" }, ------------------------------------------------------------------------

I have not delved into the meaning of the entries in the struct; I made the changes above by inference and trial from other entries in the detection_tables.h file.

Ticket imported from: #3309276. Ticket imported from: bugs/5720.

Change History (4)

comment:1 by fuzzie, 13 years ago

Owner: set to fuzzie

comment:2 by fingolfin, 13 years ago

Summary: Mohawk: Living Books: Unrecognised version of tortoiseLB: Unrecognised version of tortoise

comment:3 by fuzzie, 13 years ago

Hopefully fixed in commit b766faa7, should be fixed in the next daily build.

comment:4 by fuzzie, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.