Crazy's Mod still in development
0 Members and 1 Guest are viewing this topic.
I'm sorry, but an uncaught exception occurred.While running game code: File "game/script.rpy", line 3, in script File "game/script.rpy", line 22, in pythonException: I am an Error!
-- Full Traceback ------------------------------------------------------------Full traceback: File "D:\Dev\Dropbox\SimBro Dev\renpy-6.15.0-sdk\renpy\execution.py", line 288, in run node.execute() File "D:\Dev\Dropbox\SimBro Dev\renpy-6.15.0-sdk\renpy\ast.py", line 718, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Dev\Dropbox\SimBro Dev\renpy-6.15.0-sdk\renpy\python.py", line 1297, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 22, in <module> raise Error, "I am an Error!"Exception: I am an Error!Windows-7-6.1.7601-SP1Ren'Py 6.15.4.320PytFall 0.29
File "game/script.rpy", line 3, in script File "game/script.rpy", line 8, in python File "game/library/functions.rpy", line 62, in python File "game/library/functions.rpy", line 6, in pythonException: Couldn't find file 'content/db/buildings.json'.
The newest version from dropbox:
Yup. And it looks like if nickname is not specified, it's not default to name. Instead the game writes "NickName" in daily events.
So more of a bug than an error when the mouse wheel is scrolled the game freaked out.BTW This looks awesome so far, way to go.
File "game/library/screens/pyt - screens - girlequipment.rpy", line 6, in script File "game/library/screens/pyt - screens - girlequipment.rpy", line 24, in python File "game/library/functions.rpy", line 255, in python File "game/library/classes - characters.rpy", line 943, in python File "game/library/classes - items.rpy", line 179, in pythonValueError: list.remove(x): x not in list
With the current item interface if you select an item, then change items category and after that try to use/equip it, you'll get:
File "game/library/screens/pyt - screens - item transfer.rpy", line 6, in script File "game/library/screens/pyt - screens - item transfer.rpy", line 78, in python File "game/library/classes - support.rpy", line 437, in pythonTypeError: insert() takes exactly 2 arguments (1 given)
I'm not sure why, with the current db version at items transfer screen I instantly got this one:
File "game/library/screens/pyt - screens - mainscreen.rpy", line 6, in script call File "game/script.rpy", line 172, in script File "game/script.rpy", line 173, in pythonNameError: name 'content_dir' is not defined