Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 41 to 42 of 42 · Previous page · First page
(+1)

Uh, an error when showering after the first yoga lession:

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

While running game code:
  File "game/characters/Esperanza/Gym/yoga_first_day.rpy", line 140, in script
    show image "characters/Esperanza/esperanza_adesuwa_mc_gym_locker.webp" with dissovle
  File "game/characters/Esperanza/Gym/yoga_first_day.rpy", line 140, in <module>
    show image "characters/Esperanza/esperanza_adesuwa_mc_gym_locker.webp" with dissovle
NameError: name 'dissovle' is not defined
 

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

Full traceback:
  File "game/characters/Esperanza/Gym/yoga_first_day.rpy", line 140, in script
    show image "characters/Esperanza/esperanza_adesuwa_mc_gym_locker.webp" with dissovle
  File "MothersDevotion-0.02EarlyAccess-pc/renpy/ast.py", line 1439, in execute
    paired = renpy.python.py_eval(self.paired)
  File "MothersDevotion-0.02EarlyAccess-pc/renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "MothersDevotion-0.02EarlyAccess-pc/renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/characters/Esperanza/Gym/yoga_first_day.rpy", line 140, in <module>
    show image "characters/Esperanza/esperanza_adesuwa_mc_gym_locker.webp" with dissovle
NameError: name 'dissovle' is not defined
[/code]

(+1)

…and another one when working alone for the second time:

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

While running game code:
  File "game/characters/MC/Office/MC_office_quest.rpy", line 4, in script
    if mc_offce_desk_quest == 0:
  File "game/characters/MC/Office/MC_office_quest.rpy", line 4, in <module>
    if mc_offce_desk_quest == 0:
NameError: name 'mc_offce_desk_quest' is not defined
 

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

Full traceback:
  File "game/characters/MC/Office/MC_office_quest.rpy", line 4, in script
    if mc_offce_desk_quest == 0:
  File "MothersDevotion-0.02EarlyAccess-pc/renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "MothersDevotion-0.02EarlyAccess-pc/renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "MothersDevotion-0.02EarlyAccess-pc/renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/characters/MC/Office/MC_office_quest.rpy", line 4, in <module>
    if mc_offce_desk_quest == 0:
NameError: name 'mc_offce_desk_quest' is not defined
[/code]

(+1)

Thank you for letting me know. The issues seems to be a grammar mistake in the Code. It's a simple mistake but annoying. I will upload a bug fix.

(+1)

Updated and Improved version uploaded! Thank you for reporting both bugs. 

(+1)

Loved it!

Viewing most recent comments 41 to 42 of 42 · Previous page · First page