View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004100 | DarkRadiant | Map Editing | public | 21.02.2015 06:44 | 07.01.2016 13:04 |
Reporter | greebo | Assigned To | greebo | ||
Priority | normal | Severity | crash | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 2.0.3 | ||||
Target Version | 2.0.3 | Fixed in Version | 2.0.3 | ||
Summary | 0004100: Crash when moving single PatchNode over 512 units away from origin | ||||
Description | This seems to be a negative side effect of 0004032 and the change that Patches don't update their tesselation until they are rendered. During Octree traversal of visible nodes, it can happen that the PatchNode triggers an AABB change, marking its parent entity dirty. During Target line rendering, the worldAABB() function is called which causes an Octree::unlink/link call. This makes the iterators incompatible and fires an assertion (at least in MSVC debug builds). | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
21.02.2015 06:44 | greebo | New Issue | |
21.02.2015 06:44 | greebo | Assigned To | => greebo |
21.02.2015 06:44 | greebo | Status | new => assigned |
22.02.2015 09:42 | greebo | Note Added: 0007436 | |
22.02.2015 09:42 | greebo | Status | assigned => resolved |
22.02.2015 09:42 | greebo | Fixed in Version | => 2.0.3 |
22.02.2015 09:42 | greebo | Resolution | open => fixed |
07.01.2016 13:04 | greebo | Status | resolved => closed |