Has anyone else had trouble running the game. Every time I try to open it, it says that there is in error in the options.rpy. When I go to try and take a look, that file is not even located in the folder. I have no idea what to do, any ideas?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/options.rpy", line 49, in <module>
Exception: config.autosave_on_input is not a known configuration variable.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/Users/cameron/MEGAsync Downloads/renpy-7.4.3-sdk/renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "/Users/cameron/MEGAsync Downloads/renpy-7.4.3-sdk/renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "options.rpyc", line 42, in script
File "options.rpyc", line 42, in script
File "/Users/cameron/MEGAsync Downloads/renpy-7.4.3-sdk/renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/cameron/MEGAsync Downloads/renpy-7.4.3-sdk/renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/options.rpy", line 49, in <module>
File "/Users/cameron/MEGAsync Downloads/renpy-7.4.3-sdk/renpy/defaultstore.py", line 106, in __setattr__
raise Exception('config.%s is not a known configuration variable.' % (name))
Exception: config.autosave_on_input is not a known configuration variable.