Opened 22 years ago

Closed 20 years ago

Last modified 17 years ago

#333 closed defect (fixed)

SIMON1DOS: Brief freeze when talking to demons

Reported by: (none) Owned by: Kirben
Priority: normal Component: Engine: AGOS
Version: Keywords: script
Cc: Game: Simon the Sorcerer 1

Description

[using latest cvs build (win32) with simon1dos english version]

the game freezes when you're talking to the demons at 2 points. 1. right after starting the conversation if you say "Well, you look like demons! Ha Ha.. Ha?" one of the demons starts to talk and the game freezes when he says "fluttered" 2. if you take the first dialogue option instead at the beginning of the conversation the first bug won't occur. after talking a bit one of the demons will ask for smokes though and regardless of what you say the game will freeze.

savegame is attached

Ticket imported from: #578336. Ticket imported from: bugs/333.

Attachments (1)

SAVE.001 (2.8 KB ) - added by (none) 22 years ago.
Simon1 Savegame right before bug

Download all attachments as: .zip

Change History (26)

by (none), 22 years ago

Attachment: SAVE.001 added

Simon1 Savegame right before bug

comment:1 by fingolfin, 22 years ago

Summary: Simon1dos: freeze when talking to demonsSIMON: Freeze when talking to demons

comment:2 by fingolfin, 22 years ago

Priority: normalhigh

comment:3 by (none), 22 years ago

Logged In: NO

Same problem with Linux version.

comment:4 by SF/madshi, 22 years ago

I had an endless loop when talking to the barbian with the fragment in the foot. At one situation the barbarien talky was through, but the mouth keeped moving forever. After restarting the game I was not able to reproduce the effect, though.

Is your freeze the same thing? Mouth still moving, but the rest is frozen? Or is everything frozen?

comment:5 by (none), 22 years ago

Logged In: NO

actually it's the exact opposite .. the mouth stops moving, but the candles in the background for example keep on moving

comment:6 by (none), 22 years ago

Logged In: NO

I am having the exact same problem and have no idea how to fix it!! If you figure it out, let me know

comment:7 by (none), 22 years ago

Logged In: NO

Does anyone know how to fix this problem?? I don't think there is a way to advance any further in the game without finishing talking to the demons, which doesn't help if it crashes every time.

Thanks

comment:8 by wjp, 22 years ago

This looks like a race. When adding output statements to o_wait_for_vga and the function that clears the _wait_for_vga flag:

waiting for VGA 200 VGA 202 done VGA 200 done waiting for VGA 200 done waiting for VGA 202

It _is_ possible to get past it, since every once in a while these vga's will finish in the proper order.

comment:9 by SF/ender, 22 years ago

This was fixed by a recent patch, I believe? Is this closable yet?

comment:10 by (none), 22 years ago

Logged In: NO

nope, still hangs with the latest cvs build

comment:11 by Kirben, 21 years ago

Priority: highblocker

comment:12 by Kirben, 21 years ago

This problem occurs every time in simon1dos target but I was unable to reproduce problem in simon1talkie and simon1win targets when starting a new game.

comment:13 by Kirben, 21 years ago

Component: Engine: AGOS
Game: Simon the Sorcerer 1

comment:14 by Kirben, 21 years ago

Component: Engine: AGOS
Game: Simon the Sorcerer 1

comment:15 by Kirben, 21 years ago

A work around has been added to scummvm cvs, the game still freezes briefly but than continues.

comment:16 by Kirben, 21 years ago

Owner: set to Kirben
Resolution: fixed
Status: newclosed

comment:17 by Kirben, 21 years ago

Leaving open since it is still an issue, although only causes brief freeze now.

comment:18 by Kirben, 21 years ago

Keywords: script added
Owner: Kirben removed
Priority: blockernormal
Status: closednew
Summary: SIMON: Freeze when talking to demonsSIMON: Brief freeze when talking to demons

comment:19 by Kirben, 21 years ago

There is also a brief freeze when the Swampling leaves his house in simon1dos, just as Simon is about to talk.

comment:20 by Kirben, 21 years ago

Summary: SIMON: Brief freeze when talking to demonsSIMON1DOS: Brief freeze when talking to demons

comment:21 by SF/andrej4000, 21 years ago

The freese is beacuse the interpreter waits for an animation to end, while it ended before. Would it be a way to implement additional checks for animations?

The problems is with wait_for_vga. If a workaround will be implemented, then it would be neccessary to implement a dynamic table, which contains boolean var wether the animation runs or not. In that case the wait_for_vga would check in the beginning if it really has to wait or not.

comment:22 by Kirben, 20 years ago

Owner: set to Kirben

comment:23 by Kirben, 20 years ago

Status: newclosed

comment:24 by fingolfin, 19 years ago

Component: Engine: AGOSEngine: AGI
Game: Simon the Sorcerer 1Space Quest 1

comment:25 by Kirben, 17 years ago

Component: Engine: AGIEngine: AGOS
Game: Space Quest 1Simon the Sorcerer 1
Note: See TracTickets for help on using tickets.