Mr.Phantom

Member
Aug 16, 2017
125
67
i get this error when loading the save file:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 427, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'TracedExpressionsList'

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "F:\H games\corruption-v1.90-pc\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\H games\corruption-v1.90-pc\renpy\python.py", line 1715, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module>
ui.interact()
File "F:\H games\corruption-v1.90-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\H games\corruption-v1.90-pc\renpy\display\core.py", line 2507, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\H games\corruption-v1.90-pc\renpy\display\core.py", line 3181, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "F:\H games\corruption-v1.90-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\H games\corruption-v1.90-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\H games\corruption-v1.90-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\H games\corruption-v1.90-pc\renpy\display\screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "F:\H games\corruption-v1.90-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\H games\corruption-v1.90-pc\renpy\display\layout.py", line 232, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\H games\corruption-v1.90-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\H games\corruption-v1.90-pc\renpy\display\layout.py", line 232, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\H games\corruption-v1.90-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\H games\corruption-v1.90-pc\renpy\display\layout.py", line 232, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\H games\corruption-v1.90-pc\renpy\display\behavior.py", line 889, in event
return handle_click(self.clicked)
File "F:\H games\corruption-v1.90-pc\renpy\display\behavior.py", line 824, in handle_click
rv = run(action)
File "F:\H games\corruption-v1.90-pc\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 427, in __call__
renpy.load(fn)
File "F:\H games\corruption-v1.90-pc\renpy\loadsave.py", line 593, in load
roots, log = loads(location.load(filename))
File "F:\H games\corruption-v1.90-pc\renpy\loadsave.py", line 59, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'TracedExpressionsList'

Windows-8-6.2.9200
Ren'Py 6.99.12.3.2123
corruption 1.90
Please, read my thread.
 
  • Like
Reactions: dussalant

MerlinUSA

Member
Mar 1, 2018
321
140
This error came up after I had Becky serve at the Club Bar.

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

While running game code:
  File "game/club.rpy", line 494, in script
ScriptError: could not find label 'towm'.

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

Full traceback:
  File "game/club.rpy", line 494, in script
  File "H:\X-rated\Adult Games\Corruption\corruption-v1.90-pc\renpy\ast.py", line 1527, in execute
    rv = renpy.game.script.lookup(target)
  File "H:\X-rated\Adult Games\Corruption\corruption-v1.90-pc\renpy\script.py", line 858, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'towm'.

Windows-8-6.2.9200
Ren'Py 6.99.12.3.2123
corruption 1.90
After that I couldn't do anything more. I had to quit the game.
The same thing happened when I tried it with Melissa.
 
Last edited:

Pugsanity

Member
Nov 3, 2017
133
75
I can't enslave the students. It says that I need to enslave the teachers first but whenever I call a staff meeting it just repeats the toilet scene.
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,010
7,802
Thank you for pointing me to this. But, where does it go? I found a file called "club.rpyc". Do I rename the new one and replace the old?
If I'm not mistaken, Ren'Py will handle that for you. If you were to delete the rpyc and keep the rpy instead, it'll compile the rpy into an rpyc on next boot.

Just tested, works fine.
 
  • Like
Reactions: MerlinUSA
3.70 star(s) 200 Votes