lollo88

Newbie
Jan 11, 2020
20
7
13
```
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:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\ast.py", line 896, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\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:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\core.py", line 2687, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\core.py", line 3490, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\behavior.py", line 923, in event
return handle_click(self.clicked)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\behavior.py", line 858, in handle_click
rv = run(action)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\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:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\loadsave.py", line 419, in save
six.reraise(t, e, tb)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\renpy\loadsave.py", line 405, in save
dump((roots, renpy.game.log), logf)
File "D:\My Torrents\Programmi\My Cute Roommate v1.6.01 [Ex Beta] [Astaros3D]\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.0 Beta ex+
Sat Jan 18 13:27:25 2020
```
I started the game again and saved when I went home to sleep. And I end up with the same problem. Isn't it some mod that doesn't get to a certain point? I quoted the traceback.txt
 

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,462
3,398
500
I started the game again and saved when I went home to sleep. And I end up with the same problem. Isn't it some mod that doesn't get to a certain point? I quoted the traceback.txt
I will repeat myself this has been posted so many time now

it look like you have been saving during or after the animations

I only had that problem when saving during or after the animation

try only to save at the living room or the map only

but it looks like you running 1.5.0 Beta ex+ not v1.6.01 Ex so update your game to the latest version and try agaian
 
Last edited:
  • Like
Reactions: Papa Ernie

lollo88

Newbie
Jan 11, 2020
20
7
13
I will repeat myself this has been posted so many time now

it look like you have been saving during or after the animations

I only had that problem when saving during or after the animation

try only to save at the living room or the map only

but it looks like you running 1.5.0 Beta ex+ not v1.6.01 Ex so update your game to the latest version and try agaian
I have already downloaded 1.6.01. I see that using the cheat mod (1.5) I change the version of the game. I have to try without this mod if something changes
 

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,462
3,398
500
I have already downloaded 1.6.01. I see that using the cheat mod (1.5) I change the version of the game. I have to try without this mod if something changes
it not the cheatmod that you are using that's causing the pickle error it's the game itself

pickle is for video coding

just make sure not to save during or right after the animation move to a different location first like the map

and my cheatmod has been updated
 

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,462
3,398
500
when is update?
never he not working on it anymore

has stated on his patreon page

Hi! Many thanks to everyone who supports my projects. I really wanted to release the final release this month. But I just finished making renders, it remains to put it to the game and test everything. Therefore, the release is postponed for a week. The final release of the MCR will be November 7th.
 
Last edited:

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,462
3,398
500
read the dialogue don't skip it will tell you when you can do

how to do it is move mouse toward the right side bottom side of the monitor your the rat should be there then click on it when it say Right now.


Screen01.JPG Screen02.JPG Screen03.JPG
 
Last edited by a moderator:
  • Like
Reactions: asd33asd33

lollo88

Newbie
Jan 11, 2020
20
7
13
I just downloaded the updated version of cheatmod and it still happens to me. I have the game 1.6.01 and after entering the cheatmod it changes:
Annotazione 2020-01-18 180935.png

Only if I use the scene mod 1.6.01 v1, it remains the latest version of the game, but rightly without cheat.
 

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,462
3,398
500
I just downloaded the updated version of cheatmod and it still happens to me. I have the game 1.6.01 and after entering the cheatmod it changes:
View attachment 520845

Only if I use the scene mod 1.6.01 v1, it remains the latest version of the game, but rightly without cheat.
you would have to delete they rpyc file for it to change

are you using the scene replay mod? that also why

if you are not then you have add the tacitogallery folder inside the game folder when you are not suppose to

if you are just download this and put it in the game folder
 

lollo88

Newbie
Jan 11, 2020
20
7
13
you would have to delete they rpyc file for it to change

are you using the scene replay mod? that also why

if you are not then you have add the tacitogallery folder inside the game folder when you are not suppose to

if you are just download this and put it in the game folder
I wanted to tell you it's working properly now. Thanks again. I've almost completed the game. Not saving was a little stressful. ;)
 
  • Like
Reactions: rayminator
Nov 17, 2018
166
194
227
This game has the sexiest blowjob scene i've ever fucking seen. Damn that last blowjob at her room was just next level man. The roommate model is amazingly hot and the sex scene are spectacular. The mini game is god damn boring though, atleast you can skip them
 

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,462
3,398
500
How do i max out trainer, I still miss out 2 scene from trainer and 1 scene with the dean in the gallery.
we need more info for us to know which scenes that you need for dean and the trainer to gain hearts for the trainer is to keep on given her message < I properly misspelled that > and don't use the arousal oil until you have enough hearts and keep training to fight as well
 

yunmaster

Well-Known Member
Aug 29, 2017
1,275
1,471
365
It's Completed.
But i don't think it's Completed.
The story is not over, but suddenly a congratulatory message comes out.
Confusing.
 

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,462
3,398
500
It's Completed.
But i don't think it's Completed.
The story is not over, but suddenly a congratulatory message comes out.
Confusing.
this from nov 7th 2019 when he released the last update

Astaros3D
Hi! Many thanks to everyone who supports my projects. I really wanted to release the final release this month. But I just finished making renders, it remains to put it to the game and test everything. Therefore, the release is postponed for a week. The final release of the MCR will be November 7th.
 

yunmaster

Well-Known Member
Aug 29, 2017
1,275
1,471
365
this from nov 7th 2019 when he released the last update

Astaros3D
Hi! Many thanks to everyone who supports my projects. I really wanted to release the final release this month. But I just finished making renders, it remains to put it to the game and test everything. Therefore, the release is postponed for a week. The final release of the MCR will be November 7th.
I know it's done.
It's just how I feel about the game.
I am not good at English.
I'm sorry.
 
3.30 star(s) 181 Votes