- Feb 10, 2018
- 52
- 24
In the morning when she is in the shower go in and fuck herHow do I get this picture in the gallery? View attachment 455617
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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 923, in event
return handle_click(self.clicked)
File "C:\Users\milla\Desktop\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 858, in handle_click
rv = run(action)
File "C:\Users\milla\Desktop\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 419, in save
six.reraise(t, e, tb)
File "C:\Users\milla\Desktop\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 405, in save
dump((roots, renpy.game.log), logf)
File "C:\Users\milla\Desktop\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
Sat Nov 09 18:03:12 2019
just don't save during a video/animation if that's what you did.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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 923, in event return handle_click(self.clicked) File "C:\Users\milla\Desktop\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 858, in handle_click rv = run(action) File "C:\Users\milla\Desktop\My_cute_roommate-1.6.0ex_BETA-win\renpy\display\behavior.py", line 313, in run new_rv = run(i, *args, **kwargs) File "C:\Users\milla\Desktop\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 "C:\Users\milla\Desktop\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 419, in save six.reraise(t, e, tb) File "C:\Users\milla\Desktop\My_cute_roommate-1.6.0ex_BETA-win\renpy\loadsave.py", line 405, in save dump((roots, renpy.game.log), logf) File "C:\Users\milla\Desktop\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 Sat Nov 09 18:03:12 2019
Could someone please help me out? I'm down to "Fuck 1 Girls", but I don't know who's left!
Done:
Who am I missing??
- Nurse (I assume that one is automatic. Can't remember)
- Shopkeeper
- Dean
- Anna
- Barbara
- Director
- Secretary
- Emily (via the threesome)
- Roommate
after reading it bring to anna at the library then go back and use the arousal oil when you give the trainer a massagei thik i have a problem how can i lern the erotic book when i read it it stays in my bag and i cannot find the right spot of the massage fore the traine were she is turning around
ok thanksafter reading it bring to anna at the library then go back and use the arousal oil when you give the trainer a massage
I have no choice when I talk with Jenny guy @@Just talk to Jenny and tell your roomate about it (at work)
Update on this?Thanks toYou must be registered to see the linksfor the great game
Thanks to @Sam for Unren
This is a Mod to enable scenes replay on version 1.5 , EX to EX+ version. Tested in Win10You don't have permission to view the spoiler content. Log in or register now.
Inside *.rar there are .rpy files , place the files in the game folder where gallery_scene.rpyc is.
1.50_Beta _V1 Added switches to View/Replay only unlocked or all Images/Scenes
Now the Mod works in Replay mode , it works in main menu and in game
************************************************************************************************
Hide interface utility is integrated in the Mod
thanks to @Thamn
Don't use another Mod to do the same thing
*************************************************************************************************
Known problems
PS: If you use cheat mod by rayminator , use tacitogallery.rpy attached in this post
https://f95zone.to/threads/my-cute-roommate-1-5-0-cheatmod-v1-1-rayminator.35762/
better not abuse of the rollback , could lead to problems or errors
This is a very beta , use at your own risk
If you want remove the Mod delete tacitogallery.rpy and tacitogallery.rpyc from the game folder , gallery_scene.rpyc is not used in EX version so no problem if you leave the new one.
To solve the bug of wrong pictures during the last sex scene in Gym use the file attached ... or better wait for a bugfix
View attachment 360268 View attachment 360269 View attachment 360270 View attachment 366146