Nov 23, 2017
53
20
After having sex with Lauren for the first time her Hide Overlay and Show Overlay UI has been stuck in the upper-left corner ever since. It hasn't broken anything else seemingly, but it has not gone away either.

If it helps: I don't have any of the mods installed. I only downloaded the version 13 patch and installed it over 12.1.1 as it said could be done.
 

ArK#007

Newbie
May 21, 2021
32
9
How to fix error in sex shop. Is there patch??

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

While running game code:
  File "game/v10/scene33.rpy", line 2189, in script call
    call screen v10s33_bodypaint
  File "game/v10/scene33.rpy", line 1236, in script call
    call screen v10s33_centeraisle
  File "game/v11/scene23.rpy", line 598, in script call
    call screen v11s23_entrance
  File "game/v11/scene23.rpy", line 1072, in script call
    call screen v11s23_helm
  File "game/customLabels.rpy", line 50, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 3513, in script call
    call screen v12s7_seating_front
  File "game/v12/scene7.rpy", line 3835, in script call
    call screen v12s7_left_walkway_front
  File "game/v12/scene7.rpy", line 4108, in script call
    call screen v12s7_right_gallery_front
  File "game/v12/scene7.rpy", line 2453, in script call
    call screen v12s7_right_gallery_back
  File "game/v12/scene7.rpy", line 5417, in script call
    call screen v12s7_balcony_left
  File "game/v12/scene7.rpy", line 722, in script call
    call screen v12s7_balcony_right
  File "game/v12/scene7.rpy", line 5631, in script call
    call screen v12s7_kitchen
  File "game/v12/scene7.rpy", line 3183, in script call
    call screen v12s7_rear
  File "game/v12/scene7.rpy", line 1335, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 1715, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 3272, in script call
    call screen v12s7_captains_room
  File "game/v12/scene7.rpy", line 1963, in script call
    call screen v12s7_seating_back
  File "game/v12/scene7.rpy", line 6198, in script call
    call screen v12s7_bow
  File "game/v12/scene18.rpy", line 1080, in script call
    call screen v12s18_room1
  File "game/v13/scene35.rpy", line 109, in script
    call screen v13s35_adult_shop
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/v13/scene35_screens.rpy", line 1, in execute
    screen v13s35_adult_shop():
  File "game/v13/scene35_screens.rpy", line 1, in execute
    screen v13s35_adult_shop():
  File "game/v13/scene35_screens.rpy", line 8, in execute
    vbox:
  File "game/v13/scene35_screens.rpy", line 12, in execute
    hbox:
  File "game/v13/scene35_screens.rpy", line 15, in execute
    imagebutton:
  File "game/v13/scene35_screens.rpy", line 15, in keywords
    imagebutton:
  File "game/v13/scene35_screens.rpy", line 18, in <module>
    insensitive honey.insensitive_image
AttributeError: 'Item' object has no attribute 'insensitive_image'

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

Full traceback:
  File "game/v10/scene33.rpy", line 2189, in script call
    call screen v10s33_bodypaint
  File "game/v10/scene33.rpy", line 1236, in script call
    call screen v10s33_centeraisle
  File "game/v11/scene23.rpy", line 598, in script call
    call screen v11s23_entrance
  File "game/v11/scene23.rpy", line 1072, in script call
    call screen v11s23_helm
  File "game/customLabels.rpy", line 50, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 3513, in script call
    call screen v12s7_seating_front
  File "game/v12/scene7.rpy", line 3835, in script call
    call screen v12s7_left_walkway_front
  File "game/v12/scene7.rpy", line 4108, in script call
    call screen v12s7_right_gallery_front
  File "game/v12/scene7.rpy", line 2453, in script call
    call screen v12s7_right_gallery_back
  File "game/v12/scene7.rpy", line 5417, in script call
    call screen v12s7_balcony_left
  File "game/v12/scene7.rpy", line 722, in script call
    call screen v12s7_balcony_right
  File "game/v12/scene7.rpy", line 5631, in script call
    call screen v12s7_kitchen
  File "game/v12/scene7.rpy", line 3183, in script call
    call screen v12s7_rear
  File "game/v12/scene7.rpy", line 1335, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 1715, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 3272, in script call
    call screen v12s7_captains_room
  File "game/v12/scene7.rpy", line 1963, in script call
    call screen v12s7_seating_back
  File "game/v12/scene7.rpy", line 6198, in script call
    call screen v12s7_bow
  File "game/v12/scene18.rpy", line 1080, in script call
    call screen v12s18_room1
  File "game/v13/scene35.rpy", line 109, in script
    call screen v13s35_adult_shop
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "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 "renpy/exports.py", line 3134, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3308, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3728, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3728, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/v13/scene35_screens.rpy", line 1, in execute
    screen v13s35_adult_shop():
  File "game/v13/scene35_screens.rpy", line 1, in execute
    screen v13s35_adult_shop():
  File "game/v13/scene35_screens.rpy", line 8, in execute
    vbox:
  File "game/v13/scene35_screens.rpy", line 12, in execute
    hbox:
  File "game/v13/scene35_screens.rpy", line 15, in execute
    imagebutton:
  File "game/v13/scene35_screens.rpy", line 15, in keywords
    imagebutton:
  File "game/v13/scene35_screens.rpy", line 18, in <module>
    insensitive honey.insensitive_image
