Opened 2 years ago

Closed 2 years ago

#13046 closed defect (fixed)

Quest for Glory III: Wages of War warning message

Reported by: Terelyn Owned by: sluicebox
Priority: low Component: Engine: SCI
Version: Keywords:
Cc: Game: Quest for Glory 3

Description (last modified by Terelyn)

After the intro ends, the following message appears in the console. :

WARNING: Uninitialized read for parameter 2 from method hero::changeGait (room 280, script 28, localCall ffffffff)!

Also variation of this message if i try to load a game file. :

WARNING: Uninitialized read for parameter 1 from method Restore::doit (room 130, script 990, localCall ffffffff)!

Is this suppose to happen?

Change History (3)

comment:1 by Terelyn, 2 years ago

Description: modified (diff)

comment:2 by sluicebox, 2 years ago

Thanks! Those are harmless script bugs in the game, but the changeGait one does happen a lot in QFG3 and QFG4 so I'll add it to our list of known ones to silence that particular warning.

You'll probably see quite a bit more warnings as you play any SCI game long enough; don't worry about them. They're just logged to help us if something big goes wrong. Anything that's a real problem will stop the game with an error like your bug on the menu screen.

comment:3 by sluicebox, 2 years ago

Owner: set to sluicebox
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.