- Jun 25, 2017
- 2,617
- 7,609
No offense, but you don't need to post the same error over and over again.```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/quest/arya/needleWielder/quest_needleWielder_3.rpy", line 70, in <module>
NameError: name 'save_is_censored' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "gameloop.rpyc", line 117, in script call
File "quest/arya/needleWielder/quest_needleWielder_3.rpyc", line 70, in script
File "D:\Mega\WhoresOfThrones-0.75-pc\renpy\ast.py", line 1832, in execute
if renpy.python.py_eval(condition):
File "D:\Mega\WhoresOfThrones-0.75-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Mega\WhoresOfThrones-0.75-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/quest/arya/needleWielder/quest_needleWielder_3.rpy", line 70, in <module>
NameError: name 'save_is_censored' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Whores Of Thrones 0.75
Thu Dec 12 12:56:51 2019
```
Questions:
- What version of the game was the save you loaded originally created with?
- Was the version of the game you made the save with patched, or unpatched? (i.e. uncensored or censored?)
- Is the version of the game into which you are loading the save patched or unpatched? (i.e. uncensored or censored?)