4.10 star(s) 18 Votes

Kiaterra117

Member
Jan 16, 2018
150
74
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 15, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 15, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 23, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 31, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 36, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 41, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 41, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 42, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 144, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 1, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 1, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 2, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 6, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 9, in execute
NameError: Name 'just download' is not defined.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  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 "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  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/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/core/screens/gui/game_menu/game_menu.rpy", line 15, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 15, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 23, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 31, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 36, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 41, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 41, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 42, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 144, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 1, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 1, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 2, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 6, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 9, 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 'just download' is not defined.

Windows-10-10.0.22000
Ren'Py 7.4.11.2213
Kunoichi Trainer 0.17.2
Sat Mar  5 19:28:17 2022
 

drpavelcia

Member
Aug 19, 2018
440
807
I figured out you can make Ino nude by typing the following into the console, it probably works for Sakura and any others that have costumes:
Code:
ino.defaults["costume"]=None;ino.defaults["top"]=None;ino.defaults["bottom"]=None;ino.defaults["bra"]=None;ino.defaults["panties"]=None;
 
Nov 7, 2017
478
958
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 15, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 15, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 23, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 31, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 36, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 41, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 41, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 42, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 144, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 1, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 1, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 2, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 6, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 9, in execute
NameError: Name 'just download' is not defined.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  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 "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  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/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/core/screens/gui/game_menu/game_menu.rpy", line 15, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 15, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 23, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 31, in execute
  File "game/core/screens/gui/game_menu/game_menu.rpy", line 36, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 41, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 41, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 42, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 144, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 1, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 1, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 2, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 6, in execute
  File "game/core/screens/gui/main_menu/options_screen.rpy", line 9, 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 'just download' is not defined.

Windows-10-10.0.22000
Ren'Py 7.4.11.2213
Kunoichi Trainer 0.17.2
Sat Mar  5 19:28:17 2022
I'm getting this too.
 

BeenThroughHell

Active Member
Sep 10, 2020
982
470
See use your cupboard cheats and go to items and get a fuchsia flower , go to Sakura, there would be a give fuchsia flower option, press that and it should automatically start another quest for you, it would be cheating obviously but i got stuck at the same point so i tried this and it kinda worked so yea
nope it doesnt work on me. i dont see the option about the flower for sakura or anything at all
 

Mezeto

Member
May 31, 2020
236
242
Saves don't work

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <class 'store.ItemCheats'>: it's not the same object as store.ItemCheats

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  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 "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  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 4155, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 727, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/viewport.py", line 299, in event
    rv = super(Viewport, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1100, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 980, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 915, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 330, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 415, in save
    reraise(t, e, tb)
  File "renpy/loadsave.py", line 401, in save
    dump((roots, renpy.game.log), logf)
  File "renpy/loadsave.py", line 49, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
PicklingError: Can't pickle <class 'store.ItemCheats'>: it's not the same object as store.ItemCheats

Windows-10-10.0.19041
Ren'Py 7.4.11.2213
Kunoichi Trainer 0.17.2
Sun Mar  6 20:09:05 2022
 
  • Like
Reactions: pepenoch

BUDGHERING

New Member
Sep 3, 2018
8
2
How do I even start Tenten quest? I've already done the first date with Sakura. What is Ino's quest? The vials of blood?
 
4.10 star(s) 18 Votes