0% found this document useful (0 votes)
2K views

Traceback

An uncaught exception occurred while running game code, causing the game to crash. The log provides a full traceback of the error, showing that it happened when trying to load a game file. The game restarted in a new context, with the character expressing that deleting another character might make things easier.

Uploaded by

Cap
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views

Traceback

An uncaught exception occurred while running game code, causing the game to crash. The log provides a full traceback of the error, showing that it happened when trying to load a game file. The game restarted in a new context, with the character expressing that deleting another character might make things easier.

Uploaded by

Cap
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

I'm sorry, but an uncaught exception occurred.

While running game code:


File "game/script.rpy", line 56, in script call
File "game/script-ch3.rpy", line 286, in script
File "renpy/common/00action_menu.rpy", line 103, in __call__
renpy.call_in_new_context("_game_menu", *self.args, _game_menu_screen=screen,
**self.kwargs)
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 427, in __call__
renpy.load(fn)
RestartTopContext: Oh jeez...I didn't break anything, did I? Hold on a sec, I can
probably fix this...I think...
Actually, you know what? This would probably be a lot easier if I just deleted her.
She's the one who's making this so difficult. Ahaha! Well, here's goes nothing.

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

Full traceback:
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\execution.py", line 761, in run_context
context.run()
File "game/script.rpy", line 56, in script call
File "game/script-ch3.rpy", line 286, in script
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\ast.py", line 613, in execute
renpy.exports.say(who, what, interact=self.interact)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\exports.py", line 1147, in say
who(what, interact=interact)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\character.py", line 877, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\character.py", line 716, in do_display
**display_args)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\character.py", line 508, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
**kwargs)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\core.py", line 3204, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\behavior.py", line 889, in event
return handle_click(self.clicked)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\behavior.py", line 824, in handle_click
rv = run(action)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 103, in __call__
renpy.call_in_new_context("_game_menu", *self.args, _game_menu_screen=screen,
**self.kwargs)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\game.py", line 330, in call_in_new_context
return renpy.execution.run_context(False)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\execution.py", line 761, in run_context
context.run()
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
**kwargs)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\core.py", line 3204, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\transition.py", line 45, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\layout.py", line 232, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\behavior.py", line 889, in event
return handle_click(self.clicked)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\behavior.py", line 824, in handle_click
rv = run(action)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\behavior.py", line 299, in run
new_rv = run(i, *args, **kwargs)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 427, in __call__
renpy.load(fn)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\loadsave.py", line 594, in load
log.unfreeze(roots, label="_after_load")
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\python.py", line 1674, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "D:\Program Files (x86)\Steam\steamapps\common\Doki Doki Literature
Club\renpy\python.py", line 1603, in rollback
raise renpy.game.RestartTopContext(label)
RestartTopContext: Oh jeez...I didn't break anything, did I? Hold on a sec, I can
probably fix this...I think...
Actually, you know what? This would probably be a lot easier if I just deleted her.
She's the one who's making this so difficult. Ahaha! Well, here's goes nothing.

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Doki Doki Literature Club! 1.1.0

You might also like