View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003743 | DarkRadiant | General | public | 03.06.2014 21:40 | 15.02.2015 13:14 |
| Reporter | kordex | Assigned To | greebo | ||
| Priority | high | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | x86_64 | OS | Windows 8.1 and Fedora 20 | OS Version | above |
| Product Version | 1.8.0 | ||||
| Target Version | 2.0.0 | Fixed in Version | 2.0.0 | ||
| Summary | 0003743: Following def file causes particle editor to exit unexpectedly | ||||
| Description | model model_player { mesh "models/player/player.md5mesh" } entityDef worldspawn { "spawnclass" "idWorldspawn" "name" "world" } entityDef player_doommarine { "spawnclass" "idPlayer" "scriptobject" "player" "def_weapon0" "weapon_fists" "def_weapon1" "weapon_fists" "bone_hips" "Hips" "bone_chest" "Shoulders" "bone_head" "headcontrol" "model" "model_player" } | ||||
| Steps To Reproduce | save contents of describtion to default.def under def directory and restart darkradiant, launch particle editor and see it fail | ||||
| Tags | No tags attached. | ||||
| actually one is able to reproduce this even without that file. just open plain darkradiant and point it to an empty directory and try to save new particle | |
| I can't reproduce the issue on my end - I copied the default.def with the contents above to the def/ folder and I also tried to save a new particle "testparticle" to an empty particles/ folder - no crash so far. Is there something else I need to set up, perhaps? | |
| please open darkradiant and point it to an empty directory and try to save new particle. I mean no doom installed or anything else. | |
|
I see, it's because the entityDef func_emitter is not present. I can only try to catch that error and display a messagebox, but the editor probably won't function correctly. |
|
| Crash prevented in case no func_emitter eclass can be found. | |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 03.06.2014 21:40 | kordex | New Issue | |
| 03.06.2014 21:49 | kordex | Note Added: 0006654 | |
| 05.06.2014 08:49 | greebo | Status | new => acknowledged |
| 18.07.2014 17:23 | greebo | Note Added: 0006731 | |
| 18.07.2014 17:23 | greebo | Status | acknowledged => feedback |
| 18.07.2014 19:50 | kordex | Note Added: 0006736 | |
| 18.07.2014 19:50 | kordex | Status | feedback => new |
| 19.07.2014 06:03 | greebo | Note Added: 0006737 | |
| 19.07.2014 06:03 | greebo | Status | new => confirmed |
| 19.07.2014 06:03 | greebo | Note Edited: 0006737 | |
| 19.07.2014 07:09 | greebo | Note Added: 0006738 | |
| 19.07.2014 07:09 | greebo | Status | confirmed => resolved |
| 19.07.2014 07:09 | greebo | Fixed in Version | => 2.0.0 |
| 19.07.2014 07:09 | greebo | Resolution | open => fixed |
| 19.07.2014 07:09 | greebo | Assigned To | => greebo |
| 19.07.2014 07:09 | greebo | Target Version | => 2.0.0 |
| 15.02.2015 13:14 | greebo | Status | resolved => closed |