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

Ren'Py Syntax Error Debugging Guide

Uploaded by

jhonconstantine
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)
17 views1 page

Ren'Py Syntax Error Debugging Guide

Uploaded by

jhonconstantine
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 "game/_content/city2/gromov_house/hero_room/webcam_ladyx.rpy", line 8, in
script call
call check_time_sexchat from _call_check_time_sexchat_2
File "game/_content/city2/gromov_house/hall/[Link]", line 26, in script call
call screen wait
File "game/_content/city2/gromov_house/hero_room/webcam_ladyx.rpy", line 8, in
script call
call check_time_sexchat from _call_check_time_sexchat_2
File "game/_content/city2/college/gym/jul_gym2.rpy", line 328, in script
menu:
SyntaxError: invalid syntax (jul_gym2.rpy, line 332)

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

Full traceback:
File "game/_content/city2/gromov_house/hero_room/webcam_ladyx.rpy", line 8, in
script call
call check_time_sexchat from _call_check_time_sexchat_2
File "game/_content/city2/gromov_house/hall/[Link]", line 26, in script call
call screen wait
File "game/_content/city2/gromov_house/hero_room/webcam_ladyx.rpy", line 8, in
script call
call check_time_sexchat from _call_check_time_sexchat_2
File "game/_content/city2/college/gym/jul_gym2.rpy", line 328, in script
menu:
File "renpy/[Link]", line 1610, in execute
item_arguments.append(self.item_arguments[i].evaluate())
File "renpy/[Link]", line 503, in evaluate
value = [Link].py_eval(v, locals=scope)
File "renpy/[Link]", line 1207, in py_eval
code = py_compile(code, 'eval')
File "renpy/[Link]", line 1144, in py_compile
raise e
SyntaxError: invalid syntax (jul_gym2.rpy, line 332)

Windows-10-10.0.19041 AMD64
Ren'Py 7.8.2.24090902
My Cute Roommate 2 12.10121extra
Fri Oct 25 23:11:55 2024

You might also like