Feb 27, 2024
70
62
Crashes viewing wardrobe :(
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: In DynamicImage '[angelika_bra_A]_select': Could not find substitution 'angelika_bra_A'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/interaction labels/Angelika Character Interactions/Angelika Customize.rpyc", line 321, in script
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/ast.py", line 2259, in execute
    self.call("execute")
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/screen.py", line 481, in visit_all
    self.child.visit_all(callback, seen=None)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 674, in visit_all
    for d in self.visit():
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/image.py", line 785, in visit
    self.find_target()
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/image.py", line 669, in find_target
    raise Exception("In DynamicImage %r: Could not find substitution '%s'." % (self.name, str(ke.args[0])))
Exception: In DynamicImage '[angelika_bra_A]_select': Could not find substitution 'angelika_bra_A'.
Linux-6.10.6-061006-generic-x86_64-with-glibc2.40 x86_64
Ren'Py 8.1.4.23101104+nightly
Maeve's-Academy-0.6.1 0.6.1
Sat Mar  8 08:31:50 2025
 
Feb 9, 2021
346
318
Crashes viewing wardrobe :(
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: In DynamicImage '[angelika_bra_A]_select': Could not find substitution 'angelika_bra_A'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/interaction labels/Angelika Character Interactions/Angelika Customize.rpyc", line 321, in script
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/ast.py", line 2259, in execute
    self.call("execute")
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 4055, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/screen.py", line 481, in visit_all
    self.child.visit_all(callback, seen=None)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/core.py", line 674, in visit_all
    for d in self.visit():
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/image.py", line 785, in visit
    self.find_target()
  File "/home/user/Games/Maeve's-Academy-Public-Release-0.6.1-pc/renpy/display/image.py", line 669, in find_target
    raise Exception("In DynamicImage %r: Could not find substitution '%s'." % (self.name, str(ke.args[0])))
Exception: In DynamicImage '[angelika_bra_A]_select': Could not find substitution 'angelika_bra_A'.
Linux-6.10.6-061006-generic-x86_64-with-glibc2.40 x86_64
Ren'Py 8.1.4.23101104+nightly
Maeve's-Academy-0.6.1 0.6.1
Sat Mar  8 08:31:50 2025
Hatchet Games may wanna look at this
 
  • Like
Reactions: Hatchet Games

FacelessVixen

Formerly 'NexivSelecaf'
Aug 25, 2017
1,536
6,296
So, what's going on the this game these days?

[downloads and opens game]

[hears the title screen music]

...First time opening up a porn game and not immediately muting it because the music slaps.
 
  • Like
Reactions: viegoatreides
Feb 9, 2021
346
318
Like, if you wanna shit on the game that's fine criticism is always good but you're not exactly giving feedback
Edit: forgot to mention that there is progress on the updates, just gotta look in the pateron (and or kemono if you're like me and sail the 7 seas)
 
Last edited:
  • Like
Reactions: fqu

shmurfer

Engaged Member
Dec 29, 2019
2,381
3,251
to protect their content. if updated versions dont work on newer version of the game it would be a harder patch even if creative means need to be used to ensure the check isnt disabled. It is difficult to be an indie developer in such an economy. I am one and unlike them i am unsuccessful. I understand the struggle, the dream and the failure. Security compels people to make an effort or to purchase a legit copy.
You're asking them to invest a ton of time into solving a problem that doesn't exist just to piss off people who will spite pirate the game on a pirating forum.

You're unsuccessful because you can't see the big picture.
 

lostingaming

Newbie
Feb 28, 2025
32
16
i dlt this, lemme know and if you want something then i enjoy this, the challenge and shit, so ill be with it. enjoy!
 
Last edited by a moderator:
  • Thinking Face
Reactions: ChudBuddy

Null66

Newbie
Jun 4, 2023
71
27
I remember that I first found this game when I was in highschool and only a BJ was available at the time
waited a year and nothing was added so I thought it was abandoned.
Then I accidentally came back (looking for games) and surprised to see there were updates but turns out there's still no penetration (am in my mid 20s now btw) LMAO


I am already enjoying the dialogues though, I like this slice of life vibe
but the way am seeing it, am seeing heroes harem's guild pattern where
it feels like dev is going to scratch the story and remake the entirety of it
not a fan of this move cause it's already really good
 

minn-tan

Newbie
Nov 23, 2021
57
83
I remember that I first found this game when I was in highschool and only a BJ was available at the time
waited a year and nothing was added so I thought it was abandoned.
Then I accidentally came back (looking for games) and surprised to see there were updates but turns out there's still no penetration (am in my mid 20s now btw) LMAO


I am already enjoying the dialogues though, I like this slice of life vibe
but the way am seeing it, am seeing heroes harem's guild pattern where
it feels like dev is going to scratch the story and remake the entirety of it
not a fan of this move cause it's already really good
I don't like harem. I want a realistic game where you cheat on the girls and break their hearts. makes me diamonds. This dev would never allow that especially since he's making it with his wife lmao. sappy love stories are good too, I suppose.
 
Feb 9, 2021
346
318
I don't like harem. I want a realistic game where you cheat on the girls and break their hearts. makes me diamonds. This dev would never allow that especially since he's making it with his wife lmao. sappy love stories are good too, I suppose.
every man and woman and their taste my friend.
 

ThtsMyScrtCapImAlwysHorny

Well-Known Member
Aug 5, 2021
1,521
3,670
I remember that I first found this game when I was in highschool and only a BJ was available at the time
waited a year and nothing was added so I thought it was abandoned.
Then I accidentally came back (looking for games) and surprised to see there were updates but turns out there's still no penetration (am in my mid 20s now btw) LMAO
the thread launch date said:
If I'd had a time machine in high school, I'm pretty sure I'd have thought of better things to do with it than play unfinished porn games several years before their initial release, but you do you.
 
4.50 star(s) 54 Votes