Dwarf Fortress Bug Tracker - Dwarf Fortress
View Issue Details
0006382Dwarf FortressReactionspublic2013-10-14 19:522016-05-21 02:00
Quietust 
Dwarfu 
normalminoralways
acknowledgedopen 
0.34.11 
 
0006382: Attempting to produce FOOD item causes crash
If a custom reaction attempts to produce a product of item type FOOD:NONE, the game will crash whenever the reaction is performed.
adventure mode, cooking, crash, modding, reactions
has duplicate 0009776resolved Dwarfu Cooking in Adventure Mode cause crash 
Issue History
2013-10-14 19:52QuietustNew Issue
2014-06-01 09:23DwarfuNote Added: 0024785
2014-06-01 09:23DwarfuAssigned To => Dwarfu
2014-06-01 09:23DwarfuStatusnew => acknowledged
2014-06-01 09:23DwarfuStatusacknowledged => needs feedback
2014-06-02 11:13QuietustNote Added: 0024792
2014-06-02 11:13QuietustStatusneeds feedback => assigned
2014-06-02 11:14QuietustNote Edited: 0024792bug_revision_view_page.php?bugnote_id=0024792#r9281
2014-06-02 11:15QuietustNote Edited: 0024792bug_revision_view_page.php?bugnote_id=0024792#r9282
2014-07-06 21:29DwarfuNote Added: 0024883
2014-07-06 21:30DwarfuStatusassigned => acknowledged
2016-05-20 20:34DwarfuRelationship addedhas duplicate 0009776
2016-05-21 01:54chaosvoltNote Added: 0035246
2016-05-21 01:54chaosvoltNote Edited: 0035246bug_revision_view_page.php?bugnote_id=0035246#r14223
2016-05-21 01:55chaosvoltNote Edited: 0035246bug_revision_view_page.php?bugnote_id=0035246#r14224
2016-05-21 01:59chaosvoltTag Attached: adventure mode
2016-05-21 01:59chaosvoltTag Attached: cooking
2016-05-21 01:59chaosvoltTag Attached: crash
2016-05-21 01:59chaosvoltTag Attached: modding
2016-05-21 01:59chaosvoltTag Attached: reactions
2016-05-21 01:59chaosvoltIssue Monitored: chaosvolt
2016-05-21 02:00chaosvoltNote Added: 0035248

Notes
(0024785)
Dwarfu   
2014-06-01 09:23   
It would probably be helpful if someone could post a properly formatted reaction to reproduce this so Toady can just copy/paste it for testing.
(0024792)
Quietust   
2014-06-02 11:13   
(edited on: 2014-06-02 11:15)
[REACTION:TEST_REACTION]
    [ADVENTURE_MODE_ENABLED]
    [NAME:make plump helmet biscuits]
    [PRODUCT:100:1:FOOD:ITEM_FOOD_BISCUITS:PLANT_MAT:MUSHROOM_HELMET_PLUMP:STRUCTURAL]
    [SKILL:COOK]

In all likelihood, the problem is that reactions cannot create the ingredients used to make the meal, and without the ingredients the meal has trouble determining what it's made of.

(0024883)
Dwarfu   
2014-07-06 21:29   
Thanks.
(0035246)
chaosvolt   
2016-05-21 01:54   
(edited on: 2016-05-21 01:55)
Hnng. Leave it to me to search for basically every useful keywords except "produce FOOD" and thus fail to find this. -_-

EDIT: Also, this is not minor severity. This is crash severity. :V

(0035248)
chaosvolt   
2016-05-21 02:00   
And also, reposting the additional information from my duplicate issue:

    This occurs even if you additionally add a level-1 prepared food item, which logically would avoid the issues of complex items.