You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[code]
I'm sorry, but an uncaught exception occurred.
I put all the rpa in /game folder other than script, I used many different versions and they all resulted with a crash after it transitions into the tutorial.
While running game code:
File "game/script.rpy", line 29, in script call
call example_chapter from _call_example_chapter
File "game/tutorials.rpy", line 104, in script call
call expression _return from _call_expression
File "game/script.rpy", line 29, in script call
call example_chapter from _call_example_chapter
File "game/tutorials.rpy", line 104, in script call
call expression _return from _call_expression
ScriptError: could not find label 'None'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 29, in script call
call example_chapter from _call_example_chapter
File "game/tutorials.rpy", line 104, in script call
call expression _return from _call_expression
File "C:\Users\Debbie\Desktop\RenPy\renpy-7.3.5-sdk\renpy\ast.py", line 1436, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "game/script.rpy", line 29, in script call
call example_chapter from _call_example_chapter
File "game/tutorials.rpy", line 104, in script call
call expression _return from _call_expression
File "C:\Users\Debbie\Desktop\RenPy\renpy-7.3.5-sdk\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'None'.
[code]
I'm sorry, but an uncaught exception occurred.
I put all the rpa in /game folder other than script, I used many different versions and they all resulted with a crash after it transitions into the tutorial.
While running game code:
File "game/script.rpy", line 29, in script call
call example_chapter from _call_example_chapter
File "game/tutorials.rpy", line 104, in script call
call expression _return from _call_expression
File "game/script.rpy", line 29, in script call
call example_chapter from _call_example_chapter
File "game/tutorials.rpy", line 104, in script call
call expression _return from _call_expression
ScriptError: could not find label 'None'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 29, in script call
call example_chapter from _call_example_chapter
File "game/tutorials.rpy", line 104, in script call
call expression _return from _call_expression
File "C:\Users\Debbie\Desktop\RenPy\renpy-7.3.5-sdk\renpy\ast.py", line 1436, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "game/script.rpy", line 29, in script call
call example_chapter from _call_example_chapter
File "game/tutorials.rpy", line 104, in script call
call expression _return from _call_expression
File "C:\Users\Debbie\Desktop\RenPy\renpy-7.3.5-sdk\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'None'.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
DDLC Mod Template 1.1.2
Tue Apr 21 10:34:31 2020
[/code]
The text was updated successfully, but these errors were encountered: