[ scummvm-Bugs-3309308 ] Mohawk: Unaccounted for game: arg

SourceForge.net noreply at sourceforge.net
Mon May 30 15:22:34 CEST 2011


Bugs item #3309308, was opened at 2011-05-30 15:22
Message generated for change (Tracker Item Submitted) made by afholman
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3309308&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: Living Books
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Allan Holman (afholman)
Assigned to: Nobody/Anonymous (nobody)
Summary: Mohawk: Unaccounted for game: arg

Initial Comment:
I seem to have a game that is not yet supported; "Arthur's Reading Games".  I do not know whether this is distinct from "Arthur's Reading Race", but I see on the web that both are available for sale.

The game has two outline files, arg32.lb and arg.lb, and one executable, arg32.exe

The initial portion of arg.lb is as follows:
-------------------------------------------------------------------------------
[BookInfo]
title="Arthur's Reading Games 1.0"
copyright="Copyright 1999, The Learning Company"
nPages="13"
nLanguages="1"
xRes="640"
yRes="480"
;optional configuration info
fNeedPalette=true
fUse254ColorPalette=true
nColors=256

[Globals]
PanelInit=2
nDemo=1


[Languages]
Language1="English"
------------------------------------------------------------

I attempted to start the game by copying and modifying for checksum one of the stanzas for Arthur's Reading Race as follows:
---------------------------------------------------------------------
	{
		{
			"arthurrace",
			"",
			AD_ENTRY1("ARG32.LB", "51be80dff4be9fd07c32b3b207320677"),
			Common::EN_ANY,
			Common::kPlatformWindows,
			ADGF_NO_FLAGS,
			Common::GUIO_NONE
		},
		GType_LIVINGBOOKSV3,
		0,
		0
	},
------------------------------------------------------------------

This resulted in scummvm detecting the game as Arthur's Reading Race.  Starting the game brought up an introductory screen with title "Arthur's Reading Games".  Attempting t!o play beyond the title screen resulted in the "I Spy" choice of pictures, choosing one of these resulted in an error: 
"0x6f had wrong size (10)"


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.





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

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




More information about the Scummvm-tracker mailing list