juanito
Active Member
- Jun 19, 2017
- 816
- 583
- 293
Ok, it is time to download thenhad sex scenes with her a bunch of times
Thanks.
Ok, it is time to download thenhad sex scenes with her a bunch of times
You fool around a bit but nothing too much. If you get to the massage, just quick save, check the gallery and see if it unlocked. There's nothing too crazyThere are no sex scene right? Unless i mess up the convo.
I mean search in those .rpy files for the lines of code which cause bugs, and turn off those lines by converting them to comments.I have heard a lot about bugs with the phone and now I have encountered something similar myself. But I don't understand what you mean by the words "try to comment out the parts of the code". Sorry, maybe it's a language barrier.
code() # The part of line after "sharp" symbol
# is a comment in Ren'Py / Python
"""
Another way to make comments
in Ren'Py / Python
is to put them into quotes
"""
You have to be on the Lauren only path for the scene to happenDoes any1 have a save for Lauren scene? Cant seem to get it
same...seems there is no new things...i loaded the save and arriving in the caffe i got the same windows message to save as previous update..what's the problem?No one answered my problem.
I downloaded the game version 12.0.2 and reached the scene of Rile's agreement with Mc To avenge that charli idiot and I downloaded Patch 12.1.1 but the same scene remained the finish line so far.
Oh, that... I commented out lines 208 and 569 with "#", they turned gray, but this did not fix the error.I mean search in those .rpy files for the lines of code which cause bugs, and turn off those lines by converting them to comments.
You must be registered to see the links(To disable one or more lines of code from a program temporarily by enclosing them within a comment statement)
You must be registered to see the links(в программировании - поставить знаки комментария в начале и конце секции кода или в начале каждой строки для блокировки их компиляции или интерпретации. Обычно этот приём используется при отладке программы)
Code:code() # The part of line after "sharp" symbol # is a comment in Ren'Py / Python """ Another way to make comments in Ren'Py / Python is to put them into quotes """
Naturally, fixing the problem might be not that easy. It can require some debugging and understanding of the code. For instance, if some dictionary member is not found, I would do this:Oh, that... I commented out lines 208 and 569 with "#", they turned gray, but this did not fix the error.
kiwiiUsers["Крис"]={"profilePicture": "images/phone/kiwii/profilePictues/adpp.webp", "username": "Крис"}
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
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
Open the console (if it's disabled, see my post above) and enter:Nice update it fixed some bugs from the last update had some good sex scenes and I liked the murder game. Did encounter one annoying bug on the murder game though. When I killed Lauren while she was mad at me she reappeared and when I killed her again she was no longer mad at me. Bit of a bummer because I did that playthrough solely to see what happens with her in Paris when she hates me.