Opened 20 years ago
Closed 20 years ago
#1922 closed defect
WINCEF/FOA: Crash at the boxing sequence in the beginning
Reported by: | SF/stefanhueg | Owned by: | SF/arisme |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | script | |
Cc: | Game: | Indiana Jones 3 |
Description
I started Indiana Jones on my PDA (Version 0.7.0, Dec. 23 2004, 21:14:53 release) and changed my clothes to boxer clothes. Then Jones goes automatically into the boxing ring.
If you are using the "skip sequence" button during Jones goes towards the boxing ring, there is a crash. It says:
ERROR: Illegal access to variable VAR_TALKSTOP_KEY in file z:\pda\dev\scummvm.release.0.7.0\scumm\input.cpp, line 313.
This error is reproducable. I am using the german version, but the error should be in the english version, too.
Ticket imported from: #1118854. Ticket imported from: bugs/1922.
Change History (4)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Owner: | set to |
---|---|
Summary: | Crash at the boxing sequence in the beginning → WINCEF/FOA: Crash at the boxing sequence in the beginning |
comment:3 by , 20 years ago
Status: | new → closed |
---|
Indeed, the WinCE code accesses VAR_TALKSTOP_KEY w/o checking that this is even possible, bad...