0% found this document useful (0 votes)
38 views1 page

Uncaught Exception in Game Code

An uncaught exception occurred while running game code. The exception was caused by unknown keyword arguments "fromPause" and "fromMain" being passed to a function defined in the screenADV.rpy file on line 562. The full traceback provides more details on how the exception propagated through different files and lines of code.

Uploaded by

tc angel
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)
38 views1 page

Uncaught Exception in Game Code

An uncaught exception occurred while running game code. The exception was caused by unknown keyword arguments "fromPause" and "fromMain" being passed to a function defined in the screenADV.rpy file on line 562. The full traceback provides more details on how the exception propagated through different files and lines of code.

Uploaded by

tc angel
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

I'm sorry, but an uncaught exception occurred.

While running game code:


File "renpy/common/[Link]", line 455, in execute_pause
File "game/gui_scripts/[Link]", line 542, in execute
File "game/gui_scripts/[Link]", line 542, in execute
File "game/gui_scripts/[Link]", line 562, in execute
Exception: Unknown keyword arguments: fromPause, fromMain

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

Full traceback:
File "[Link]", line 3164, in script
File "renpy/[Link]", line 2015, in execute
File "renpy/[Link]", line 2003, in call
File "renpy/[Link]", line 278, in call
File "renpy/common/[Link]", line 455, in execute_pause
File "renpy/[Link]", line 1563, in pause
File "renpy/[Link]", line 298, in interact
File "renpy/display\[Link]", line 3325, in interact
File "renpy/display\[Link]", line 3737, in interact_core
File "renpy/display\[Link]", line 568, in visit_all
File "renpy/display\[Link]", line 568, in visit_all
File "renpy/display\[Link]", line 568, in visit_all
File "renpy/display\[Link]", line 436, in visit_all
File "renpy/display\[Link]", line 3737, in <lambda>
File "renpy/display\[Link]", line 447, in per_interact
File "renpy/display\[Link]", line 637, in update
File "game/gui_scripts/[Link]", line 542, in execute
File "game/gui_scripts/[Link]", line 542, in execute
File "game/gui_scripts/[Link]", line 562, in execute
File "renpy/[Link]", line 146, in apply
Exception: Unknown keyword arguments: fromPause, fromMain

You might also like