View Issue Details

IDProjectCategoryView StatusLast Update
0004596Dwarf FortressDwarf Mode -- Itemspublic2011-06-28 14:17
ReporterSirHoneyBadger Assigned Touser11 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionno change required 
Product Version0.31.25 
Summary0004596: Removing vanilla weapons eventually crashes game
DescriptionI'm sure this has been reported at some point in time, but a search didn't turn up any matching results. Adding new weapons seems to work fine, but replacing old with new names will eventually cause a repeatable game crash.
Steps To ReproduceRemove old weapons (short sword, mace, etc.), add new ones, eventual crash. Forming a squad and assigning them "individual choice" for weapons will often make the crash happen faster.
Additional InformationThe game starts up fine, and will usually run for atleast an hour before crashing, unless you form a squad, as above.

Also, if you save a game, mod in new weapons mid game, and then continuing after a save, the game will not recognise the changes. Not sure if this is a bug or not, but would be great if it could be fixed/changed, as it would add a lot of replayability to old games.
TagsNo tags attached.

Activities

Quietust

2011-04-29 13:30

reporter   ~0017581

Last edited: 2011-04-29 13:32

The game isn't designed to allow modifying objects in an already-generated world - changing the properties of existing objects without changing the object IDs themselves or changing the order in which the game loads them (i.e. rearranging them within their .txt files or renaming the .txt files themselves) usually doesn't cause problems, but there are no guarantees.

Actually removing old objects or adding new objects is known to break things (to the point that the game will often refuse to load) because while some parts of the game refer to objects by their name, most parts refer to them by a numeric index which would become inconsistent if you started adding/deleting things in the middle of the list.

user11

2011-06-28 14:17

  ~0018090

Not much of a bug here; you cannot remove items from an already generated game.

Issue History

Date Modified Username Field Change
2011-04-29 13:22 SirHoneyBadger New Issue
2011-04-29 13:30 Quietust Note Added: 0017581
2011-04-29 13:32 Quietust Note Edited: 0017581
2011-04-29 13:32 Quietust Note Edited: 0017581
2011-06-28 14:17 user11 Note Added: 0018090
2011-06-28 14:17 user11 Status new => resolved
2011-06-28 14:17 user11 Resolution open => no change required
2011-06-28 14:17 user11 Assigned To => user11