Jul 2, 2024
144
179
can anyone help me to deal with this error? it is a text we get from zoey at the same time sally is texting us about coming to do the lab report, any help would be appreciated, I don't want to restart everything again and download a the full game instead of the patch.

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

Compiling ATL code at game/scripts/new_phone/apps/pack_quest_app/mphone_pack_quest_img.rpy:181
  File "game/scripts/freeroam/episode11/ep11_freeroam_diks.rpy", line 122, in <module>
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 63, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 76, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 80, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 91, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 106, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 119, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 120, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 121, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 122, in execute
NameError: Name 'm_c_text' is not defined.

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

Full traceback:
  File "scripts/freeroam/episode11/ep11_freeroam_diks.rpyc", line 122, in script
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/freeroam/episode11/ep11_freeroam_diks.rpy", line 122, in <module>
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 1, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 63, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 76, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 80, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 91, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 106, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 119, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 120, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 121, in execute
  File "game/scripts/new_phone/apps/chat_app/mphone_chat_app.rpy", line 122, in execute
  File "renpy/text/text.py", line 1574, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'm_c_text' is not defined.

Windows-10-10.0.26100
Ren'Py 7.4.10.2178
Being a DIK 0.11.0
Fri Mar  7 18:04:18 2025
 

Bloker997

Active Member
Aug 20, 2022
816
1,402
Used save fixer for sancho mod, still gets


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/episode11/update11.rpy", line 3936, in script
if ep4_toldDerekAboutJade:
File "game/scripts/episode11/update11.rpy", line 3936, in <module>
if ep4_toldDerekAboutJade:
NameError: name 'ep4_toldDerekAboutJade' is not defined

Cant access mommy scene, how to fix this shit?
 
  • Haha
Reactions: Penkovsky

MGDS

Newbie
Jan 31, 2024
95
63
I downloaded the split parts, unzipped them and started playing from a 0.10 save. I tried several times with several choices after leaving the house at the end of episode 10. I've got every time a renpy error just after this screen :
1741381725668.png

1741381764442.png
 

xfam0us

Member
Mar 23, 2018
106
148
downloaded the full game (18gb), wont get past first scene, download "fix", now game wont boot up whatever i do


I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not load file C:\Users\alexl\OneDrive\Skrivbord\asdasd\BeingADIK-0.11.0-pc-lin/game/scripts/anims/episode11_animations.rpyc.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 482, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 789, in load_appropriate_file
raise Exception("Could not load file %s." % lastfn)
Exception: Could not load file C:\Users\alexl\OneDrive\Skrivbord\asdasd\BeingADIK-0.11.0-pc-lin/game/scripts/anims/episode11_animations.rpyc.
 
Aug 9, 2018
401
834
i havent checked in with this game since the part where they made you choose a girl to go steady with.

if you do end up choosing one, does it mean you only get sex scenes with that girl/do you cheat on her/are you in a relationship but can still get the "side" girls?
 

Nighty_mkd

New Member
Apr 10, 2022
1
0
Anybody else unable to finish downloading the game from any of the links? They all download for a few minutes and then "fail". I tried every single link for both the uncompressed and the compressed version.

Any tips would be much appreciated!
 

StingerWolf

Well-Known Member
Sep 5, 2017
1,417
2,000
Anyone encountered virus downloaders in the script of the version uploaded on this site? Asking just to make sure.
 
4.70 star(s) 1,638 Votes