Opened 15 years ago

Closed 15 years ago

#4507 closed defect (fixed)

WEEN: Crash Bug

Reported by: SF/kuroshiro Owned by: DrMcCoy
Priority: normal Component: Engine: Gob
Version: Keywords:
Cc: Game: Ween

Description

This is for Ween: The Prophecy (Dos/English) tested on the August 1st 1.0.0 SVN on Windows XP.

The issue is this: if you attempt to skip certain FMV dialogues with ESC, it will not skip and will simply crash the game leading into the next dialogue option, leaving the message "Frame 15 is not directly accessible!" on the console when debuglevel=2 is set. This only seems to happen on two of the dialogues with the princess (Opale?), but not the final one near the end of the game, which simply skips through the dialogue.

I've attached a savegame. Simply head towards the exit and try to skip the FMV dialogue with ESC.

Ticket imported from: #2830988. Ticket imported from: bugs/4507.

Attachments (1)

ween-us.s02 (1.7 KB ) - added by SF/kuroshiro 15 years ago.
Savegame before crash

Download all attachments as: .zip

Change History (5)

by SF/kuroshiro, 15 years ago

Attachment: ween-us.s02 added

Savegame before crash

comment:1 by DrMcCoy, 15 years ago

Oh. Apparently, the script just play the video until a specific frame and then continue the playback from that frame. ESCing the video (something the original engine didn't allow) leaves the video player to seek to the continue-frame. Unfortunately, some videos don't have an index mapping frame number to file offset, so the seek code then just aborts.

I'll see what I can do about that.

comment:2 by DrMcCoy, 15 years ago

Owner: set to DrMcCoy

comment:3 by DrMcCoy, 15 years ago

Resolution: fixed
Status: newclosed

comment:4 by DrMcCoy, 15 years ago

Fixed in SVN repository

Note: See TracTickets for help on using tickets.