0% found this document useful (0 votes)
27 views14 pages

Log

The document contains a log of the initialization and error handling process for the game '14 Days With You' built with Ren'Py version 8.2.1. The log details various loading times, screen preparations, and ultimately an exception indicating a rollback failure due to incompatible script changes. The error suggests that the game encountered issues during the loading process, preventing it from executing properly.

Uploaded by

nanahachi375
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)
27 views14 pages

Log

The document contains a log of the initialization and error handling process for the game '14 Days With You' built with Ren'Py version 8.2.1. The log details various loading times, screen preparations, and ultimately an exception indicating a rollback failure due to incompatible script changes. The error suggests that the game encountered issues during the loading process, preventing it from executing properly.

Uploaded by

nanahachi375
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

2025-02-26 [Link] UTC

Windows-10-10.0.19041
Ren'Py 8.2.1.24030407

14 Days With You


3.5
Built at 2024-06-09 [Link] UTC

Early init took 0.12s


Loading error handling took 0.09s
Loading script took 0.35s
Loading save slot metadata took 0.10s
Loading persistent took 0.00s
Set script version to: (8, 2, 1)
Running init code took 0.14s
Loading analysis data took 0.06s
Analyze and compile ATL took 0.04s
Reloading save slot metadata took 0.12s
Index archives took 0.00s
Dump and make backups took 0.00s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc took 0.07s
DPI scale factor: 1.250000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: b"Couldn't load nvlib." (can be ignored)
Creating interface object took 0.00s
Cleaning stores took 0.00s
Init translation took 0.08s
Build styles took 0.01s
Load screen analysis took 0.00s
Analyze screens took 0.04s
Save screen analysis took 0.07s
Prepare screens took 0.23s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Interface start took 0.18s

Initializing gl2 renderer:


primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Fullscreen mode.
Vendor: "b'Intel'"
Renderer: b'Intel(R) HD Graphics 630'
Version: b'4.6.0 - Build 31.0.101.2111'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1920, 1080) drawable=(1920, 1080)
Maximum texture size: 4096x4096
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.01s
Load screen analysis took 0.06s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.00s
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.00s
Load screen analysis took 0.05s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.00s
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.00s
Load screen analysis took 0.04s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.00s

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 823, in
execute
[Link].py_exec_bytecode([Link], [Link], store=[Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1178, in
py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in
_execute_python_hide
[Link]()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 301, in
interact
rv = [Link](roll_forward=roll_forward, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
793, in event
rv = [Link](ev, x, y, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
288, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1174, in event
return handle_click([Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1095, in handle_click
rv = run(action)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
395, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 498, in __call__
[Link](fn)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 829, in
load
[Link](roots, label="_after_load")
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1130,
in unfreeze
[Link](0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 925, in
rollback
self.load_failed()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 843, in
load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script
changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

While running game code:


File "renpy/common/00action_file.rpy", line 498, in __call__
[Link](fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?
While handling exception:
Traceback (most recent call last):
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 596,
in run
[Link]()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 823, in
execute
[Link].py_exec_bytecode([Link], [Link], store=[Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1178, in
py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in
_execute_python_hide
[Link]()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 301, in
interact
rv = [Link](roll_forward=roll_forward, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
793, in event
rv = [Link](ev, x, y, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
288, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1174, in event
return handle_click([Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1095, in handle_click
rv = run(action)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
395, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 498, in __call__
[Link](fn)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 829, in
load
[Link](roots, label="_after_load")
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1130,
in unfreeze
[Link](0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 925, in
rollback
self.load_failed()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 843, in
load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script
changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):


File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
140, in report_exception
[Link].invoke_in_new_context(
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 293, in
invoke_in_new_context
return callable(*args, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
48, in call_exception_screen
return [Link](mouse="screen", type="screen", suppress_overlay=True,
suppress_underlay=True)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 301, in
interact
rv = [Link](roll_forward=roll_forward, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
793, in event
rv = [Link](ev, x, y, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1426, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
288, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
288, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1174, in event
return handle_click([Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1095, in handle_click
rv = run(action)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
395, in run
return action(*args, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
55, in rollback_action
[Link](force=True)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1840, in
rollback
[Link](checkpoints, greedy=greedy, label=label, force=(force
is True), abnormal=abnormal, current_label=current_label)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 925, in
rollback
self.load_failed()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 843, in
load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script
changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

Full traceback:
File "renpy/common/[Link]", line 279, in script
python:
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 823, in
execute
[Link].py_exec_bytecode([Link], [Link], store=[Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1178, in
py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/[Link]", line 281, in <module>
renpy.call_in_new_context(_restart[2])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 358, in
call_in_new_context
return [Link].run_context(False)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 955,
in run_context
[Link]()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 823, in
execute
[Link].py_exec_bytecode([Link], [Link], store=[Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1178, in
py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in
_execute_python_hide
[Link]()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 301, in
interact
rv = [Link](roll_forward=roll_forward, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
793, in event
rv = [Link](ev, x, y, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
288, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1174, in event
return handle_click([Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1095, in handle_click
rv = run(action)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
395, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 498, in __call__
[Link](fn)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 829, in
load
[Link](roots, label="_after_load")
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1130,
in unfreeze
[Link](0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 925, in
rollback
self.load_failed()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 843, in
load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script
changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

While running game code:


File "renpy/common/[Link]", line 279, in script
python:
File "renpy/common/[Link]", line 281, in <module>
renpy.call_in_new_context(_restart[2])
File "renpy/common/00action_file.rpy", line 498, in __call__
[Link](fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?
While handling exception:
Traceback (most recent call last):
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 626,
in run
if [Link].report_exception(short, full, traceback_fn):
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
140, in report_exception
[Link].invoke_in_new_context(
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 293, in
invoke_in_new_context
return callable(*args, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
48, in call_exception_screen
return [Link](mouse="screen", type="screen", suppress_overlay=True,
suppress_underlay=True)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 301, in
interact
rv = [Link](roll_forward=roll_forward, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
793, in event
rv = [Link](ev, x, y, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1426, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
288, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
288, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1174, in event
return handle_click([Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1095, in handle_click
rv = run(action)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
395, in run
return action(*args, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
55, in rollback_action
[Link](force=True)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1840, in
rollback
[Link](checkpoints, greedy=greedy, label=label, force=(force
is True), abnormal=abnormal, current_label=current_label)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 925, in
rollback
self.load_failed()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 843, in
load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script
changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):


File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 596,
in run
[Link]()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 823, in
execute
[Link].py_exec_bytecode([Link], [Link], store=[Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1178, in
py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/[Link]", line 281, in <module>
renpy.call_in_new_context(_restart[2])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 358, in
call_in_new_context
return [Link].run_context(False)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 955,
in run_context
[Link]()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 631,
in run
reraise(exc_info[0], exc_info[1], exc_info[2])
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 596,
in run
[Link]()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 823, in
execute
[Link].py_exec_bytecode([Link], [Link], store=[Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1178, in
py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in
_execute_python_hide
[Link]()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 301, in
interact
rv = [Link](roll_forward=roll_forward, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
793, in event
rv = [Link](ev, x, y, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
288, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1174, in event
return handle_click([Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1095, in handle_click
rv = run(action)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
395, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 498, in __call__
[Link](fn)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 829, in
load
[Link](roots, label="_after_load")
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1130,
in unfreeze
[Link](0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 925, in
rollback
self.load_failed()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 843, in
load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script
changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):


File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
140, in report_exception
[Link].invoke_in_new_context(
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 293, in
invoke_in_new_context
return callable(*args, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
48, in call_exception_screen
return [Link](mouse="screen", type="screen", suppress_overlay=True,
suppress_underlay=True)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 301, in
interact
rv = [Link](roll_forward=roll_forward, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
793, in event
rv = [Link](ev, x, y, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1426, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
288, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
288, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1174, in event
return handle_click([Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1095, in handle_click
rv = run(action)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
395, in run
return action(*args, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
55, in rollback_action
[Link](force=True)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1840, in
rollback
[Link](checkpoints, greedy=greedy, label=label, force=(force
is True), abnormal=abnormal, current_label=current_label)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 925, in
rollback
self.load_failed()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 843, in
load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script
changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

Full traceback:
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 359,
in bootstrap
[Link]()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 635, in
main
run(restart)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 145, in run
[Link].run_context(True)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 955,
in run_context
[Link]()
File "renpy/common/[Link]", line 279, in script
python:
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "renpy/common/[Link]", line 279, in script
python:
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 823, in
execute
[Link].py_exec_bytecode([Link], [Link], store=[Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1178, in
py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/[Link]", line 281, in <module>
renpy.call_in_new_context(_restart[2])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 358, in
call_in_new_context
return [Link].run_context(False)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 955,
in run_context
[Link]()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 823, in
execute
[Link].py_exec_bytecode([Link], [Link], store=[Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1178, in
py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in
_execute_python_hide
[Link]()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 301, in
interact
rv = [Link](roll_forward=roll_forward, **kwargs)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type:
ignore
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
3201, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
793, in event
rv = [Link](ev, x, y, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1202, in event
rv = [Link](ev, x - xo, y - yo, cst)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
288, in event
rv = [Link](ev, x - xo, y - yo, st)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1174, in event
return handle_click([Link])
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
1095, in handle_click
rv = run(action)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\display\[Link]", line
395, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 498, in __call__
[Link](fn)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 829, in
load
[Link](roots, label="_after_load")
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 1130,
in unfreeze
[Link](0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 925, in
rollback
self.load_failed()
File "C:\Users\USER\Desktop\14DaysWithYou-3.5-pc\renpy\[Link]", line 843, in
load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script
changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

While running game code:


File "renpy/common/[Link]", line 279, in script
python:
File "renpy/common/[Link]", line 279, in script
python:
File "renpy/common/[Link]", line 281, in <module>
renpy.call_in_new_context(_restart[2])
File "renpy/common/00action_file.rpy", line 498, in __call__
[Link](fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed
in an incompatible way?

You might also like