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 "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-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 "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\core.py", line 2507, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\core.py", line 3181, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-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 "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\loadsave.py", line 593, in load
    roots, log = loads(location.load(filename))
  File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\loadsave.py", line 59, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'TracedExpressionsList'
Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.3.2123
corruption 1.90
	Isn't she the principal?
Here is a club script with "town" spelled properly so she can work at the bar and not end the game.
Have you enslaved Heather? If not that is how you get the club.hi,
every time I go to My Club, I get a message that says "I have no reason to go here"
How do I get into the club?
Can someone help me and tell me what I need to do to get the club events started
This can happen when there is a version conflict in RenPy. Don't have time to check up on it myself, but IIRC this "bug" was introduced in RenPy when 6.99.12.4 was released. Hopefully someone with better RenPy skills can chime inguys i am getting this error when i start the game.
and it happens both time,when i use my save and when i used someone else ssave pls help
Code: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 "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Downloads\corruption\corruption-v1.90(Lite)-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 "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\ui.py", line 285, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\core.py", line 2507, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\core.py", line 3181, in interact_core rv = root_widget.event(ev, x, y, 0) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\screen.py", line 651, in event rv = self.child.event(ev, x, y, st) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 232, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 232, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\layout.py", line 232, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\behavior.py", line 889, in event return handle_click(self.clicked) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\display\behavior.py", line 824, in handle_click rv = run(action) File "D:\Downloads\corruption\corruption-v1.90(Lite)-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 "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\loadsave.py", line 593, in load roots, log = loads(location.load(filename)) File "D:\Downloads\corruption\corruption-v1.90(Lite)-pc\renpy\loadsave.py", line 59, in loads return cPickle.loads(s) AttributeError: 'StoreModule' object has no attribute 'TracedExpressionsList' Windows-7-6.1.7601-SP1 Ren'Py 6.99.12.3.2123 corruption 1.90
same to meguys i am getting this error when i start the game.
and it happens both time,when i use my save and when i used someone else ssave pls help
Same issue heremy saves dosen`t work anymore, anyone with this problem ?
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 "E:\untitled\Thegoods\Egames\Renpy games\corruption-v190-pc\corruption-v1.90-pc\renpy\ast.py", line 1527, in execute
    rv = renpy.game.script.lookup(target)
  File "E:\untitled\Thegoods\Egames\Renpy games\corruption-v190-pc\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