Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Bug in the backrooms Mitsuki's Dive, line 1187, seems miti_env_pla_cloth isn't defined:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call

    call sexpersonality() from _call_sexpersonality

  File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call

    call sexdominantmoves() from _call_sexdominantmoves

  File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call

    call sextopmoves() from _call_sextopmoves_1

  File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call

    call sexpersonality() from _call_sexpersonality

  File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call

    call sexdominantmoves() from _call_sexdominantmoves

  File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call

    call sextopmoves() from _call_sextopmoves_1

  File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call

    call sexpersonality() from _call_sexpersonality

  File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call

    call sexdominantmoves() from _call_sexdominantmoves

  File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call

    call sextopmoves() from _call_sextopmoves_1

  File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call

    call sexpersonality() from _call_sexpersonality

  File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call

    call sexdominantmoves() from _call_sexdominantmoves

  File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call

    call sextopmoves() from _call_sextopmoves_1

  File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call

    call sexpersonality() from _call_sexpersonality

  File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call

    call sexdominantmoves() from _call_sexdominantmoves

  File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call

    call sextopmoves() from _call_sextopmoves_1

  File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call

    call sexpersonality() from _call_sexpersonality

  File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call

    call sexdominantmoves() from _call_sexdominantmoves

  File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call

    call sextopmoves() from _call_sextopmoves_1

  File "game/Ego Dives/Mitsuki_Dive.rpy", line 1187, in script

    if miti_env_pla_cloth == 1 :

  File "game/Ego Dives/Mitsuki_Dive.rpy", line 1187, in <module>

    if miti_env_pla_cloth == 1 :

NameError: name 'miti_env_pla_cloth' is not defined

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

Full traceback:

  File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call

    call sexpersonality() from _call_sexpersonality

  File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call

    call sexdominantmoves() from _call_sexdominantmoves

  File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call

    call sextopmoves() from _call_sextopmoves_1

  File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call

    call sexpersonality() from _call_sexpersonality

  File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call

    call sexdominantmoves() from _call_sexdominantmoves

  File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call

    call sextopmoves() from _call_sextopmoves_1

  File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call

    call sexpersonality() from _call_sexpersonality

  File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call

    call sexdominantmoves() from _call_sexdominantmoves

  File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call

    call sextopmoves() from _call_sextopmoves_1

  File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call

    call sexpersonality() from _call_sexpersonality

  File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call

    call sexdominantmoves() from _call_sexdominantmoves

  File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call

    call sextopmoves() from _call_sextopmoves_1

  File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call

    call sexpersonality() from _call_sexpersonality

  File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call

    call sexdominantmoves() from _call_sexdominantmoves

  File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call

    call sextopmoves() from _call_sextopmoves_1

  File "game/code for innerworkings/Sexwork New.rpy", line 2082, in script call

    call sexpersonality() from _call_sexpersonality

  File "game/code for innerworkings/Sexwork New.rpy", line 1037, in script call

    call sexdominantmoves() from _call_sexdominantmoves

  File "game/code for innerworkings/Sexwork New.rpy", line 1706, in script call

    call sextopmoves() from _call_sextopmoves_1

  File "game/Ego Dives/Mitsuki_Dive.rpy", line 1187, in script

    if miti_env_pla_cloth == 1 :

  File "/port/SizeMeUp.app/Contents/Resources/autorun/renpy/ast.py", line 1898, in execute

    if renpy.python.py_eval(condition):

  File "/port/SizeMeUp.app/Contents/Resources/autorun/renpy/python.py", line 2276, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "/port/SizeMeUp.app/Contents/Resources/autorun/renpy/python.py", line 2269, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/Ego Dives/Mitsuki_Dive.rpy", line 1187, in <module>

    if miti_env_pla_cloth == 1 :

NameError: name 'miti_env_pla_cloth' is not defined

Darwin-24.4.0-x86_64-i386-64bit

Ren'Py 7.4.11.2266

Size Me Up 1.0

Sun May 11 22:32:05 2025

```