View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004340 | The Dark Mod | Coding | public | 07.06.2016 18:52 | 16.09.2017 18:49 |
Reporter | grayman | Assigned To | grayman | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | TDM 2.04 | ||||
Target Version | TDM 2.06 | Fixed in Version | TDM 2.06 | ||
Summary | 0004340: Unnecessary WARNING when saving a game | ||||
Description | When saving a game, you can see several of these warnings on the console: "WARNING: idSaveGame::WriteObject - WriteObject FindIndex failed" | ||||
Additional Information | I think what's happening is that the code is asked to save an object that's being pointed to, but the pointer is NULL because the object is undefined. When asked to find a NULL object, the code spits out this warning. Since NULL objects are okay, the WARNING should only be given when a non-null object can't be found. That's a real problem. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
07.06.2016 18:52 | grayman | New Issue | |
21.10.2016 15:30 | grayman | Target Version | TDM 2.05 => TDM 2.06 |
16.09.2017 18:49 | grayman | Note Added: 0009265 | |
16.09.2017 18:49 | grayman | Assigned To | => grayman |
16.09.2017 18:49 | grayman | Status | new => resolved |
16.09.2017 18:49 | grayman | Resolution | open => fixed |
16.09.2017 18:49 | grayman | Fixed in Version | => TDM 2.06 |