Opened 6 years ago
Closed 6 years ago
#10580 closed defect (fixed)
MOHAWK: MYST: Crash occurs turning left at myst island boiler room door
Reported by: | MDogherra | Owned by: | bgK |
---|---|---|---|
Priority: | normal | Component: | Engine: Mohawk |
Version: | Keywords: | ||
Cc: | Game: | Myst |
Description
-Cyan Employee Bug-
Where: Any scummVM release, new game
What: Starting a new game, running directly to the boiler room, opening the door, then turning to the left, a crash occurs with an error of "Could not find a 'MSND' resource with ID 1065!"
While this was found in the final release build, this can be reproduced in the currently released GoG version as well, so it's an older bug.
Attachments (3)
Change History (5)
by , 6 years ago
Attachment: | 2018-06-22 (5).png added |
---|
by , 6 years ago
Attachment: | scummvm.log added |
---|
by , 6 years ago
Attachment: | myst-005.mym added |
---|
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Indeed. The script tries to access a non-existing sound for closing the door. I've added a work-around to play the same sound as when going to the right instead.
Fixed in commit 18fd6f6; in daily builds with version 2.1.0git-2322 and up.
Nice find.