- Jan 4, 2018
- 264
- 112
tried but keep getting an error when trying to load the gameIn the game folder : renpy\common open 00console.rpy and replace "config.console = False" by "config.console = True" then ingame press shift+O
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00console.rpy", line 105, in script
init -1500 python:
File "renpy/common/00console.rpy", line 105, in script
init -1500 python:
File "renpy/common/00console.rpy", line 108, in <module>
config.console = true
NameError: name 'true' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 550, in main
renpy.game.context().run(node)
File "renpy/common/00console.rpy", line 105, in script
init -1500 python:
File "renpy/common/00console.rpy", line 105, in script
init -1500 python:
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/00console.rpy", line 108, in <module>
config.console = true
NameError: name 'true' is not defined
Windows-7-6.1.7601-SP1
Ren'Py 7.4.10.2178
Fri Jun 17 14:13:00 2022