Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Same traceback on the Linux build

While running game code:
   File "renpy/common/00layeredimage.rpy", line 794, in execute_layeredimage
     rai.execute()   File "renpy/common/00layeredimage.rpy", line 781, in execute
     properties = { k : eval(v) for k, v in self.properties.items() }
   File "renpy/common/00layeredimage.rpy", line 781, in <dictcomp>
     properties = { k : eval(v) for k, v in self.properties.items() }
   File "game/ch/aletta/images.rpy", line 27, in <module>
 NameError: name 'aletta' is not defined </module></dictcomp>