You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: