halil123

Active Member
May 23, 2017
851
1,939
378
sorry can someone help me with this


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scrs_game_menus.rpy", line 779, in __call__
AttributeError: 'StoreModule' object has no attribute 'WalkthroughContent'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3579, 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 "renpy/display/core.py", line 4540, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1401, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1401, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 1138, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 1071, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 375, in run
    return action(*args, **kwargs)
  File "game/scrs_game_menus.rpy", line 779, in __call__
  File "renpy/loadsave.py", line 812, in load
    roots, log = loads(log_data)
  File "renpy/compat/pickle.py", line 45, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'WalkthroughContent'

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.1.23060707
Straitened Times 0.59.1
Fri Mar  7 18:39:33 2025
Your save is with the walkthrough mode, download it again.
 

homarkc

Well-Known Member
Nov 12, 2018
1,041
396
278
Who do you talk with to get Diya Holcar a position in the college?
 
Last edited:

Beingab8989

New Member
Jan 11, 2025
2
2
3
Can someone help me pls
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scrs_game_menus.rpy", line 779, in __call__
AttributeError: 'StoreModule' object has no attribute 'WalkthroughContent'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3579, 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 "renpy/display/core.py", line 4540, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1401, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1401, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1177, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 279, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 1138, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 1071, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 375, in run
    return action(*args, **kwargs)
  File "game/scrs_game_menus.rpy", line 779, in __call__
  File "renpy/loadsave.py", line 812, in load
    roots, log = loads(log_data)
  File "renpy/compat/pickle.py", line 45, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'WalkthroughContent'

Windows-10-10.0.26100 AMD64
Ren'Py 7.6.1.23060707
Straitened Times 0.59.1
Sat Mar  8 02:41:54 2025
 

kankimaa

New Member
Nov 22, 2021
8
3
38
I don't know what the inscripcition means, sorry. For the PE+Lit teachers threesome you must to creampie both of teachers. You have to go to Downtown until midnight and 3AM, pick up PE teacher and select the middle option. Then, you went to the school, you have to find some clothes of PE Teacher and try some times to get the creampie.
How to get to school?
 
3.70 star(s) 206 Votes