I've just updated from 3.5 to 3.7 Basic and I'm having this error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/undercity.rpy", line 322, in script
menu:
File "game/undercity.rpy", line 334, in <module>
"Show him the symbol." if drawing_item.nb > 0:
AttributeError: 'keyitem' object has no attribute 'nb'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/undercity.rpy", line 322, in script
menu:
File "renpy/ast.py", line 1682, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1028, in menu
condition = renpy.python.py_eval(condition)
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/undercity.rpy", line 334, in <module>
"Show him the symbol." if drawing_item.nb > 0:
AttributeError: 'keyitem' object has no attribute 'nb'
Windows-10-10.0.22621
Ren'Py 7.4.6.1693
InquisitorTrainer 0.3.7
Wed Feb 1 12:27:21 2023
I got it when entering in Styx shop, but I suspect the problem is the menu, as it also happens whenever I open it. Can anyone help me? I'll also attach my save, just in case it's needed.
I'm pretty sure the problem is the old save, because if I start a new game, there is no problems, but I don't want to replay everything if I can help it.