- Feb 10, 2020
- 173
- 462
Hey KoGa3 , how are you? I just downloaded and tried running the "SecretSummer-1.0Epilogue-pc-compr_Mod" version you shared in the OP, but I get the below:
As an fyi, I am running Mac. I tried compiling the game to Mac like I always do with all the VNs, and I have also even tried running it through the RenPy launcher (renpy-8.0.3-sdk). Same error.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/modAdditions/modGallery.rpy", line 34, in script
define Unknown = GalleryItem("Zoe", "galleryScene1", "a120.webp", {"p_name": persistent.nameRePlay})
File "game/modAdditions/modGallery.rpy", line 34, in script
define Unknown = GalleryItem("Zoe", "galleryScene1", "a120.webp", {"p_name": persistent.nameRePlay})
File "game/modAdditions/modGallery.rpy", line 34, in <module>
define Unknown = GalleryItem("Zoe", "galleryScene1", "a120.webp", {"p_name": persistent.nameRePlay})
File "game/modAdditions/modGallery.rpy", line 8, in __init__
self.pageNum = len(filter(lambda s: s.char == char, galleryItems))//12 + 1
TypeError: object of type 'filter' has no len()