AttributeError: 'Item' object has no attribute 'insensitive_image'

Windows-10-10.0.19041
Ren'Py 7.4.9.2065u
College Kings 13.0.1
Fri Sep 24 07:51:02 2021
[/CODE]
 

Mikedazz1

Engaged Member
Jun 11, 2017
2,828
3,463
How to fix error in sex shop. Is there patch??

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

While running game code:
  File "game/v10/scene33.rpy", line 2189, in script call
    call screen v10s33_bodypaint
  File "game/v10/scene33.rpy", line 1236, in script call
    call screen v10s33_centeraisle
  File "game/v11/scene23.rpy", line 598, in script call
    call screen v11s23_entrance
  File "game/v11/scene23.rpy", line 1072, in script call
    call screen v11s23_helm
  File "game/customLabels.rpy", line 50, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 3513, in script call
    call screen v12s7_seating_front
  File "game/v12/scene7.rpy", line 3835, in script call
    call screen v12s7_left_walkway_front
  File "game/v12/scene7.rpy", line 4108, in script call
    call screen v12s7_right_gallery_front
  File "game/v12/scene7.rpy", line 2453, in script call
    call screen v12s7_right_gallery_back
  File "game/v12/scene7.rpy", line 5417, in script call
    call screen v12s7_balcony_left
  File "game/v12/scene7.rpy", line 722, in script call
    call screen v12s7_balcony_right
  File "game/v12/scene7.rpy", line 5631, in script call
    call screen v12s7_kitchen
  File "game/v12/scene7.rpy", line 3183, in script call
    call screen v12s7_rear
  File "game/v12/scene7.rpy", line 1335, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 1715, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 3272, in script call
    call screen v12s7_captains_room
  File "game/v12/scene7.rpy", line 1963, in script call
    call screen v12s7_seating_back
  File "game/v12/scene7.rpy", line 6198, in script call
    call screen v12s7_bow
  File "game/v12/scene18.rpy", line 1080, in script call
    call screen v12s18_room1
  File "game/v13/scene35.rpy", line 109, in script
    call screen v13s35_adult_shop
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/v13/scene35_screens.rpy", line 1, in execute
    screen v13s35_adult_shop():
  File "game/v13/scene35_screens.rpy", line 1, in execute
    screen v13s35_adult_shop():
  File "game/v13/scene35_screens.rpy", line 8, in execute
    vbox:
  File "game/v13/scene35_screens.rpy", line 12, in execute
    hbox:
  File "game/v13/scene35_screens.rpy", line 15, in execute
    imagebutton:
  File "game/v13/scene35_screens.rpy", line 15, in keywords
    imagebutton:
  File "game/v13/scene35_screens.rpy", line 18, in <module>
    insensitive honey.insensitive_image
AttributeError: 'Item' object has no attribute 'insensitive_image'

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

