Opened 13 years ago

Closed 13 years ago

#5721 closed defect (fixed)

LB: Unrecognised version of sheila

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 "Sheila Rae, The Brave"

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, sraeb.lb, sraed.lb and sraef.lb, corresponding to English, German and French.

The game is a CD version.

The initial portion of sraeb.lb is as follows: -------------------------------------------------------------- [BookInfo] title="Sheila Rae, The Brave v1.0E" copyright="Copyright 1995, Living Books" nPages="12" nLanguages="3" xRes="512" yRes="384" ;optional configuration info fNeedPalette=true fUse254ColorPalette="1" nColors=256 ;nKGRequired=2560

[Globals] PrimaryLanguage="English" Language="English" Language1="English" Language2="German" Language3="French"

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

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

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

-------------------------------------------------------------------------------------- { { "sheila", "", AD_ENTRY1("SRAEB.LB", "4835612022c2ae1944bde453d3202803"), Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, Common::GUIO_NONE }, GType_LIVINGBOOKSV2, 0, 0 }, ------------------------------------------------------------------------

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: #3309289. Ticket imported from: bugs/5721.

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 sheilaLB: Unrecognised version of sheila

comment:3 by fuzzie, 13 years ago

Resolution: fixed
Status: newclosed

comment:4 by fuzzie, 13 years ago

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

Note: See TracTickets for help on using tickets.