Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

## BUG REPORT ##

After the update, the game won't launch.

Here is what the traceback says:

I'm sorry, but an uncaught exception occurred. While loading the script. Exception:
...1\sweet-valentine-chocolatier-prototype\SweetValentineSpring-1.0-pc/renpy/common/00layeredimage_ren.py
and
...\sweet-valentine-chocolatier-prototype\SweetValentineSpring-1.0-pc/renpy/common/00layeredimage.rpy conflict, and can't exist in the same game.
-- Full Traceback ------------------------------------------------------------ Traceback (most recent call last):
File "renpy/bootstrap.py", line 376, in bootstrap renpy.main.main()
~~~~~~~~~~~~~~~^^
File "renpy/main.py", line 435, in main
renpy.game.script.load_script()  # sets renpy.game.script.     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "renpy/script.py", line 421, in load_script     self.load_appropriate_file(".rpyc", ["_ren.py", ".rpy"], dir, fn, initcode)     ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/script.py", line 962, in load_appropriate_file raise Exception("{} conflict, and can't exist in the same game.".format (" and ".join(i[1] for i in rpyfns)))
Exception:
...\sweet-valentine-chocolatier-prototype\SweetValentineSpring-1.0-pc/renpy/common/00layeredimage_ren.py
and
...\sweet-valentine-chocolatier-prototype\SweetValentineSpring-1.0-pc/renpy/common/00layeredimage.rpy conflict, and can't exist in the same game.

Thank you so much for the bug report!! and so fast, too!! ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ

I believe this is caused by the previous version still being installed on your device. You may have to uninstall the previous version (if you still have it) or try to delete your previous save files.

Many apologies! Data from the old version may not be compatible with the new version. I will try re-naming the files and re-uploading, but it unfortunately may be specific to your device.


If you are having this problem in the Web Build, please try using another browser as there may be an issue with persistent caching! Many apologies for the trouble!

(+1)

Not sure what caused the problem (the unwanted .rpy file) but after deleting it the game seems to working fine (so far at least).

There is only one game folder and at first the game would only open .txt file, not Renpy. I doubt the problem was caused by the remains of an older version...but of course I could be wrong. I am using the Itch.io App though...so problem might be related to that.

(+1)

I tried removing the 00layereditimage_ren.py and this the traceback for the error that followed (but now at least it initially launched Renpy):

I'm sorry, but an uncaught exception occurred. While running game code:   
File "game/script.rpy", line 496, in script     layeredimage player: AttributeError: 'RawLayeredImage' object has no attribute 'properties'
-- Full Traceback ------------------------------------------------------------ Traceback (most recent call last):   
File "game/script.rpy", line 496, in script layeredimage player:
File "renpy/ast.py", line 2231, in execute self.call("execute")     ~~~~~~~~~^^^^^^^^^^^
File "renpy/ast.py", line 2195, in call return renpy.statements.call(method, parsed, *args, **kwargs)            ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^   
File "renpy/statements.py", line 379, in call     return method(parsed, *args, **kwargs)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/common/00layeredimage.rpy", line 811, in execute_layeredimage rai.execute()
~~~~~~~~~~~^^
File "renpy/common/00layeredimage.rpy", line 798, in execute     properties = { k : eval(v) for k, v in self.properties.items() }
File "renpy/common/00layeredimage.rpy", line 798, in <lambda>     properties = { k : eval(v) for k, v in self.properties.items() }                        ^^^^^^^^^^^^^^^
AttributeError: 'RawLayeredImage' object has no attribute 'properties'
(+1)

I tried removing the 00layereditimage.rpy instead, and the game is working.

Yay!!!!! WOOT you are so tech savvy!! I didn't even know where to start since I hadn't encountered that error before LOL. Thank you so much!!! ๐Ÿ˜ญ๐Ÿ™Œ๐Ÿ”ฅโค๏ธ๐Ÿ’–๐Ÿ’•๐Ÿ’—๐Ÿ’๐Ÿ’˜๐Ÿ™‡โ€โ™€๏ธ

(I'm uploading the renamed file as well just in case, but I'm glad you got it working!!! ๐Ÿ’–)

(+1)

No problem, always happy to help โค๏ธ

I wouldn't call myself tech savvy, but I do dabble LOL I'm better acquainted with Twine than Renpy...but trial and error.