Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#7076 closed defect (fixed)

LOOM: AdLib sound effect not stopped at Cygna's grave.

Reported by: SF/tomexplodes Owned by: lordhoto
Priority: normal Component: Engine: SCUMM
Version: Keywords:
Cc: Game: Loom

Description

I'm having a weird thing in 1.8.0 and the daily snapshot with original, EGA floppy Loom using Adlib sound. When I cast open on Cygna's grave and the horrible rumbling sound happens, it never quite ends, there's a low undertone that plays forever. If I cast the spell again, it doubles. It persists between saving and loading. Obviously I can just avoid doing that, but I'd really like it to stop. I hope that's enough information. Thanks! I included a save right before casting it on the grave and one right after where the sound is still playing (turn up your volume or wear headphones to hear it.)

Ticket imported from: bugs/7076.

Attachments (2)

loom-ega.s02 (14.6 KB ) - added by SF/tomexplodes 8 years ago.
loom-ega.s03 (14.4 KB ) - added by SF/tomexplodes 8 years ago.

Download all attachments as: .zip

Change History (4)

by SF/tomexplodes, 8 years ago

Attachment: loom-ega.s03 added

comment:1 by eriktorbjorn, 8 years ago

It looks like it calls startSound(11) to start the rumbling, and then stopSound(0). I wonder if that should have a special meaning, or if it's a script bug, or if things happen in the wrong order... or if it's completely unrelated.

From room-4-209-dmp:

[0096] (28) unless (!Var[164]) goto 0095; [009B] (2A) startScript(40,[11],F); [00A1] (33) ShakeOn(); [00A7] (2E) delay(120); [00AB] (33) ShakeOff(); [00B1] (62) stopScript(40); [00B3] (BC) stopSound(Var[164]); [00B6] (1A) Var[164] = 0; [00BB] (80) breakHere(); [00BC] (14) print(1,[Center(),Text("Maybe I'd better not try that.")]); [00DF] (80) breakHere(); [00E0] (C0) endCutscene(); [00E1] (A0) stopObjectCode();

I think script 40 is responsible for starting sound 11, and it does set Var[164], but I'm a bit unclear on how these things work together...

comment:2 by lordhoto, 8 years ago

Owner: set to lordhoto
Resolution: fixed
Status: newclosed
Summary: Loom EGA sound issueLOOM: AdLib sound effect not stopped at Cygna's grave.

comment:3 by lordhoto, 8 years ago

Fixed with 70ca4218dfdc1a21682b98fd1ef540f965785c0b in master and ffd993457d30be1194f113d97d17c0d3ae4cb117 in branch-1-8.

Thank you for reporting the issue.

Note: See TracTickets for help on using tickets.