View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002071 | DarkRadiant | Models | public | 31.12.2009 21:21 | 29.05.2010 16:36 |
Reporter | greebo | Assigned To | greebo | ||
Priority | normal | Severity | normal | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 1.0.2 | ||||
Target Version | 1.1.0 | Fixed in Version | 1.1.0 | ||
Summary | 0002071: Crash when loading ASE model without *BITMAP line | ||||
Description | std::size_t basePos = rawMapName.find("base"); std::size_t dotPos = rawMapName.find("."); if (basePos > 0) { _originalShaderName = rawMapName.substr(basePos + 5, dotPos - basePos - 5); } | ||||
Additional Information | > model.dll!model::RenderablePicoSurface::RenderablePicoSurface(picoSurface_s * surf=0x000000003067c430, const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & fExt="ase") Line 42 + 0x2d bytes C++ model.dll!model::RenderablePicoModel::RenderablePicoModel(picoModel_s * mod=0x00000000332bb8c0, const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & fExt="ase") Line 33 + 0x2e bytes C++ model.dll!model::PicoModelLoader::loadModelFromPath(const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & name="models/darkmod/map_specific/gathers/graveyard_hill_1.ase") Line 105 + 0x37 bytes C++ DarkRadiant.exe!ui::ModelPreview::setModel(const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & model="models/darkmod/map_specific/gathers/graveyard_hill_1.ase") Line 165 + 0x33 bytes C++ DarkRadiant.exe!ui::ModelSelector::updateSelected() Line 413 C++ DarkRadiant.exe!ui::ModelSelector::callbackSelChanged(_GtkWidget * widget=0x000000001a5514c0, ui::ModelSelector * self=0x0000000032ebe720) Line 487 C++ | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
31.12.2009 21:21 | greebo | New Issue | |
31.12.2009 21:25 | greebo | Status | new => assigned |
31.12.2009 21:25 | greebo | Assigned To | => greebo |
31.12.2009 21:25 | greebo | Status | assigned => resolved |
31.12.2009 21:25 | greebo | Fixed in Version | => 1.1.0 |
31.12.2009 21:25 | greebo | Resolution | open => fixed |
31.12.2009 21:26 | greebo | Projection | none => minor fix |
31.12.2009 21:26 | greebo | ETA | none => 5 minutes |
31.12.2009 21:26 | greebo | Build | => 5148 |
31.12.2009 21:26 | greebo | Target Version | => 1.1.0 |
29.05.2010 16:36 | greebo | Status | resolved => closed |