#4971 closed defect (fixed)
LB1: Crash on Intro
Reported by: | SF/stevenmarsh | Owned by: | bluegr |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | ||
Cc: | Game: | Laura Bow 1: The Colonel's Bequest |
Description
Upon starting the game, if you select "No" to the opening dialogue box ("Have you attended a performance of The Colonial's Bequest before?"), you begin a dialogue with another character.
Shortly after the first or second box -- ending "...it seems comfortable enough." --- it crashes to the debugger with the following error:
Uninitialized read for temp 1 from method myIcon::cycle (script 967, localCall ffffffff)!
This is on the Intel/OSX version of ScummVM, daily build 1.2.0svn51287 (OSX Intel), playing a DOS/floppy version of Laura Bow 1/Colonial's Bequest.a
Ticket imported from: #3034985. Ticket imported from: bugs/4971.
Change History (5)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
(Sorry if I'm being dense; I've never done bug reports on a project before.)
There doesn't seem to be much useful here.
It pops up the yellow debugger (?) box. All the text it says is:
Console is ready Debugger started, type 'exit' to return to the game. Type 'help' to see a list of commands and variables. ERROR: Uninitialized read for temp 1 from method myIcon::cycle (script 967, localCall ffffffff)!
> _
Typing "exit" allows the game to crash.
What more info did you need?
comment:3 by , 14 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:5 by , 14 years ago
Component: | → Engine: SCI |
---|---|
Game: | → Laura Bow 1: The Colonel's Bequest |
What are the debug messages that happen before that? ie. it should say something like:
parameter 0: 0017:00f2 (object), should be null, integer parameter 1: not passed, should be null, integer (optional) (more may follow)
And then your error would come after that.