- Mar 30, 2023
- 17
- 29
Unfortunately, the game crashed before it started :
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/labels.rpy", line 519, in script
call screen x0
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 248, in execute
if Qculprit == 12 and location == 1.5:
File "game/xscreens.rpy", line 248, in <module>
if Qculprit == 12 and location == 1.5:
NameError: name 'Qculprit' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/labels.rpy", line 519, in script
call screen x0
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\ast.py", line 1968, in execute
self.call("execute")
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\exports.py", line 3413, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\core.py", 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\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\core.py", line 2683, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\core.py", line 2683, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 248, in execute
if Qculprit == 12 and location == 1.5:
File "game/xscreens.rpy", line 248, in <module>
if Qculprit == 12 and location == 1.5:
NameError: name 'Qculprit' is not defined
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
PoV:ChD v3.53
Thu Aug 1 22:09:27 2024
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/labels.rpy", line 519, in script
call screen x0
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 248, in execute
if Qculprit == 12 and location == 1.5:
File "game/xscreens.rpy", line 248, in <module>
if Qculprit == 12 and location == 1.5:
NameError: name 'Qculprit' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/labels.rpy", line 519, in script
call screen x0
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\ast.py", line 1968, in execute
self.call("execute")
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\exports.py", line 3413, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\core.py", 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\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\core.py", line 2683, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\core.py", line 2683, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\dertphu\Dropbox\PC\Downloads\PoVeti_Childhood_Drama-v3.53-pc\PoVChD-v3.53-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 1, in execute
screen x0():
File "game/xscreens.rpy", line 248, in execute
if Qculprit == 12 and location == 1.5:
File "game/xscreens.rpy", line 248, in <module>
if Qculprit == 12 and location == 1.5:
NameError: name 'Qculprit' is not defined
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
PoV:ChD v3.53
Thu Aug 1 22:09:27 2024