xslayermkdx

Active Member
Jun 4, 2017
962
359
1. So also paying members have this problem or forum problem?
2.Is it the same problem with the compressed version no need to bother right?
3.When Can we expect new update or Fix and is it announced?
4.And please someone save file i want to see last scene with MC in the kitchen will be really appreciated!
 

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,040
3,109
1. So also paying members have this problem or forum problem?
2.Is it the same problem with the compressed version no need to bother right?
3.When Can we expect new update or Fix and is it announced?
4.And please someone save file i want to see last scene with MC in the kitchen will be really appreciated!
1.everybody is having the same issues
2. same errors
3. properly never so you have to use the unoffical ones (i have reported the errors to the dev of this game)
4. don't have one for you but maybe some else have one for you

hope this answer your question
 
  • Like
Reactions: xslayermkdx

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,040
3,109
anyone thats having problem even though that you used the unofficial bugfix please report your error codes so that member are willing to fix the bug there no guarantee the dev will fix it

if you don't know what they look like here is a preview

Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/tv.rpy", line 451, in <module>
NameError: name 'scenes' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/tv.rpyc", line 451, in script
    m���06_�!R*�g�R    k�/TK�"m    �I��:�����T���J���].��9财^`�D`̥�X�\na��+
 

Ubik

Old man in a young body
Donor
Sep 8, 2016
633
1,160
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/library.rpy", line 564, in <module>
NameError: name 'come_anna' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/library.rpyc", line 206, in script
    '��1[�t�O,���e�(���$?�[���p��*�2䦁pm��8 .�U���))-dg[G�މ����#�H*��xЃ@� z�@�<)^���艻�$�9��5���KT��>q㼭&Z(���6�h%�f�6YOJ��A-<q����u�Ȥ��`
  File "F:\MegaDown\My_cute_roommate-130ex-win\My_cute_roommate-1.3.0ex-win\renpy\ast.py", line 1605, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "F:\MegaDown\My_cute_roommate-130ex-win\My_cute_roommate-1.3.0ex-win\renpy\exports.py", line 943, in menu
    condition = renpy.python.py_eval(condition)
  File "F:\MegaDown\My_cute_roommate-130ex-win\My_cute_roommate-1.3.0ex-win\renpy\python.py", line 1960, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "F:\MegaDown\My_cute_roommate-130ex-win\My_cute_roommate-1.3.0ex-win\renpy\python.py", line 1953, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/library.rpy", line 564, in <module>
NameError: name 'come_anna' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.0.424
1.3.0ex
Mon May 13 08:24:27 2019
Still not fixed. Tried this on a fresh game with only incest patch and this fix.
 

rash69

Active Member
Jul 6, 2017
515
404
2 questions:

1.Where to copy them destination?

2.Will old save files work?
always put the bug fix in the folder labled "game" unless it says other wise

i started a new game and cheted the money and maxed the stats took me around 30 in game days with out the walkthrough but i played before and went off memory
 

MaXiMa

Member
Jun 7, 2017
254
99
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/library.rpy", line 564, in <module>
NameError: name 'come_anna' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/library.rpyc", line 206, in script
    '��1[�t�O,���e�(���$?�[���p��*�2䦁pm��8 .�U���))-dg[G�މ����#�H*��xЃ@� z�@�<)^���艻�$�9��5���KT��>q㼭&Z(���6�h%�f�6YOJ��A-<q����u�Ȥ��`
  File "F:\MegaDown\My_cute_roommate-130ex-win\My_cute_roommate-1.3.0ex-win\renpy\ast.py", line 1605, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "F:\MegaDown\My_cute_roommate-130ex-win\My_cute_roommate-1.3.0ex-win\renpy\exports.py", line 943, in menu
    condition = renpy.python.py_eval(condition)
  File "F:\MegaDown\My_cute_roommate-130ex-win\My_cute_roommate-1.3.0ex-win\renpy\python.py", line 1960, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "F:\MegaDown\My_cute_roommate-130ex-win\My_cute_roommate-1.3.0ex-win\renpy\python.py", line 1953, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/library.rpy", line 564, in <module>
NameError: name 'come_anna' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.0.424
1.3.0ex
Mon May 13 08:24:27 2019
Still not fixed. Tried this on a fresh game with only incest patch and this fix.
in my game there is no error trying
I can upload the game I have
 

Tacito

Forum Fanatic
Jul 15, 2017
5,183
40,107
in my game there is no error trying
I can upload the game I have
You see that problem if you start a new game and play it until you go to library.
This is the problem come_anna is defined after load , so if you save and load before ... no problem.
You can also exit the game and when you load the save there is no problem.
This is without save/load and after save/load
anna.jpg

This is the code in script.rpy

Python:
label after_load:

    python:
        try:
            take_look_dorm
        except:
            take_look_dorm = Task(_("Take a look at the dorm"))
            TASK.append(take_look_dorm)

        try:
            come_anna
        except:
            come_anna = Task(_("Come to Anna"))
            TASK.append(come_anna)
            spider.label = ["library1","college3","college2"]
     return
it is a "false" problem :)

and it is needed near the end of the game ... so no problem to use my old 1.21 save ;)
Senza nome.jpg
 
3.40 star(s) 168 Votes