padstad

Newbie
Aug 1, 2020
29
52
keep getting this error whenever I make all the choices and want to start the actual game. Does anyone have a fix?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 18, in script
call screen real_life_mode
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_menu.rpy", line 148, in __call__
renpy.jump_out_of_context(self.label)
JumpOutException: v1_start

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpy", line 18, in script
call screen real_life_mode
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 3136, 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 3325, 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 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 323, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 330, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 148, in __call__
renpy.jump_out_of_context(self.label)
File "renpy/exports.py", line 1925, in jump_out_of_context
raise renpy.game.JumpOutException(label)
JumpOutException: v1_start
 

NewTricks

Forum Fanatic
Nov 1, 2017
4,514
9,641
Well i started from part 1, otherwise u also can miss other things like making money for Lindsey's campaign.
I think u can also miss the massage session with the chicks if u decide for a different strategie to help Chloe.

But i will wait until they implemented the save import, until i play it again.
True enough. I am helping both Lindsey and Chloe with the campaigns but I usually pick the more tame and less vindictive option for both of them. I'm sure I will get around to the ostentatious and mean bitch options in a more dramatic playthrough. Maybe my ape playthrough where I'm Lauren's boyfriend.
 

ttant

Member
May 7, 2017
170
61
keep getting this error whenever I make all the choices and want to start the actual game. Does anyone have a fix?

I'm sorry, but an uncaught exception occurred.
Same here. Game is unplayable.

When going to advanced mode, once checkbox are selected, going back provokes a black screen. Pressing esc may fix the situation, or crash.

Edit : just don't select Act1 part 1. Selecting part 2 fix the issue.
 
  • Like
Reactions: Michel Mak

kp_

New Member
Jan 21, 2022
2
6
Same here. Game is unplayable.

When going to advanced mode, once checkbox are selected, going back provokes a black screen. Pressing esc may fix the situation, or crash.

Edit : just don't select Act1 part 1. Selecting part 2 fix the issue.
Didn't help :/
 
  • Like
Reactions: padstad

JenMistress

Engaged Member
Oct 1, 2019
2,758
3,177
Launcher got an update, which hopefully would fix these problems. I've been talking to them in Discord, so if anyone is able to update this, would be great. Thank you.
 

hiddink

Active Member
Jul 20, 2017
858
932
Is the game worth to play now in it current state or its till buggy?
I think is a good time to play it because it has pretty large content, at least season 1 i don t know about s2. i would play s1 and then wait til s2 is finished if you ask me.
 
  • Like
Reactions: NukaCola

CorzoSiete

Newbie
May 19, 2018
83
49
I just keep getting this error, tried in every acts, i cant play

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 18, in script
call screen real_life_mode
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_menu.rpy", line 148, in __call__
renpy.jump_out_of_context(self.label)
JumpOutException: v3_start

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpy", line 18, in script
call screen real_life_mode
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 3136, 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 3325, 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 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 323, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 330, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 148, in __call__
renpy.jump_out_of_context(self.label)
File "renpy/exports.py", line 1925, in jump_out_of_context
raise renpy.game.JumpOutException(label)
JumpOutException: v3_start

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
College Kings 2 3.0.0 (Act: 2) (SHA: a0977a8c)
Tue Apr 12 17:02:40 2022
 
3.20 star(s) 196 Votes