Gizmogobum

Member
Nov 11, 2020
265
584
Game crashes as soon as I click on calendar in the phone.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/cl/class_ui.rpy", line 29, in execute
  File "game/cl/class_ui.rpy", line 29, in execute
  File "game/cl/class_ui.rpy", line 49, in execute
  File "game/cl/class_ui.rpy", line 54, in execute
  File "game/cl/class_ui.rpy", line 213, in execute
  File "game/cl/class_ui.rpy", line 218, in execute
  File "game/cl/class_ui.rpy", line 219, in execute
  File "game/cl/class_ui.rpy", line 224, in execute
  File "game/cl/class_ui.rpy", line 225, in execute
  File "game/cl/class_ui.rpy", line 225, in <module>
  File "game/cl/class_appointment.rpy", line 89, in get_agenda
NameError: global name 'e' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "start.rpyc", line 543, in script call
  File "cl/class_room.rpyc", line 342, in script
  File "renpy/ast.py", line 2212, in execute
    self.call("execute")
  File "renpy/ast.py", line 2200, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3161, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3376, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "renpy/display/core.py", line 3803, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3803, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/cl/class_ui.rpy", line 29, in execute
  File "game/cl/class_ui.rpy", line 29, in execute
  File "game/cl/class_ui.rpy", line 49, in execute
  File "game/cl/class_ui.rpy", line 54, in execute
  File "game/cl/class_ui.rpy", line 213, in execute
  File "game/cl/class_ui.rpy", line 218, in execute
  File "game/cl/class_ui.rpy", line 219, in execute
  File "game/cl/class_ui.rpy", line 224, in execute
  File "game/cl/class_ui.rpy", line 225, in execute
  File "game/cl/class_ui.rpy", line 225, in <module>
  File "game/cl/class_appointment.rpy", line 89, in get_agenda
NameError: global name 'e' is not defined

Windows-8.1-6.3.9600 AMD64
Ren'Py 7.5.0.22062402
Love & Sex : Second Base 22.6.0
Thu Jun 30 15:12:38 2022
 
Jun 15, 2022
170
246
The calendar being wonky and the UI not having notifications (cheats especially, purchases etc) is really throwing off my enjoyment here. I also get exceptions when the MC wears protection with the girls (Bree, Sasha, Shiori, etc) I can't even tell who I'm dating on that day because the notifications for a new day go by too quickly.

I know it's the initial release, but it made the game a bit less enjoyable to play.
 
Last edited:

Burt

Ignoring Social Media
Dec 14, 2016
1,112
881
The calendar being wonky and the UI not having notifications (cheats especially, purchases etc) is really throwing off my enjoyment here. I also get exceptions when the MC wears protection with the girls (Bree, Sasha, Shiori, etc) I can't even tell who I'm dating on that day because the notifications for a new day go by too quickly.

I know it's the initial release, but it made the game a bit less enjoyable to play.
It's a slow burn game with hours of play, so it is not really going to have a quick path to fav girls. The pathways are linked to time and choices, so you can close paths by a wrong choice
You don't have permission to view the spoiler content. Log in or register now.
(so make sure you save) or you can't further a choice till you complete other unknown paths
 
Jun 15, 2022
170
246
It's a slow burn game with hours of play, so it is not really going to have a quick path to fav girls. The pathways are linked to time and choices, so you can close paths by a wrong choice
You don't have permission to view the spoiler content. Log in or register now.
(so make sure you save) or you can't further a choice till you complete other unknown paths
I love the girls, especially Anna, but it's not a problem I have with the girls, mainly just the UI and the calendar being buggy. Before I restarted for the new update, I had all the harems and was running a parallel save just for Emma. The girls and the stories are fine. It's the UI things that bother me the most.
 
  • Like
Reactions: Crazy_Chicken87

bacchusplateau

Well-Known Member
May 23, 2017
1,183
1,089
I love the girls, especially Anna, but it's not a problem I have with the girls, mainly just the UI and the calendar being buggy. Before I restarted for the new update, I had all the harems and was running a parallel save just for Emma. The girls and the stories are fine. It's the UI things that bother me the most.
You're probably better off waiting for a later version. I avoid the first couple versions of 'Rogue-Like" by Oni for this very reason.
 

stoner

New Member
Sep 4, 2017
2
0
I fixed the Calendar issue by modding line 89 in the Class_appointment file to : return [entry for _, entry in sorted(agenda)]
Code:
return [entry for _, entry in sorted(agenda)]
not sure whats different but assuming only the way the list is sorted is different i only tested a couple of dates at once and it seems to be working fine..
 
Jun 15, 2022
170
246
I fixed the Calendar issue by modding line 89 in the Class_appointment file to : return [entry for _, entry in sorted(agenda)]
Code:
return [entry for _, entry in sorted(agenda)]
not sure whats different but assuming only the way the list is sorted is different i only tested a couple of dates at once and it seems to be working fine..
I'll give this a go now.

EDIT: Don't even HAVE that file, unless I missed it. I see all the "classic" files, but not that one

EDIT 2: Just did a search on my D: drive with that file name. Nothing came back
 
Last edited:

fasefive

Newbie
Apr 27, 2019
75
55
Hi Andrealphus
really enjoyed the game over the last few years but its so big now and some scenes are so hard to find, we really need an in-game gallery.. could you please implement this in one of the next updates?
 
Jun 15, 2022
170
246
  1. you need to put the attachment file in the the game folder(not the one with the game executable but the actual folder called game)
  2. run the game then close it
  3. you should see a lot of new folders in the "game" folder
  4. open the cl folder and you should see the file class_appointment
  5. find line 89 and replace it with the code in my previous msg
Many thanks. Trying this again
 
3.60 star(s) 286 Votes