v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

23a:Known bugs and issues

From Dwarf Fortress Wiki
Jump to navigation Jump to search
This article is about an older version of DF.

This is a list of known bugs and issues.

Do NOT post theories, observed problems or unverified hiccups here.

Known bugs

A number of significant bugs exist in this version of Dwarf Fortress, and while Toady has fixed some of them in later versions, he will obviously never fix them in this version. To address this, a number of binary patches have been written which will fix some of the most significant bugs in this version of the game.

As of April 24 2016, all of the patches listed below (and a few more which are not listed below) can be found in the DFHack-23a GitHub repository (primarily in the "bugs" subdirectory), in a format which can be easily applied using the "binpatch" utility included with all versions of DFHack for Dwarf Fortress 0.31 thru 0.42.

To apply any other binary patch, open "dwarfort.exe" in a hex editor (such as XVI32), jump to the address listed, verify that the sequence of bytes on the left is correct, then overwrite it with the sequence of bytes on the right. If only one set of bytes is listed (and the address is followed by "=" instead of ":"), then the source bytes should all be zeroes.

Artifact holders

When a dwarf completes a strange mood, it will carry its artifact around with it. After several months, the dwarf is supposed to either drop the artifact (leaving it available for general use), hide it (making it disappear from the game), or become obsessed with it (and carry it until death, going insane if the artifact is ever lost). Due to a bug, this never happens - dwarves carry their artifacts forever.

The underlying problem is that when the game compares the dwarf carrying the artifact to the dwarf who created it (to prevent a hauler from hiding or obsessing over an artifact it did not create), it truncates the creator's 32-bit ID to an 8-bit value; since more than 256 units are created during world generation, this prevents the numbers from ever matching.

Missing Thoughts

