- Feb 25, 2019
- 178
- 99
Lately I've been seeing a slew of the same error when attempting to launch a ren'py game and I'm not sure what is causing it.
This error has cropped up in multiple games in the past few weeks:
I'm unable to locate the 'game/gui.rpy' file (definitely not at the path indicated) and my Google-fu is seriously lacking in locating a fix/solution/whathaveyou. I'm running on the latest MacOS and using the ren'py dev environment to launch games (v.7.4.6.1693). Also, I'm pretty sure this error appeared in both the Mac and PC versions of a game (but can't recall which title I tested this way).
Any thoughts on what could be causing this error to repeatedly show up?
This error has cropped up in multiple games in the past few weeks:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/gui.rpy", line 418, in <module>
AttributeError: 'StoreModule' object has no attribute 'variant'
Any thoughts on what could be causing this error to repeatedly show up?