cxx

Message Maestro
Nov 14, 2017
59,898
29,974
Doesn't work if they are on a phone. For some reasons files shared like that open when clicked on while using a phone and it's a useless .txt file then...
well rpys are textfiles but anyways best would be zip file and then attach it.
 

Spfjolietjake

Conversation Conqueror
Sep 26, 2019
7,511
14,648
well rpys are textfiles but anyways best would be zip file and then attach it.
I've just had this issue with everything from incest patches to walkthroughs and my phone. Yeah I've never had issue if it's a zip
 

Ordolph

Newbie
May 16, 2017
18
119
so no wincest= no bug, but wincest=bug? lame cuz thats the only patch i have
You can reinstall it once you get past that question. Something about the patch creates a null reference error on that particular question for some reason. Should be pretty easy to fix, but it's not my mod so I'm not going to bother
 

Knight2416

Member
Jul 16, 2017
489
941
this happens after the second photoshoot with olivia. i can ignore this but it leads to my not going back to see her.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/dia08_02.rpy", line 1527, in script
    menu:
  File "game/screens.rpy", line 219, in execute
    screen choice(items):
  File "game/screens.rpy", line 219, in execute
    screen choice(items):
  File "game/screens.rpy", line 222, in execute
    vbox:
  File "game/screens.rpy", line 223, in execute
    for i in items:
  File "game/screens.rpy", line 224, in execute
    textbutton i.caption action i.action
NameError: Name 'JGR9' is not defined.

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

Full traceback:
  File "game/dia08_02.rpy", line 1527, in script
    menu:
  File "F:\fun games\TheAssistant-1.9-pc\renpy\ast.py", line 1564, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\exports.py", line 917, in menu
    rv = renpy.store.menu(items)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\exports.py", line 1110, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 219, in execute
    screen choice(items):
  File "game/screens.rpy", line 219, in execute
    screen choice(items):
  File "game/screens.rpy", line 222, in execute
    vbox:
  File "game/screens.rpy", line 223, in execute
    for i in items:
  File "game/screens.rpy", line 224, in execute
    textbutton i.caption action i.action
  File "F:\fun games\TheAssistant-1.9-pc\renpy\ui.py", line 973, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\text\text.py", line 1423, in __init__
    self.set_text(text, scope, substitute)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\text\text.py", line 1542, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
  File "F:\fun games\TheAssistant-1.9-pc\renpy\substitutions.py", line 203, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'JGR9' is not defined.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
The Assistant 1.9
Thu Mar 10 20:49:56 2022
so no wincest= no bug, but wincest=bug? lame cuz thats the only patch i have
If I read the code right, just hit ignore, open console (Unren option 3) and type
'aceptar_propuesta_olivia = True'

The variable was only one I saw change once i hit ignore, switched from True to False
 

majorlink

Member
Jan 26, 2018
215
79
If I read the code right, just hit ignore, open console (Unren option 3) and type
'aceptar_propuesta_olivia = True'

The variable was only one I saw change once i hit ignore, switched from True to False
and im guessing that this will change my option of not seeing her anymore to continuing to see her?
 
  • Like
Reactions: Knight2416

Knight2416

Member
Jul 16, 2017
489
941
seem like it I will test it soon, I have not got to next visit, but it was only vairible that move true to false and it checked with other path ending options same rules.
 

Kukipett

Well-Known Member
Feb 2, 2021
1,923
3,792
Well after a while i have rejected all girls, they are just sluts, except ... the nun, nuns are fun don't you think !!:ROFLMAO:
I will soon be brother in law with Jesus i think :love:
 
  • Haha
Reactions: Abhai

Parmenides

Newbie
Jun 23, 2020
79
646
this happens after the second photoshoot with olivia. i can ignore this but it leads to my not going back to see her.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/dia08_02.rpy", line 1527, in script
    menu:
  File "game/screens.rpy", line 219, in execute
    screen choice(items):
  File "game/screens.rpy", line 219, in execute
    screen choice(items):
  File "game/screens.rpy", line 222, in execute
    vbox:
  File "game/screens.rpy", line 223, in execute
    for i in items:
  File "game/screens.rpy", line 224, in execute
    textbutton i.caption action i.action
NameError: Name 'JGR9' is not defined.

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