Full traceback:
  File "game/v10/scene33.rpy", line 2189, in script call
    call screen v10s33_bodypaint
  File "game/v10/scene33.rpy", line 1236, in script call
    call screen v10s33_centeraisle
  File "game/v11/scene23.rpy", line 598, in script call
    call screen v11s23_entrance
  File "game/v11/scene23.rpy", line 1072, in script call
    call screen v11s23_helm
  File "game/customLabels.rpy", line 50, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 3513, in script call
    call screen v12s7_seating_front
  File "game/v12/scene7.rpy", line 3835, in script call
    call screen v12s7_left_walkway_front
  File "game/v12/scene7.rpy", line 4108, in script call
    call screen v12s7_right_gallery_front
  File "game/v12/scene7.rpy", line 2453, in script call
    call screen v12s7_right_gallery_back
  File "game/v12/scene7.rpy", line 5417, in script call
    call screen v12s7_balcony_left
  File "game/v12/scene7.rpy", line 722, in script call
    call screen v12s7_balcony_right
  File "game/v12/scene7.rpy", line 5631, in script call
    call screen v12s7_kitchen
  File "game/v12/scene7.rpy", line 3183, in script call
    call screen v12s7_rear
  File "game/v12/scene7.rpy", line 1335, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 9, in script call
    $ renpy.call_screen(returnScreen)
  File "game/v12/scene7.rpy", line 1715, in script call
    call screen v12s7_left_viewpoint
  File "game/v12/scene7.rpy", line 3272, in script call
    call screen v12s7_captains_room
  File "game/v12/scene7.rpy", line 1963, in script call
    call screen v12s7_seating_back
  File "game/v12/scene7.rpy", line 6198, in script call
    call screen v12s7_bow
  File "game/v12/scene18.rpy", line 1080, in script call
    call screen v12s18_room1
  File "game/v13/scene35.rpy", line 109, in script
    call screen v13s35_adult_shop
  File "renpy/ast.py", line 2015, in execute
    self.call("execute")
  File "renpy/ast.py", line 2003, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "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 "renpy/exports.py", line 3134, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3308, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3728, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3728, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/v13/scene35_screens.rpy", line 1, in execute
    screen v13s35_adult_shop():
  File "game/v13/scene35_screens.rpy", line 1, in execute
    screen v13s35_adult_shop():
  File "game/v13/scene35_screens.rpy", line 8, in execute
    vbox:
  File "game/v13/scene35_screens.rpy", line 12, in execute
    hbox:
  File "game/v13/scene35_screens.rpy", line 15, in execute
    imagebutton:
  File "game/v13/scene35_screens.rpy", line 15, in keywords
    imagebutton:
  File "game/v13/scene35_screens.rpy", line 18, in <module>
    insensitive honey.insensitive_image
AttributeError: 'Item' object has no attribute 'insensitive_image'

Windows-10-10.0.19041
Ren'Py 7.4.9.2065u
College Kings 13.0.1
Fri Sep 24 07:51:02 2021
[/CODE]
https://f95zone.to/threads/college-kings-v13-0-1-undergrad-steve.63177/post-6597157
 

Emman2021

New Member
Sep 14, 2021
1
0
anyone has save file before the release of this version I reformat my laptop last week and all my save lost cause i forgot to backup my file hehehe thanks advance
 

lolzw00t

Member
Sep 12, 2021
118
108
Hey so im having a small issue hopefully someone can help me, i went to a concert with Aubrey, after concert i sneak into the hotel room with chloe, wake her up by accident, and right as i am about to go to sleep, the next scene is with Amber asking me to go to the bathroom with her ( The scene from slumber party in france) why would this happen?
 

notcursedyet

New Member
Mar 30, 2021
2
3
hey guys, i got the bug when i speak with chloe at the night after i went to club with penelope, game just returning me back to the moment when i have to play marry, fuck, kill with amber. and then i have to play same things i did before and when it comes to the moment with three doors to the sauna i cant choose any of them
 

xtarite

New Member
Mar 1, 2018
4
2
hey guys, i got the bug when i speak with chloe at the night after i went to club with penelope, game just returning me back to the moment when i have to play marry, fuck, kill with amber. and then i have to play same things i did before and when it comes to the moment with three doors to the sauna i cant choose any of them
same issue here....same issue before and after patching
 
  • Like
Reactions: notcursedyet

frozenfeet

Well-Known Member
Aug 2, 2019
1,201
1,835
After having sex with Lauren for the first time her Hide Overlay and Show Overlay UI has been stuck in the upper-left corner ever since. It hasn't broken anything else seemingly, but it has not gone away either.

If it helps: I don't have any of the mods installed. I only downloaded the version 13 patch and installed it over 12.1.1 as it said could be done.
If you open the console and type the line between the quotes: "hide screen v12s29_lauren_sex_overlay" -press enter

This will hide the overlay. They forgot to put it into the code.
 
  • Like
Reactions: DamienPascal82

...222

New Member
Dec 1, 2019
14
1
get this when i want to enter the "among us" ship game help much appreciated

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

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, 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 "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/core.py", line 4100, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1062, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/loadsave.py", line 769, in load
    log.unfreeze(roots, label="_after_load")
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/python.py", line 2173, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/python.py", line 2005, in rollback
    self.load_failed()
  File "/Applications/CollegeKings.app/Contents/Resources/autorun/renpy/python.py", line 1923, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 7.4.6.1693
College Kings 11.0.1
Sat Sep 25 22:17:31 2021
 

vogelbeest

Engaged Member
Jan 9, 2021
2,005
2,867
Still havent got any answer and i see another person is encountering the same issue after the concert finishes the game loops back to events in france in hotel room for birthday celebration any one figured out a fix?
There's been several posts in this thread about looping back to previous scenes in the story, all of them seem to be happening in the compressed version so the solution is to use the full versions or wait till the compressed version gets fixed.
Sorry i can't give an easier solution.
 
3.20 star(s) 191 Votes