- Jul 15, 2017
- 5,573
- 46,997
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\ast.py", line 896, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\python.py", line 1929, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\core.py", line 2687, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\core.py", line 3490, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 923, in event
return handle_click(self.clicked)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 858, in handle_click
rv = run(action)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 419, in save
six.reraise(t, e, tb)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 405, in save
dump((roots, renpy.game.log), logf)
File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 49, in dump
cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed
Windows-8-6.2.9200
Ren'Py 7.2.0.424
1.6.0ex_BETA
Wed Nov 13 05:14:57 2019
Just don't save a game during animation it causes that errorTried to save after getting Health Certificate
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 372, in __call__ renpy.save(fn, extra_info=save_name) PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\ast.py", line 896, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\python.py", line 1929, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\core.py", line 2687, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\core.py", line 3490, in interact_core rv = root_widget.event(ev, x, y, 0) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\transition.py", line 47, in event return self.new_widget.event(ev, x, y, st) # E1101 File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\screen.py", line 697, in event rv = self.child.event(ev, x, y, st) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 923, in event return handle_click(self.clicked) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 858, in handle_click rv = run(action) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 313, in run new_rv = run(i, *args, **kwargs) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 320, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 372, in __call__ renpy.save(fn, extra_info=save_name) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 419, in save six.reraise(t, e, tb) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 405, in save dump((roots, renpy.game.log), logf) File "D:\Renply2\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 49, in dump cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL) PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed Windows-8-6.2.9200 Ren'Py 7.2.0.424 1.6.0ex_BETA Wed Nov 13 05:14:57 2019
yes the game is finishedsays meet Barbra at her home at 1800 and no ones ever there
oh also is this game finished? I don't seem to see it on the patreon page as being worked on, just girls house and pine falls?
how can i get to the scene ?View attachment 456931
To unlock this pic. It's same in acrobatic sex scene (1 scene 2 pics) But you need to wait in the final position.
don't press skip arrow,don't press cum on dick bar. Just wait heart bar at right side until max. sorry for my poor eng
Meet Barbara at home ... not her homesays meet Barbra at her home at 1800 and no ones ever there
you can try these they will allow you redo those scenesWanted to have massage/sex again
please read older post you will find this has been posted beforeHi, went back to that game after a few months (1.4 in august), actually restarted a new game just to be sure with the new 1.6 version.
All went well until it came to the library scene with Anna and Barbara. After the scene, I get an exception error when I want to save... I tried to go a bit further (after the doctor does the medical examination) to save again, but same error...
I actually replayed the library scene to check when the problem appears, and it is when the anal scene with Anna and Barbara licking starts. Before that, even when the still image appears, I can save. When the video starts and after that, I get an error.
I've attached the traceback txt file for details if it helps.
I have seen many posts about that kind of error, I don't know if this specific one is common and if there's something I can do to bypass it.
Thanks in advance.
I thought that was the problem first, but I restarted the game (even rebooted my pc) to load a save a bit earlier, do the whole scene, and save after it (when Anna is back at the front), and it still gives the error...you can try these they will allow you redo those scenes
My Cute Roommate Add-ons
Nurse & Gym Trainer
Dormitory Girl
please read older post you will find this has been posted before
it cause by animation there is nothing we can do about it it is cause by bad coding inside of rempy not the game itself the author of rempy is trying to fix it
just don't save during a animations if that's what you have tried I have never seen that error while I was playing the game v1.6.0
can you share your save??I thought that was the problem first, but I restarted the game (even rebooted my pc) to load a save a bit earlier, do the whole scene, and save after it (when Anna is back at the front), and it still gives the error...
Sure. 18.6 is a bit before, 19.1 is the last one I can save.can you share your save??
https://f95zone.to/threads/my-cute-roommate-v1-6-0-ex-beta-astaros3d.5405/post-2641665Hi, went back to that game after a few months (1.4 in august), actually restarted a new game just to be sure with the new 1.6 version.
Thanks for the saves I am looking for the problem but I probably won't fix that error cause some other games do have the same issuesSure. 18.6 is a bit before, 19.1 is the last one I can save.
Important to say, I'm using the incest patch (377679_My-Cute-Roommate-IC-Mod-v0_5-BaS) and a cheat mod (419025_MyCuteRoommatev1.5.0Exv0.5a). Didn't yet try without them, since they didn't cause any issue before.
Yes, clicking on the arrow during the scene instead of the red penis actually works. Thanks !
No problem for the future , there is a little bug in library.rpyYes, clicking on the arrow during the scene instead of the red penis actually works. Thanks !
I hope it does not affect the progression though, but I don't think so since the scene visually finishes the same...
this the actual error that causing it if anybody understands itHi, went back to that game after a few months (1.4 in august), actually restarted a new game just to be sure with the new 1.6 version.
All went well until it came to the library scene with Anna and Barbara. After the scene, I get an exception error when I want to save... I tried to go a bit further (after the doctor does the medical examination) to save again, but same error...
I actually replayed the library scene to check when the problem appears, and it is when the anal scene with Anna and Barbara licking starts. Before that, even when the still image appears, I can save. When the video starts and after that, I get an error.
I've attached the traceback txt file for details if it helps.
I have seen many posts about that kind of error, I don't know if this specific one is common and if there's something I can do to bypass it.
Thanks in advance.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <function amb at 0x09864670>: it's not the same object as store.amb
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\ast.py", line 896, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\python.py", line 1929, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\core.py", line 2687, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\core.py", line 3490, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 923, in event
return handle_click(self.clicked)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 858, in handle_click
rv = run(action)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 419, in save
six.reraise(t, e, tb)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 405, in save
dump((roots, renpy.game.log), logf)
File "D:\DOWNLOAD\My_cute_roommate-1.6.0ex_BETA-win\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 51, in dump
pickle.dump(o, f, pickle.HIGHEST_PROTOCOL)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 1370, in dump
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 224, in dump
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 548, in save_tuple
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 331, in save
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 419, in save_reduce
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 649, in save_dict
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 681, in _batch_setitems
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 331, in save
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 419, in save_reduce
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 649, in save_dict
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 681, in _batch_setitems
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 649, in save_dict
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 681, in _batch_setitems
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 649, in save_dict
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 681, in _batch_setitems
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 286, in save
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/pickle.py", line 753, in save_global
PicklingError: Can't pickle <function amb at 0x09864670>: it's not the same object as store.amb
Windows-8-6.2.9200
Ren'Py 7.2.0.424
1.6.0ex_BETA
Wed Nov 13 11:05:10 2019
1. no more updates for this game.Is there plans for any new content? or an update list on the patreon saying what's being worked on?
also how do you get the yoga scene with 2 girls and the office sex scene with the roommate? don't seem to see those 2 things in the walkthrough