Hello, I'm running into an odd exception while trying to open the test game. It won't launch and gives me this exception:
File "C:\Renpy\renpy-8.0.3-sdk\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "C:\Renpy\renpy-8.0.3-sdk\renpy\main.py", line 558, in main
renpy.game.context().run(node)
File "game/gui.rpy", line 15, in script
define config.check_conflicting_properties = True
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "game/gui.rpy", line 15, in script
define config.check_conflicting_properties = True
File "C:\Renpy\renpy-8.0.3-sdk\renpy\ast.py", line 2441, in execute
self.set()
File "C:\Renpy\renpy-8.0.3-sdk\renpy\ast.py", line 2459, in set
ns.set(self.varname, value)
File "renpy/common/000namespaces.rpy", line 33, in set
setattr(self.nso, name, value)
File "C:\Renpy\renpy-8.0.3-sdk\renpy\defaultstore.py", line 105, in __setattr__
raise Exception('config.%s is not a known configuration variable.' % (name))
Exception: config.check_conflicting_properties is not a known configuration variable.
I'm not the best at GUI coding, so I'm a bit stumped. How might I go about fixing this?
Hello! That error would indicate you're using an older version of Ren'Py (8.0.3) than the version this UI was created with (8.1.1, as stated in the product page for this UI). So I'd recommend updating Ren'Py to the latest version or at least 8.1.1 for it to work.
← Return to asset pack
Comments
Log in with itch.io to leave a comment.
Hello, I'm running into an odd exception while trying to open the test game. It won't launch and gives me this exception:
I'm not the best at GUI coding, so I'm a bit stumped. How might I go about fixing this?
Hello! That error would indicate you're using an older version of Ren'Py (8.0.3) than the version this UI was created with (8.1.1, as stated in the product page for this UI). So I'd recommend updating Ren'Py to the latest version or at least 8.1.1 for it to work.
Oh! I didn't know the new update had been released yet. Thank you so much!
Glad it could be sorted out! 😊