[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/v7/v7.rpy", line 6088, in script
u "Love your costume. You look amazing!"
File "renpy/common/00action_file.rpy", line 397, in __call__
renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <function show_screen at 0x103a6a1f0>: it's not the same object as renpy.display.screen.show_screen
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/v7/v7.rpy", line 6088, in script
u "Love your costume. You look amazing!"
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/exports.py", line 1473, in say
who(what, *args, **kwargs)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/character.py", line 1259, in __call__
return Character(kind=self, **kwargs)(what, interact=interact, _call_done=_call_done, multiple=multiple, _mode=_mode, _with_none=_with_none)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/character.py", line 1352, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/character.py", line 1003, in do_display
display_say(who,
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/character.py", line 693, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/core.py", line 3579, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/core.py", line 4540, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1138, in event
return handle_click(self.clicked)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1071, in handle_click
rv = run(action)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/behavior.py", line 368, in run
new_rv = run(i, *args, **kwargs)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/behavior.py", line 375, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 397, in __call__
renpy.save(fn, extra_info=save_name)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/loadsave.py", line 427, in save
reraise(t, e, tb)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/loadsave.py", line 413, in save
dump((roots, renpy.game.log), logf)
File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/compat/pickle.py", line 103, in dump
pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
PicklingError: Can't pickle <function show_screen at 0x103a6a1f0>: it's not the same object as renpy.display.screen.show_screen
macOS-13.4.1-arm64-arm-64bit arm64
Ren'Py 8.1.1.23060707
College Kings 1.3.17
Mon Aug 7 17:45:17 2023
erm which mods are you running?Hello!
I just started playing this game the other day, but I'm really enjoying it so far. But for some reason I'm not able to Save my progress. I keep running into this error:
Can anyone help me out? I keep having to hope that an Automatic Save was made recently every time I stop playing for a minute!Python:[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/v7/v7.rpy", line 6088, in script u "Love your costume. You look amazing!" File "renpy/common/00action_file.rpy", line 397, in __call__ renpy.save(fn, extra_info=save_name) PicklingError: Can't pickle <function show_screen at 0x103a6a1f0>: it's not the same object as renpy.display.screen.show_screen -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/v7/v7.rpy", line 6088, in script u "Love your costume. You look amazing!" File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/ast.py", line 930, in execute renpy.exports.say(who, what, *args, **kwargs) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/exports.py", line 1473, in say who(what, *args, **kwargs) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/character.py", line 1259, in __call__ return Character(kind=self, **kwargs)(what, interact=interact, _call_done=_call_done, multiple=multiple, _mode=_mode, _with_none=_with_none) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/character.py", line 1352, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/character.py", line 1003, in do_display display_say(who, File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/character.py", line 693, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/core.py", line 3579, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/core.py", line 4540, in interact_core rv = root_widget.event(ev, x, y, 0) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/screen.py", line 770, in event rv = self.child.event(ev, x, y, st) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/layout.py", line 1177, in event rv = i.event(ev, x - xo, y - yo, cst) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1138, in event return handle_click(self.clicked) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/behavior.py", line 1071, in handle_click rv = run(action) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/behavior.py", line 368, in run new_rv = run(i, *args, **kwargs) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/display/behavior.py", line 375, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 397, in __call__ renpy.save(fn, extra_info=save_name) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/loadsave.py", line 427, in save reraise(t, e, tb) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_ File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/loadsave.py", line 413, in save dump((roots, renpy.game.log), logf) File "/Users/jscolli2/Documents/RenPy/CollegeKings.app/Contents/Resources/autorun/renpy/compat/pickle.py", line 103, in dump pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL) PicklingError: Can't pickle <function show_screen at 0x103a6a1f0>: it's not the same object as renpy.display.screen.show_screen macOS-13.4.1-arm64-arm-64bit arm64 Ren'Py 8.1.1.23060707 College Kings 1.3.17 Mon Aug 7 17:45:17 2023
Edit: After several hours of additional gameplay, I now realize that not only has the Auto Save feature also broken, it took all the previous auto saves with it. I'm boned.
It's free on Steam, so go for it. And the error does not occur on Steam.erm which mods are you running?
I would try deleting both 'persistent' save files then re-launching game and loading a save.
when will ep 3 walkthrough come out??Official paid Walkthroughs:
College Kings 2 [3.1.13]:
Episode I Episode II Episode III You must be registered to see the links You must be registered to see the links -
College Kings [1.3.17]:
Act I Act II Act III You must be registered to see the links You must be registered to see the links You must be registered to see the links
PDF
It's supposed to be laid back like that, this is the classic carefree college game. If you want tentacles and dog sex, look elsewhere. So to answer your question - the rework was more changing combat and mechanical things not content things.what is exactly reworked in act1?? is it still boring like no competition ,no drama ,no story ,no consequences, plot armor untouchable mc always win,just collect girls like pokemon?? and is season 2 better in terms of competiion ,drama ,story , kinks ...............................??
or is it still the same...
No. It doesn't make sense to do a walkthrough if they rework Episode 2 and make changes to Episode 3 to keep the narrative consistent. After the Episode 2 update, the official walkthrough for Episode 2 will probably be obsolete.any news on episode 3 walkthrough??
She had an odd making a visual novel game storyline that was self contained and went nowhere.Haven't played this game for a very long time. Are there enough scenes or story with Penelope?
It’s definitely “we have Being a DIK at home” clone energy but that’s not a reason to be a jerk.I believe a lot of people were constantly at him for this being a BaD clone (Which it really isn't) and the game was not in a great shape prior the extensive updates and reworks. I tell ya, Joshy... This place has quite a few religious zealot maniacs who don't like AVNs set in a similar setting to their favourite. They get extremely territorial.
I believe a lot of people were constantly at him for this being a BaD clone (Which it really isn't) and the game was not in a great shape prior the extensive updates and reworks. I tell ya, Joshy... This place has quite a few religious zealot maniacs who don't like AVNs set in a similar setting to their favourite. They get extremely territorial.
I agree it's similar in setting, but different in other areas. Both the conversation and art styles are very different, and both have their benefits.It’s definitely “we have Being a DIK at home” clone energy but that’s not a reason to be a jerk.
Yeah it's confusing as hell how they notated the versions. IIRC, "before rework" was the original game, went up to and beyond Europe trip, then ended when you have a fight with Tom on the rainy street.i really don't understand there is collage kings 1 and 2 and there is act 1 and act 2 and before rework ? i just downloaded College Kings [ACT 1 v1.3.17] should i play this and act 2 or what ?
Did u find a way to fix this error. I'm stuck. I can't pants Elijah. How can I fix this.How? All I can get it to do is have the same conversation. I don't see any other clickable areas