2025-07-21 09:08 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002208Spring engineLuapublic2010-11-19 23:52
ReporterNiobium 
Assigned ToKloot 
PrioritynormalSeveritycrashReproducibilityalways
StatusresolvedResolutionfixed 
Product Version0.82.6.1 
Target VersionFixed 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
Attached Files

-Relationships
+Relationships

-Notes

~0005874

abma (administrator)

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

~0005875

Niobium (reporter)

http://pastebin.com/GAbdc7QZ

~0005876

abma (administrator)

thanks!

translated:

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

~0005878

Kloot (developer)

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)
+Notes

-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
+Issue History