Opened 15 years ago
Closed 15 years ago
#4434 closed defect (fixed)
Mickey's space adventure crash
Reported by: | SF/truus999 | Owned by: | SF/mthreepwood |
---|---|---|---|
Priority: | normal | Component: | Engine: AGI |
Version: | Keywords: | ||
Cc: | Game: | AGI Fanmade |
Description
ScummVM 1.0.0svn42606 OS Win XP with SP3 Game: Mickey's Space Adventure (Dos/English) NB: game is not in the picklist
When leaving Earth for the first time with the UFO you have to set a course by pressing orange/blue buttons. When I press the first button scummvm exists back to the desktop.
From the enclosed save game: Go west Press orange
And grame exists to desktop
Ticket imported from: #2823854. Ticket imported from: bugs/4434.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | mickey.s01 added |
---|
comment:1 by , 15 years ago
The game causes an assertion at this point:
"Assertion failed: (x >= 0 && x < _videoMode.screenWidth), function copyRectToScreen, file backends/platform/sdl/graphics.cpp, line 791."
After digging a bit further the "MICKEY HAS PRESSED" string has one too many spaces in it which causes it to be drawn off the screen. Committed a fix in r42633.
comment:2 by , 15 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Saved game just before crash