0% found this document useful (0 votes)
10 views3 pages

Traceback

An uncaught exception occurred while running the game code for Doki Doki Literature Club, leading to a RestartTopContext error. The error message suggests that a character is causing difficulties, and the narrator humorously contemplates deleting her to resolve the issue. The traceback details the sequence of function calls that led to the error, indicating a problem with the game's interaction and loading processes.

Uploaded by

aaryan.verma2108
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)
10 views3 pages

Traceback

An uncaught exception occurred while running the game code for Doki Doki Literature Club, leading to a RestartTopContext error. The error message suggests that a character is causing difficulties, and the narrator humorously contemplates deleting her to resolve the issue. The traceback details the sequence of function calls that led to the error, indicating a problem with the game's interaction and loading processes.

Uploaded by

aaryan.verma2108
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 40, in script call
File "game/script-ch1.rpy", line 336, in script call
File "game/script-ch1.rpy", line 657, in script
File "renpy/common/00gamemenu.rpy", line 127, in _invoke_game_menu
renpy.display.behavior.run(config.game_menu_action)
File "game/options.rpy", line 175, in game_menu_check
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 goes nothing.

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

Full traceback:
File "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\
execution.py", line 761, in run_context
context.run()
File "game/script.rpy", line 40, in script call
File "game/script-ch1.rpy", line 336, in script call
File "game/script-ch1.rpy", line 657, in script
File "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\ast.py",
line 613, in execute
renpy.exports.say(who, what, interact=self.interact)
File "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\
exports.py", line 1147, in say
who(what, interact=interact)
File "C:\Games\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 "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\
character.py", line 716, in do_display
**display_args)
File "C:\Games\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 "C:\Games\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 "C:\Games\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 "C:\Games\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 "C:\Games\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 "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\display\
behavior.py", line 430, in event
rv = run(action)
File "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\display\
behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00gamemenu.rpy", line 127, in _invoke_game_menu
renpy.display.behavior.run(config.game_menu_action)
File "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\display\
behavior.py", line 306, in run
return action(*args, **kwargs)
File "game/options.rpy", line 175, in game_menu_check
File "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\game.py",
line 330, in call_in_new_context
return renpy.execution.run_context(False)
File "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\
execution.py", line 761, in run_context
context.run()
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "C:\Games\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 "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\python.py",
line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "C:\Games\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 "C:\Games\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 "C:\Games\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 "C:\Games\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 "C:\Games\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 "C:\Games\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 "C:\Games\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 "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\display\
screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "C:\Games\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 "C:\Games\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 "C:\Games\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 "C:\Games\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 "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\display\
behavior.py", line 889, in event
return handle_click(self.clicked)
File "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\display\
behavior.py", line 824, in handle_click
rv = run(action)
File "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\display\
behavior.py", line 299, in run
new_rv = run(i, *args, **kwargs)
File "C:\Games\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 "C:\Games\Steam\steamapps\common\Doki Doki Literature Club\renpy\
loadsave.py", line 594, in load
log.unfreeze(roots, label="_after_load")
File "C:\Games\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 "C:\Games\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 goes nothing.

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

You might also like