[0.8.8] Invalid modded recipe causes game crash

This subforum contains all the issues which we already resolved.
immibis
Filter Inserter
Filter Inserter
Posts: 303
Joined: Sun Mar 24, 2013 2:25 am
Contact:

[0.8.8] Invalid modded recipe causes game crash

Post by immibis »

Code: Select all

data:extend{
	{
		type = "recipe",
		name = "crashing-recipe",
		enabled = "true",
		category = "crafting",
		
		result = {{"iron-ore", 1}},     -- This should be: result = "iron-ore",
		ingredients = {}
	}
}
The above recipe has an invalid result field. Instead of displaying an error message while loading, like with many prototype errors, Factorio will crash when you load or start a game.
kovarex
Factorio Staff
Factorio Staff
Posts: 8298
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.8.8] Invalid modded recipe causes game crash

Post by kovarex »

Thank you for the report, fixed for 0.9.2
Post Reply

Return to “Resolved Problems and Bugs”