Opened 3 years ago

Closed 3 years ago

#12684 closed defect (fixed)

WEB: ZVISION: Zork Nemesis demo is missing

Reported by: ccawley2011 Owned by: sev-
Priority: high Component: Web
Version: Keywords: demo missing
Cc: Game: Zork Nemesis

Description

The ZVision engine has the following detection for a demo of Zork Nemesis, but it is not on the site.

	{
		// Zork Nemesis English demo version
		{
			"znemesis",
			"Demo",
			AD_ENTRY1s("SCRIPTS.ZFS", "64f1e881394e9462305104f99513c833", 380539),
			Common::EN_ANY,
			Common::kPlatformWindows,
			ADGF_DEMO,
			GUIO4(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_ENABLE_VENUS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING)
		},
		GID_NEMESIS
	},

Change History (5)

comment:1 by sev-, 3 years ago

Priority: normalhigh

This would be nice to get fixed before the release.

comment:2 by sev-, 3 years ago

Summary: ZVISION: Zork Nemesis demo is missingWEB: ZVISION: Zork Nemesis demo is missing

comment:3 by TrivialBalderdash, 3 years ago

I can provide this demo. It's from the Shanghai 2 CD. It's about 60MB in 204 files. I'm not sure which data files are required, as it doesn't match the structure of the full game files.

comment:4 by TrivialBalderdash, 3 years ago

Scratch that... whatever version of the demo I have doesn't seem to be supported. I've tried several combinations of file folder structures, using the debugger as a reference when it would throw an error. The best I can get is a blank title screen, with music and a cursor. I can hover over where the option for a "new game" is (in the full version), and the cursor changes. When I click on the center or right hot spot, ScummVM exits (error below). When I click on the left hotspot, it looks like I'm in the demo, but still with a blank screen. The cursor changes, and I think I can move around. The menu at the top works for saving, loading, preferences, and quitting. That's the only thing visible on the screen.

Opening hashed: scripts.zfs
Opening hashed: tk2c.scr
Opening hashed: scripts.zfs
Opening hashed: tk.scr
Opening hashed: scripts.zfs
Opening hashed: t.scr
Puzzle 4932 criteria passed. Executing its ResultActions
File::open: opening 'tk2cb11c.tga' failed
WARNING: Could not open file tk2cb11c.tga!
Puzzle 262 criteria passed. Executing its ResultActions
Opening hashed: t000h1tc.raw
Puzzle 4936 criteria passed. Executing its ResultActions
Changing location to: t f 1 0 715
Opening hashed: scripts.zfs
Opening hashed: tf10.scr
Opening hashed: scripts.zfs
Opening hashed: tf.scr
Puzzle 3365 criteria passed. Executing its ResultActions
Puzzle 3341 criteria passed. Executing its ResultActions
File::open: opening 'tf10s11c.tga' failed
WARNING: Could not open file tf10s11c.tga!
Puzzle 3345 criteria passed. Executing its ResultActions
File::open: opening 'tf00h3aa.ifp' failed
Puzzle 3347 criteria passed. Executing its ResultActions
File::open: opening 'tf00h2aa.ifp' failed
Puzzle 4648 criteria passed. Executing its ResultActions
Puzzle 4650 criteria passed. Executing its ResultActions
Floating point exception: 8

Let me know if you want me to open this as a new ticket. I can send the files if you want them.

comment:5 by sev-, 3 years ago

Owner: set to sev-
Resolution: fixed
Status: newclosed

Yeah, the demo is not working. I added it to the site anyway, but it requires more work, though that is a separate issue.

Note: See TracTickets for help on using tickets.