hardace

Impatiently waiting for the next update
Donor
Oct 8, 2017
94
133
i have the same issue , i try to find the new scenes but all i get " go out "


edit: And seems like at the end of the beach scene with the tutoring family game crashes
There is a line of code missing from the end of the beach scene. At that point you should be sent to a choice menu, but without the code it exits the game. I found the problem using the renpy decompiler, but I am not educated enough to describe how to find it here. Hopefully some smart guy will tell us how to do it.
 

homerj30

Member
Sep 14, 2020
404
153
there's a file you can replace a couple pages back to fix the beach scene
edit: the saves should be saved on your comp from the previous play

i also had that problem with the beach
not sure what the playground bug was ?

sidenote: i'm surprised a knock up scene wasnt added for the train/new playground mom :unsure: "prob a build up" and the widow hasn't been brought into the fold. "trophy wife" :whistle:
 

InsaneGamer

Newbie
Jan 7, 2019
63
11
ok so booted up my old save and this happened


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 264, in script
python:
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/common/00action_file.rpy", line 441, in __call__
renpy.load(fn)
ImportError: No module named matrix

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

Full traceback:
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\main.py", line 513, in main
run(restart)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\execution.py", line 879, in run_context
context.run()
File "renpy/common/00start.rpy", line 264, in script
python:
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\game.py", line 331, in call_in_new_context
return renpy.execution.run_context(False)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\execution.py", line 879, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in 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 "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\core.py", line 3451, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\layout.py", line 239, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\layout.py", line 239, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\layout.py", line 239, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\behavior.py", line 906, in event
return handle_click(self.clicked)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\behavior.py", line 841, in handle_click
rv = run(action)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\display\behavior.py", line 315, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 441, in __call__
renpy.load(fn)
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\loadsave.py", line 727, in load
roots, log = loads(location.load(filename))
File "E:\Games 2\corruption-v2.15-pc\Corruption-v2.25_Lite-pc\renpy\loadsave.py", line 60, in loads
return cPickle.loads(s)
ImportError: No module named matrix

Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
corruption 2.25
Mon Feb 15 16:06:34 2021
 

Grebbesh

Member
Dec 5, 2018
123
70
This version seems to have a lot of bugs. If you go the women's only carriage (early stage, I think only one or two gas potions deep) the scenes don't trigger if you select "look at person X on the {direction}" for example. And this is a very early game scene, so it seems bugs don't just affect the new stuff.
Guess I'll sit this one out.
 

lightpower

Well-Known Member
Oct 12, 2018
1,211
446
Here is a fix for the beach.
I succeed to go further.

Place it in the game folder and remove beach.rpyc.
I can't download from here :/ in the OP the file is beach.rpyc instead u said we have to delete it and put urs ( beach.rpy ) I'm confused can u help me please? :)
 

Nemesis1247

Member
Jun 15, 2019
144
62
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 444, in <module>
ValueError: list.remove(x): x not in list

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

Full traceback:
  File "game/script.rpyc", line 443, in script
    7g#�O���\emO���I�>a2R�����c�x��w���{��P/-���mRw��n�ì9��Bf֨��%|��K��SH���N�v�>�
  File "F:\New folder\New folder\Corruption-v2.25_Heavy-pc\corruption-v2.25-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\New folder\New folder\Corruption-v2.25_Heavy-pc\corruption-v2.25-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 444, in <module>
  File "F:\New folder\New folder\Corruption-v2.25_Heavy-pc\corruption-v2.25-pc\renpy\python.py", line 713, in do_mutation
    return method(self, *args, **kwargs)
ValueError: list.remove(x): x not in list

Windows-8-6.2.9200
Ren'Py 7.0.0.196
corruption 2.25
Mon Feb 15 20:35:27 2021



Got this issue while opening the game
 

GiviMak

Newbie
May 25, 2019
71
36
Well, I was quite shocked to see new playground scenes. This time that guy really crossed the line. Hope he'll be out of trouble. but so many people on patreon was affected because of their policy, Runey and his project Harem Hotel for example.
 
  • Like
Reactions: alex2011
3.70 star(s) 201 Votes