Call / Call Screen error

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
Doeny
Regular
Posts: 145
Joined: Wed Sep 07, 2022 8:28 pm
Contact:

Call / Call Screen error

#1 Post by Doeny »

So basically for some reason this happened to nearly every call function in my code. It doesn't stop game from working but it shows off when another error appears and I feel like it's highly lowering game's permormance. Any ideas how to fix it?



While running game code:
File "game/continue.rpy", line 14, in script call
call place3
File "game/rooms.rpy", line 10, in script call
call screen place3
File "game/rooms.rpy", line 26, in script call
call screen place1
File "game/room_screens.rpy", line 447, in script call
call place1
File "game/rooms.rpy", line 26, in script call
call screen place1

User avatar
Ocelot
Lemma-Class Veteran
Posts: 2398
Joined: Tue Aug 23, 2016 10:35 am
Github: MiiNiPaa
Discord: MiiNiPaa#4384
Contact:

Re: Call / Call Screen error

#2 Post by Ocelot »

Is this a complete error message? It looks like part of backtrace with actual error missing.
< < insert Rick Cook quote here > >

Doeny
Regular
Posts: 145
Joined: Wed Sep 07, 2022 8:28 pm
Contact:

Re: Call / Call Screen error

#3 Post by Doeny »

Ocelot wrote: Wed Sep 28, 2022 7:21 pm Is this a complete error message? It looks like part of backtrace with actual error missing.
Here's the rest from full traceback message, but I'm not sure how much of it actually refers to calls itselves:


File "D:\renpy-8.0.2-sdk\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "D:\renpy-8.0.2-sdk\renpy\python.py", line 1081, in py_eval
code = py_compile(code, 'eval')
File "D:\renpy-8.0.2-sdk\renpy\python.py", line 1018, in py_compile
raise e
File "D:\renpy-8.0.2-sdk\renpy\python.py", line 970, in py_compile
raise orig_e
File "D:\renpy-8.0.2-sdk\renpy\python.py", line 963, in py_compile
tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Call / Call Screen error

#4 Post by PyTom »

Can you post the full traceback? What oyu have here is missing the actual error message. There should be a button in Ren'Py to copy everything we need.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

Post Reply

Who is online

Users browsing this forum: No registered users