Opened 13 years ago
Closed 13 years ago
#5870 closed defect (fixed)
SCI - PQ2 interpreter error
Reported by: | SF/ghps | Owned by: | bluegr |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | script | |
Cc: | Game: | Police Quest 2 |
Description
Sierra PQ2 has a bug which is present in 1.4 development release and in 1.3.1 gives the following error messages
WARNING: Object 0001:103c (name money clip, script 0) varnum doesn't match baseObj's: obj 11, base 10! WARNING: Object 0001:1344 (name plane ticket, script 0) varnum doesn't match baseObj's: obj 11, base 10!
The bug was not present in version 1.2 leading to the conclusion that the game files are fine.
Platform: Win XP 32 - SP3 German, English PQ2 game files, id pq2
Ticket imported from: #3421102. Ticket imported from: bugs/5870.
Change History (4)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
As wjp said, do you experience any actual problem in these scenes? These are warnings and are related to script bugs in the game scripts, themselves which sometimes lead to undefined behavior (e.g. lockups in a certain scene in KQ5CD). If you are not experiencing any problems, then these warnings are fairly innocent
comment:3 by , 13 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:4 by , 13 years ago
I've changed the warnings to not show up by default - they're mostly needed for debugging by developers, anyway. I see no other bug in this report, thus I'm closing it. If you're experiencing any further issues, please file a new bug report.
Do you have any problems in this scene? It is just a warning, and not necessarily a real error.