Opened 9 years ago
Closed 9 years ago
#7016 closed defect (fixed)
SHERLOCK: Crash when closing the shed door on the docks
Reported by: | SF/windlepoons | Owned by: | dreammaster |
---|---|---|---|
Priority: | high | Component: | Engine: Sherlock |
Version: | Keywords: | ||
Cc: | Game: | Sherlock Holmes: Case of the Serrated Scalpel |
Description
When closing the Shed door, ScummVM crash.
scummvm: ../../src-master/src/engines/sherlock/image_file.cpp:185: void Sherlock::ImageFrame::decompressFrame(const byte*, bool): Assertion `frameSize == 0' failed.
ScummVM 1.8.0git6466-g3eebf2e (Feb 3 2016 05:31:24) Language: German Version: Floppy OS: Linux/siduction 64bit
Ticket imported from: bugs/7016.
Attachments (1)
Change History (3)
by , 9 years ago
Attachment: | scalpel-de.000 added |
---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Looks like the German version had a few corrupted run-length encoded frames of the door closing. I've changed the logic so that it handles it. You'll notice the slight graphic corruption as it closes, but at least it won't crash now.