- Feb 2, 2017
- 219
- 315
Hi. I dont see why you should be getting this error, so can't get to the root of it, but can give you a temporary solution.Every time I try saving...
First off ingame open the console and type in:
Code:
import sys
sys.getrecursionlimit()
To increase this value:
Code:
sys.setrecursionlimit(n)