Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

food_recipe.json error #37445

Closed
florosgpl opened this issue Jan 27, 2020 · 0 comments · Fixed by #37449
Closed

food_recipe.json error #37445

florosgpl opened this issue Jan 27, 2020 · 0 comments · Fixed by #37449

Comments

@florosgpl
Copy link

Describe the bug

it doesn't let the game to load a saved game,
the loading fails when reading the recipes json
it reports the bug and when 'i' is pressed it returns to the main menu.
error reports problem in json/recipe/recipe_food.json line 5911

"components": [ [ "sausage_wasteland_raw", 1 ] ]
I changed it to
"components": [ [ [ "sausage_wasteland_raw", 1 ] ] ]
supposedly it expects an array

Steps To Reproduce

try to load a game with 0.d-11679-g00ce3355ae-dirty

it happens on linux, but the problem is most probably present in any version as it's a json error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant