m0us3r
Active Member
- Nov 28, 2020
- 525
- 1,574
It's a strange bug, somehow v12s7_killList is an integer rather than set. Open the console before that bug happens and type:Hello fellows I need really desperate help with this one, any advices much appreciated
maybe worth mentioning is that just trying to patch didn't work
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/v12/scene7.rpy", line 405, in script call screen v12s7_seating_front File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/v12/scene7_screens.rpy", line 89, in execute screen v12s7_seating_front(): File "game/v12/scene7_screens.rpy", line 89, in execute screen v12s7_seating_front(): File "game/v12/scene7_screens.rpy", line 93, in execute if (v12s7_samantha and ms_rose in v12s7_killList) or (ms_rose in v12s7_killList and not v11_invite_sam_europe): File "game/v12/scene7_screens.rpy", line 93, in <module> if (v12s7_samantha and ms_rose in v12s7_killList) or (ms_rose in v12s7_killList and not v11_invite_sam_europe): TypeError: argument of type 'int' is not iterable -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/v12/scene7.rpy", line 405, in script call screen v12s7_seating_front File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/ast.py", line 2010, in execute self.call("execute") File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/ast.py", line 1998, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/exports.py", line 3134, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/display/core.py", line 3280, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/display/core.py", line 3698, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/display/screen.py", line 436, in visit_all callback(self) File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/display/core.py", line 3698, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/display/screen.py", line 447, in per_interact self.update() File "/Users/Benedikt/MEGAsync Downloads/Cloud Drive/CollegeKings 6.app/Contents/Resources/autorun/renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/v12/scene7_screens.rpy", line 89, in execute screen v12s7_seating_front(): File "game/v12/scene7_screens.rpy", line 89, in execute screen v12s7_seating_front(): File "game/v12/scene7_screens.rpy", line 93, in execute if (v12s7_samantha and ms_rose in v12s7_killList) or (ms_rose in v12s7_killList and not v11_invite_sam_europe): File "game/v12/scene7_screens.rpy", line 93, in <module> if (v12s7_samantha and ms_rose in v12s7_killList) or (ms_rose in v12s7_killList and not v11_invite_sam_europe): TypeError: argument of type 'int' is not iterable Darwin-17.7.0-x86_64-i386-64bit Ren'Py 7.4.9.1908 College Kings 12.1.1 Sat Aug 21 17:49:30 2021
v12s7_killList = set()
<Enter>. Close the console and it might work.
If the console is disabled (shift-O doesn't open it), then put the attached file in the "game" folder which is inside College Kings folder, then restart the game.