|
What to do if Cookn crashes while making a list?
The most common reason for a list that you make to crash is one of the recipes or more specifically one of the ingredients in one of your recipes is recursive, which means
one of your recipes has as one of its ingredients itself listed. This causes recursion (an infinite loop) and crashes the program.
There are two ways to fix this.
If you Can find the Recipe
- The easiest way may be to just delete the offending recipe and reenter it.
If you cannot find the original recipe to reenter do the following:
- Open the offending recipe and click the edit tab (which is between the view tab and the picture tab.
- Move all the other ingredients to the bottom so that the ingredient pointing to the recipe itself is at the top.
- Save the recipe.
- Reopen it and then hit the delete item button.
- Then save the recipe.
|