View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002208 | Spring engine | Lua | public | 2010-11-06 11:20 | 2010-11-19 23:52 |
| Reporter | Niobium | Assigned To | Kloot | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 0.82.6.1 | ||||
| Fixed in Version | 0.82.7 | ||||
| Summary | 0002208: Accessing particular FeatureDef radius causes spring to crash | ||||
| Description | In 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 Information | Stacktrace: http://pastebin.com/XKUd3HT5 | ||||
| Tags | No tags attached. | ||||
| Checked infolog.txt for Errors | |||||
|
|
please attach the complete infolog.txt, translating with a guessed version could lead to wrong line-informations. |
|
|
http://pastebin.com/GAbdc7QZ |
|
|
thanks! translated: http://spring-stacktrace.pastebin.com/ACvWWdjP |
|
|
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) |
| 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 |