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'