The Sheriff, Mayor, and Baron are supposed to receive unhappy thoughts if you do not have enough jails, fortress guards, and/or royal guards. Special logic exists to prevent these thoughts from happening within 3 months of their arrival at your fortress (so you get a grace period to comply with their new demands). Due to a bug, the condition is backwards, so they only receive these thoughts during their first 3 months at your fortress. This bug (#5844) was officially fixed in version 0.40.05.

Additionally, nobles which require a tomb do not receive any thoughts based on its quality, whether it is above or below the quality level they require. They will still receive unhappy thought about other dwarves having better tombs than them (unless said dwarf actually deserves a tomb that good), though. This happens because the noble compares its current tomb quality to itself rather than to its desired tomb quality. This bug (#5843) still exists in the current version of Dwarf Fortress.

Stuck Dwarves

If a dwarf wanders near a magma smelter, magma glass furnace, or magma kiln, it can stop on a tile that has magma beneath it, leaving it unable to move away and causing it to repeatedly spam Drink job cancellations due to "cannot find path" once it becomes thirsty. This bug is well known for its appearance in Update 2-11 of the saga of Boatmurdered, in which "Sankis has suddenly decided to try and drink out of the lava river".

The problem is that these workshops use the same tile accessibility logic as their non-magma counterparts, which allows dwarves to walk onto the magma tiles.

Another bug causes dwarves to get stuck inside buildings when constructing statues, windows, and wells, since the jobs cause them to stand on top of the building itself during construction instead of next to the building.

Z Coordinate Bugs

While fortresses in this version only occupy a single Z-level, the game engine still tracks everything in 3 dimensions. However, there are several places where the game forgets to initialize the Z-coordinate of newly created objects, resulting in them not appearing correctly if you start a new fortress after having done something else (such as generate a new world).

The first place where this problem appears is that waterfalls in the cave river sometimes fail to generate mist. The fix for this bug only applies to newly created fortresses; for existing fortresses, a 3rd-party utility is necessary to fix the problem.

The second instance of this bug affects the hidden webs woven by giant cave spiders over the chasm, preventing dwarves from ever stumbling upon them. As above, this fix only affects newly created spider webs.

Vermin Problems

If a vermin marked as being capable of escaping from traps is placed inside a container (e.g. a cage, animal trap, or an Adventurer's backpack), it will remain inside indefinitely, but if the container happens to be an artifact, the vermin will escape immediately. Not surprisingly, this bug is caused by a backwards condition. This bug (#6117) was officially fixed in version 0.40.05.

Additionally, if a live fish is successfully caught and placed inside an aquarium filled with water, all subsequently captured live vermin will fail to be processed by the game - fish out of water will not suffocate, and purring maggots will never allow themselves to be milked subsequent times. This bug results from the incorrect usage of a C++ "break;" statement instead of "continue;", causing it to exit out of its loop early instead of continuing on the next entry. This bug (#6116) was officially fixed in version 0.40.05.

Item Improvements

For reasons unknown, items which have been improved in any way are ineligible for most jobs. This restriction was removed in later versions of Dwarf Fortress, and this patch does the same thing.

Item Production

In the raws for trap components, the MATERIAL_SIZE token allows specifying how many bars are needed to make it, but this value is never actually used. Curiously, logic does exist to look up the trap component's material size, but the logic is never reached because it is inside a case which does not handle trap components.

Whenever a strange mood produces a gauntlet, it always makes it right-handed. What actually happens is that it has a 50% chance to make the gauntlet right-handed, but the opposing case also makes it right-handed - the fix makes it left-handed instead.

If an armorsmith in a strange mood decides to make a helmet, it instead creates the item using the SHOES item type. This bug was officially fixed in version 0.34.06.

Miscarriages

If a pregnant dwarf gets too hungry or thirsty (Starving or Dehydrated), she will have a miscarriage and receive an unhappy thought. Due a bug, though, the check for dehydration accidentally checks the dwarf's current Hunger instead of her Thirst, resulting in a miscarriage if the dwarf merely becomes Hungry.

Art Facets

Different civilizations are supposed to assign higher (or lower) values to art images portraying certain types of creatures; later versions control this using the ART_FACET_MODIFIER token in the raws, but in this version it is hardcoded. Due to a bug, these modifiers are not applied correctly due to a type cast being applied to the wrong pointer. This bug (#6440) was officially fixed in version 0.40.05.

Guild Request Crash

If more than 6 guild leaders make requests to the Mayor in a single season, the game will crash at the start of the next season once the Mayor attempts to dismiss the 7th request. This is caused by the wrong array being checked for a particular value.

Short-lived Demands

When a noble issues a demand, the demand's duration is never initialized, so it is possible that it will expire immediately after it is made.

Unmeltable Chests

If you mark a metal chest for melting, a dwarf will haul to a smelter (or magma smelter), sit there for a while, and then not actually melt the item, potentially leading to an infinite loop if the job was added on Repeat. This is due to the way the game handles glassmaking jobs - it removes the sand bag item (BOX made of cloth/leather and containing SAND) from the job and replaces it with a piece of raw glass, but it removes the "sand bag" item before confirming that it's actually a bag and that it actually contains sand. Since "melt" jobs take place afterwards, the chest is no longer part of the job and nothing actually happens (aside from the unit gaining some skill and possibly using up fuel). This bug (#2493) was officially fixed in version 0.40.05.

Noise Memory

If dwarves are exposed to loud noises while they are sleeping, they will get unhappy thoughts once they wake up depending on the noise's loudness and proximity. However, the dwarf only remembers the last noise it heard, so if it is exposed to a very loud noise followed by a moderately quiet (but still audible) noise, it will only be mildly annoyed. In later versions of Dwarf Fortress, this works correctly.

Clothing Damage

Dwarves receive one unhappy thought ("old clothing") when their clothes reach the first wear level and are supposed to receive a different one ("tattered clothing") when they reach the second wear level; due to a bug, they instead receive both thoughts at wear level 2 and suffer a much greater happiness penalty, often enough to induce immediate tantrums.

Caravan Oddities

When caravans bring bags of mill powders (flour, sugar, or dye) or barrels of extracts (e.g. milk), they only put one single unit inside the container. In later versions of Dwarf Fortress, they bring 10 units.

Meal Values

Prepared meals are supposed to derive their value from not only their preparation quality but also the individual ingredients used. Due to what is assumed to have been a typo, the ingredient values are ignored.

Tree Biomes

Trees which include the token [BIOME_ANY_TROPICAL] are supposed to appear in all tropical biomes. Due to a bug, though, they do not appear in tropical marshes or swamps, instead appearing in temperate marshes and swamps (in addition to the other tropical biomes). This only occurs when using modded raws, as the stock raws do not use this token for trees.

Inaccurate Siege Engines

Whenever Dwarves operate catapults or ballistae, they attempt to fire their projectile perfectly straight, but low skill levels cause it to veer off to either side. Due to a bug, the result of the skill check is discarded and the projectile always fails to fly straight. This has an additional effect on catapult stones, since they used the "better" trajectory when limiting their flight distance (based on the presence of a target), making them even less accurate. This bug (#6483) was officially fixed in version 0.40.13.

Minor issues

The issues that follow aren't really bugs per se, but simply things that can confuse new players.

Milking Issue

To milk something it has to be a verminous creature. The only milkable thing you can carry is a purring maggot. Larger creatures are not yet milkable because the AI is not yet implemented to bring the creatures to the farmer's workshop. It would be relatively simple to implement, but is not a priority at this time.

Note that while you cannot milk larger animals yourself, civilisations can still milk animals "off screen" for your benefit.

Building a Wooden Weapon... Rack

There is a minor problem with the carpenter's workshop. Inexperienced players might be confused because in the build menu it says "Construct wooden Weapon", but they will get a weapon rack out of the deal. This isn't a bug, merely a shortcoming of the interface. You cannot actually build wooden weapons at the carpenter's workshop; the full name, "Construct wooden Weapon rack", is cut off in the default view, and can be seen if Tab is used to expand the menu. Expanding the menu will reveal that the option does not specify constructing a wooden weapon, but rather a wooden weapon rack.

Creatures Don't Always Use Graphics

When a creature is caught in a cage and put in a stockpile, and graphic sets are used, the creature is displayed with the correct graphic tile. But should you install the goblin cage anywhere, the graphic is ignored and the traditional letter displayed instead. this also happens with dead creatures, even dwarves.