Full traceback:
  File "game/dia08_02.rpy", line 1527, in script
    menu:
  File "F:\fun games\TheAssistant-1.9-pc\renpy\ast.py", line 1564, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\exports.py", line 917, in menu
    rv = renpy.store.menu(items)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\exports.py", line 1110, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 219, in execute
    screen choice(items):
  File "game/screens.rpy", line 219, in execute
    screen choice(items):
  File "game/screens.rpy", line 222, in execute
    vbox:
  File "game/screens.rpy", line 223, in execute
    for i in items:
  File "game/screens.rpy", line 224, in execute
    textbutton i.caption action i.action
  File "F:\fun games\TheAssistant-1.9-pc\renpy\ui.py", line 973, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\text\text.py", line 1423, in __init__
    self.set_text(text, scope, substitute)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\text\text.py", line 1542, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
  File "F:\fun games\TheAssistant-1.9-pc\renpy\substitutions.py", line 203, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'JGR9' is not defined.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
The Assistant 1.9
Thu Mar 10 20:49:56 2022
fixed
 

Parmenides

Newbie
Jun 23, 2020
79
646
this happens after the second photoshoot with olivia. i can ignore this but it leads to my not going back to see her.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/dia08_02.rpy", line 1527, in script
    menu:
  File "game/screens.rpy", line 219, in execute
    screen choice(items):
  File "game/screens.rpy", line 219, in execute
    screen choice(items):
  File "game/screens.rpy", line 222, in execute
    vbox:
  File "game/screens.rpy", line 223, in execute
    for i in items:
  File "game/screens.rpy", line 224, in execute
    textbutton i.caption action i.action
NameError: Name 'JGR9' is not defined.

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

Full traceback:
  File "game/dia08_02.rpy", line 1527, in script
    menu:
  File "F:\fun games\TheAssistant-1.9-pc\renpy\ast.py", line 1564, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\exports.py", line 917, in menu
    rv = renpy.store.menu(items)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\exports.py", line 1110, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "F:\fun games\TheAssistant-1.9-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 219, in execute
    screen choice(items):
  File "game/screens.rpy", line 219, in execute
    screen choice(items):
  File "game/screens.rpy", line 222, in execute
    vbox:
  File "game/screens.rpy", line 223, in execute
    for i in items:
  File "game/screens.rpy", line 224, in execute
    textbutton i.caption action i.action
  File "F:\fun games\TheAssistant-1.9-pc\renpy\ui.py", line 973, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\text\text.py", line 1423, in __init__
    self.set_text(text, scope, substitute)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\text\text.py", line 1542, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "F:\fun games\TheAssistant-1.9-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
  File "F:\fun games\TheAssistant-1.9-pc\renpy\substitutions.py", line 203, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'JGR9' is not defined.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
The Assistant 1.9
Thu Mar 10 20:49:56 2022
Fixed
 

cxx

Message Maestro
Nov 14, 2017
59,898
29,974
Well after a while i have rejected all girls, they are just sluts, except ... the nun, nuns are fun don't you think !!:ROFLMAO:
I will soon be brother in law with Jesus i think :love:
more like pile of ash.
 

toolkitxx

Well-Known Member
Modder
Donor
Game Developer
May 3, 2017
1,473
1,789
2 minor bugs i came across (1.9 pc - nothing else installed) - language chosen English

  • I think its day 4 or 5 when the MC gets back home and Beatrix is at his place. Player gets option to check on her or not. Even if one decides not to check on her MC will think about her masturbating. This should not happen since the MC never experienced it.
  • Picking up Iris from the Cafe and during the trip in the car - there is a single Spanish entry left in Iris dialogue
 

cxx

Message Maestro
Nov 14, 2017
59,898
29,974
2 minor bugs i came across (1.9 pc - nothing else installed) - language chosen English
  • Picking up Iris from the Cafe and during the trip in the car - there is a single Spanish entry left in Iris dialogue
yep, had same even with wt-mod and other when mc was banging that woman when her hubby was on next room.
 

toolkitxx

Well-Known Member
Modder
Donor
Game Developer
May 3, 2017
1,473
1,789
thats what i mean,how can he have a niece and sister when he says he has no family in interview for job with pamela in the first place?
Because by definition a niece is not considered family in terms of business relevance. Only immediate family like wife and children.
 
  • Like
Reactions: GetOutOfMyLab
4.20 star(s) 73 Votes