4.20 star(s) 165 Votes

Silentheart42

Member
May 10, 2019
344
100
Just had this error on the game right after Mary asks about Marriage. I clicked Yes and there was dialog then this:


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

While running game code:
  File "game/day19.rpy", line 2, in script
    if back2toex == True:
  File "game/day19.rpy", line 2, in <module>
    if back2toex == True:
NameError: name 'back2toex' is not defined

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

Full traceback:
  File "game/day19.rpy", line 2, in script
    if back2toex == True:
  File "C:\Users\David\Desktop\LifewithMary-1.0.1-pc\renpy\ast.py", line 1830, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\David\Desktop\LifewithMary-1.0.1-pc\renpy\python.py", line 2035, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\David\Desktop\LifewithMary-1.0.1-pc\renpy\python.py", line 2028, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/day19.rpy", line 2, in <module>
    if back2toex == True:
NameError: name 'back2toex' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Life with Mary 1.0.1
Fri Aug 02 14:33:34 2019
 

BOSOBS

Active Member
May 24, 2019
743
252
this is kinda like babysitter but the genre leaves very little to the imagination
question is should i play it or not
 

Xandrilad

Newbie
Jan 25, 2019
88
73
Just had this error on the game right after Mary asks about Marriage. I clicked Yes and there was dialog then this:


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

While running game code:
  File "game/day19.rpy", line 2, in script
    if back2toex == True:
  File "game/day19.rpy", line 2, in <module>
    if back2toex == True:
NameError: name 'back2toex' is not defined

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

Full traceback:
  File "game/day19.rpy", line 2, in script
    if back2toex == True:
  File "C:\Users\David\Desktop\LifewithMary-1.0.1-pc\renpy\ast.py", line 1830, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\David\Desktop\LifewithMary-1.0.1-pc\renpy\python.py", line 2035, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\David\Desktop\LifewithMary-1.0.1-pc\renpy\python.py", line 2028, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/day19.rpy", line 2, in <module>
    if back2toex == True:
NameError: name 'back2toex' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Life with Mary 1.0.1
Fri Aug 02 14:33:34 2019
I've attached a fix for the variable error if anyone wants it.
 

Astro55

New Member
Nov 17, 2017
13
21
Just had this error on the game right after Mary asks about Marriage. I clicked Yes and there was dialog then this:


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

While running game code:
  File "game/day19.rpy", line 2, in script
    if back2toex == True:
  File "game/day19.rpy", line 2, in <module>
    if back2toex == True:
NameError: name 'back2toex' is not defined

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

Full traceback:
  File "game/day19.rpy", line 2, in script
    if back2toex == True:
  File "C:\Users\David\Desktop\LifewithMary-1.0.1-pc\renpy\ast.py", line 1830, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\David\Desktop\LifewithMary-1.0.1-pc\renpy\python.py", line 2035, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\David\Desktop\LifewithMary-1.0.1-pc\renpy\python.py", line 2028, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/day19.rpy", line 2, in <module>
    if back2toex == True:
NameError: name 'back2toex' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Life with Mary 1.0.1
Fri Aug 02 14:33:34 2019

I too had the same error. I just ignored it and finished the game.
 

lonerboner

Member
Jul 24, 2019
143
323
Life_with_Mary_v040_Walkthrough is this the complete walkthrough? btw I love the story of this game and I hope his new game is good has this game.
 

Segnbora

Well-Known Member
Aug 30, 2017
1,746
3,151
Make different choices, then. You can be richly rewarded with Simone. There are a lot of endings.
 
4.20 star(s) 165 Votes