View Issue Details

IDProjectCategoryView StatusLast Update
0002071DarkRadiantModelspublic29.05.2010 16:36
Reportergreebo Assigned Togreebo  
PrioritynormalSeveritynormalReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.0.2 
Target Version1.1.0Fixed in Version1.1.0 
Summary0002071: Crash when loading ASE model without *BITMAP line
Descriptionstd::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++
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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