View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000178 | DarkRadiant | GUI | public | 05.03.2007 21:11 | 16.03.2007 04:27 |
Reporter | SneaksieDave | Assigned To | greebo | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.0 | ||||
Fixed in Version | 0.9.0 | ||||
Summary | 0000178: Save Region crashes | ||||
Description | Separate from 0000059 - that speaks of bounding walls to seal off the map, making it launchable. I think this might be new(ish); just create a region and try to use File|Save Region. DR crashes with a runtime error. Reproducable. | ||||
Tags | No tags attached. | ||||
Confirmed. The error given on Linux is: darkradiant: /usr/include/boost/shared_ptr.hpp:253: T* boost::shared_ptr<T>::operator->() const [with T = IEntityClass]: Assertion `px != 0' failed. This is a null pointer exception. |
|
The crash is happening here (map.cpp:1595): GlobalEntityClassManager().findOrInsert(eClassPlayerStart, false); This returns an IEntityClassPtr that is empty (NULL). |
|
The fix is resolved, but it's still not working correctly. I'll open two related issues. | |
Date Modified | Username | Field | Change |
---|---|---|---|
05.03.2007 21:11 | SneaksieDave | New Issue | |
05.03.2007 21:17 | orbweaver | Note Added: 0000347 | |
05.03.2007 21:17 | orbweaver | Status | new => confirmed |
06.03.2007 20:19 | greebo | Status | confirmed => assigned |
06.03.2007 20:19 | greebo | Assigned To | => greebo |
06.03.2007 20:36 | greebo | Note Added: 0000353 | |
06.03.2007 22:09 | greebo | Status | assigned => resolved |
06.03.2007 22:09 | greebo | Fixed in Version | => latest SVN |
06.03.2007 22:09 | greebo | Resolution | open => fixed |
06.03.2007 22:09 | greebo | Note Added: 0000356 | |
06.03.2007 22:10 | greebo | Relationship added | related to 0000181 |
06.03.2007 22:11 | greebo | Relationship added | related to 0000182 |
16.03.2007 04:27 | SneaksieDave | Status | resolved => closed |