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 "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\ast.py", line 896, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.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 "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\core.py", line 2687, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\core.py", line 3490, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\behavior.py", line 923, in event
return handle_click(self.clicked)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\behavior.py", line 858, in handle_click
rv = run(action)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.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 "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\loadsave.py", line 419, in save
six.reraise(t, e, tb)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.0ex_beta-win\renpy\loadsave.py", line 405, in save
dump((roots, renpy.game.log), logf)
File "T:\[gamez] prn\ASTAROS3D MY CUTE ROOMMATE V1.5.0ex []\My_cute_roommate-1.5.0ex_beta-win\My_cute_roommate-1.5.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.5.0ex_beta
Sun Oct 20 15:36:55 2019
This point is important , you have to do 4 photoshoots with her 1 nude + 3 cosplays.Emily
I've done the photos with her in her clothes, in the cowgirl outfit (the only cosplay outfit available) and I have done the nude photo shoot. I have done the t-shirt and nude shoots numerous times. No matter what time I go to Emily's and no matter how often I shoot her, nothing changes.
Much appreciated.This point is important , you have to do 4 photoshoots with her 1 nude + 3 cosplays.
Probably you not buy and read superphotographer book before first photoshoot with Emily.
After this you can do first photoshoot with roommate (1 heart needed) and begin to unlock others things.
Now you are stuck , if you post your save I check if you can recover Emily task.
Or try this save
https://f95zone.to/threads/my-cute-roommate-v1-5-0-ex-beta-astaros3d.5405/post-1937874
What version of the game ?that's not it. When I send the drone to the Director, I can't take a picture of her with dick, I just have an arrow there instead of a camera. And the task , as shown in the second photo is not displayed and blackmail I can't either.
View attachment 435876 View attachment 435877
Op First post unofficial bugfixWin android mac ? Win. What version of the game ? My_cute_roommate-1.4.0ex_beta-w
Why 1.4 ex...........1.5 ex is the newest one ??????Win android mac ? Win. What version of the game ? My_cute_roommate-1.4.0ex_beta-w
So you aint that point yet, where you CAN blackmail the boss if the task aint there !!!!that's not it. When I send the drone to the Director, I can't take a picture of her with dick, I just have an arrow there instead of a camera. And the task , as shown in the second photo is not displayed and blackmail I can't either.
View attachment 435876 View attachment 435877
If I remember correcly, after the PS at the office, task was "find a Red folder", so thats the main goal !!!!! After you find that, then you do the next PS with secretary and spy Dicks comp adn so on !!!!!and how to get this task photo shoot in the office I have already done?
Don`t give her too much complements !!!!Could someone tell me how the Hearts work? I'm following the WT and I talk to the cousin whenever possible, compliment her and buy her stuff, but I somehow have her at negative 1-2 hearts. What am I doing wrong here? Can someone tell me how to raise them?
There is definitely something amiss. No matter what order I do things in, no cosplay outfits become available in the store after the cowgirl one. I've attached my latest speed through. The only thing I have not done is the sex with cousin part. All other threads are maxed out because cosplay is not spawning. I even made sure to be incremental. I read the book, then shot mily in t-shirt, then in cosplay on the next visit. There was nothing oing, so I eventually went ahead and shot her nude a number of times before nights on the couch with cousin again.This point is important , you have to do 4 photoshoots with her 1 nude + 3 cosplays.
Probably you not buy and read superphotographer book before first photoshoot with Emily.
After this you can do first photoshoot with roommate (1 heart needed) and begin to unlock others things.
Now you are stuck , if you post your save I check if you can recover Emily task.
Or try this save
https://f95zone.to/threads/my-cute-roommate-v1-5-0-ex-beta-astaros3d.5405/post-2209305
There is definitely something amiss. No matter what order I do things in, no cosplay outfits become available in the store after the cowgirl one. I've attached my latest speed through. The only thing I have not done is the sex with cousin part. All other threads are maxed out because cosplay is not spawning. I even made sure to be incremental. I read the book, then shot mily in t-shirt, then in cosplay on the next visit. There was nothing oing, so I eventually went ahead and shot her nude a number of times before nights on the couch with cousin again.
This is the exact problem I am having. The cowgirl costume is there. I have Emily wear it and shoot her. Then, when I go back to the store, no other costumes are available. THis lack of cosplay outfits spawning appears to be what is causing me to get to a dead end on all threads.nope,started the game all over again,met with Emily then bought the book of photography,readed it before a photoshot,then went to store and nothing again..no harleys costume only hot cow girl costume. I do the photoshot and thats it costume dissapears and no new costume appear in shop....i dont get this wtf
Send you save, I`ll look for it !!!!This is the exact problem I am having. The cowgirl costume is there. I have Emily wear it and shoot her. Then, when I go back to the store, no other costumes are available. THis lack of cosplay outfits spawning appears to be what is causing me to get to a dead end on all threads.
I went to Emily's used the cowgirl costume, and then went home and rested up. I never got the message a new costume was available in the shop. When I went to the store, this is what I see.I give you cowgirl again in your inventory , do a photoshoot with that
View attachment 436605 View attachment 436606