Opened 6 years ago
Closed 6 years ago
#10952 closed defect (fixed)
SCI: FPFP: Act 2 error when walking up stairs after restaurant
Reported by: | sluicebox | Owned by: | sluicebox |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | has-pull-request | |
Cc: | Game: | Freddy Pharkas: Frontier Pharmacist |
Description
ScummVM throws an error when walking up the hotel stairs after entering the restaurant in act 2:
tried to cmdSendMidi on non midi slot (0001:211a)!
To reproduce with attached save of PC Floppy at the start of Act 2:
- Walk left and enter the restaurant
- Leave the restaurant, walk around back, and go upstairs
This is due to the game script attempting to mute/unmute a Sound object with kDoSound SendMidi while the sound object is not a midi sound. The object, gameMusic2, is set to the sample of people talking in the restaurant. All versions of FPFP do this and there is there is another script which also mutes/unmutes this way.
Attachments (1)
Change History (4)
by , 6 years ago
Attachment: | freddypharkas.007 added |
---|
comment:1 by , 6 years ago
Owner: | set to |
---|
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/scummvm/scummvm/pull/1604