#217 closed defect (fixed)
JS warnings that show up in the console — at Version 2
| Reported by: | Jan Wassenberg | Owned by: | Anton Galitch |
|---|---|---|---|
| Priority: | If Time Permits | Milestone: | |
| Component: | Core engine | Keywords: | |
| Cc: | Anton Galitch | Patch: |
Description (last modified by )
After loading a MP game (Oasis), the following warnings/errors show up in the console:
gui/test/functions_utility_list.js:142: TypeError: getGuiObjectByName(objectName) has no properties
setCurrItemValue(): pgSessionSetupPO (<- could also be a 0) not found
Change History (2)
comment:1 by , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Couldn't reproduce and find what was calling this code with incorrect parameters. But added a check so it won't access null object again.