Skip to main content

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

I tried to play the demo but keep running into this error "NameError: name 'aletta' is not defined". I even tried removing the folder and redownloading and re-unzipping but still ran into the same issue. If need be I can copy-paste the full traceback, but I figured that was the line that was most likely to be recognizable.

I am having the same issue with the demo. Both the windows versions are giving the same trackback error.

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>
(+1)

Thanks for the report, this bug will be fixed in the next release