Opened 14 years ago
Closed 14 years ago
#5608 closed defect (fixed)
TOON: Game Crashes On Entering Crate in Second Act
Reported by: | SF/lewwyt | Owned by: | sylvaintv |
---|---|---|---|
Priority: | normal | Component: | Engine: Toon |
Version: | Keywords: | ||
Cc: | Game: | Toonstruck |
Description
The game crashes when Drew attempts to climb into wooden box (when you have released Ray from it)
Playing on the latest Daily Build (March 13th)
On Windows Vista, in English
Ticket imported from: #3208823. Ticket imported from: bugs/5608.
Attachments (1)
Change History (7)
comment:1 by , 14 years ago
Owner: | set to |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Summary: | Game Crashes Wooden Box → TOON: Game Crashes On Entering Crate in Second Act |
---|
comment:4 by , 14 years ago
Confirmed with bisect that the problem first occurs after: commit 53d6a4f831c9e7c7de594cdaed3c8546b41ea2e2 Author: sylvaintv <sylvaintv@gmail.com> Date: Tue Mar 8 00:51:21 2011 +0100
TOON: Decrease CPU usage
Added dirty rects Reduced the max FPS from 60 to 30
comment:5 by , 14 years ago
Fixed in 3964ce81233c3e76b90cd8363781ac2a0558ed12 "TOON: Add more dirtyRect checks".
Will close.
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replicated with attached savegame (just get in crate) with: ScummVM 1.3.0git3714-g0360b4a-dirty (Mar 13 2011 18:12:58) Features compiled in: Vorbis FLAC MP3 ALSA SEQ TiMidity RGB zLib FluidSynth Theora on Linux x86_32
The engine aborts with: scummvm: ./common/rect.h:103: Common::Rect::Rect(int16, int16, int16, int16): Assertion `isValidRect()' failed. So this is probably a regression from the recent dirty rects implementation. Will bisect to confirm.