Got this error log. What should I do to fix it?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 65, in <module>
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 123, in _execute_python_hide
raise Exception(error)
Exception: Preference battle_alerts has wrong type. None is not of type <type 'bool'>.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00defaults.rpy", line 65, in <module>
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 123, in _execute_python_hide
raise Exception(error)
Exception: Preference battle_alerts has wrong type. None is not of type <type 'bool'>.