Opened 3 years ago
Closed 3 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 )
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 , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
comment:3 by , 3 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.