Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+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.