View Issue Details

IDProjectCategoryView StatusLast Update
0002208Spring engineLuapublic2010-11-19 23:52
ReporterNiobium Assigned ToKloot  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.82.6.1 
Fixed in Version0.82.7 
Summary0002208: Accessing particular FeatureDef radius causes spring to crash
DescriptionIn XTA v9.642:

function widget:Initialize()
    local t = FeatureDefs[89].radius
end

Crashes spring. FeatureDef[89] itself and some of its properties (other than radius) can be accessed without issue, but attempting to access .radius for any purpose crashes spring.
Additional InformationStacktrace: http://pastebin.com/XKUd3HT5
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2010-11-18 06:10

administrator   ~0005874

please attach the complete infolog.txt, translating with a guessed version could lead to wrong line-informations.

Niobium

2010-11-18 09:59

reporter   ~0005875

http://pastebin.com/GAbdc7QZ

abma

2010-11-18 13:22

administrator   ~0005876

thanks!

translated:

http://spring-stacktrace.pastebin.com/ACvWWdjP

Kloot

2010-11-19 23:51

developer   ~0005878

mod bug: FeatureDefs[89] in that XTA version corresponds to a feature called "arm_infinity_dead", which points to a .3do model file of the same name, which does not exist in objects3d/ (the intended target is probably "arm_infinite_dead.3do"), which makes Spring throw an exception when loading that model.

("fixed" by loading a dummy model, which is not a much better solution)

Issue History

Date Modified Username Field Change
2010-11-06 11:20 Niobium New Issue
2010-11-18 06:10 abma Note Added: 0005874
2010-11-18 09:59 Niobium Note Added: 0005875
2010-11-18 13:22 abma Note Added: 0005876
2010-11-19 23:51 Kloot Note Added: 0005878
2010-11-19 23:52 Kloot Status new => resolved
2010-11-19 23:52 Kloot Fixed in Version => 0.82.6.1+git
2010-11-19 23:52 Kloot Resolution open => fixed
2010-11-19 23:52 Kloot Assigned To => Kloot