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
Call / Call Screen error
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.
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.
- Ocelot
- Eileen-Class Veteran
- Posts: 1882
- Joined: Tue Aug 23, 2016 10:35 am
- Github: MiiNiPaa
- Discord: MiiNiPaa#4384
- Contact:
Re: Call / Call Screen error
Is this a complete error message? It looks like part of backtrace with actual error missing.
< < insert Rick Cook quote here > >
Re: Call / Call Screen error
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)
- PyTom
- Ren'Py Creator
- Posts: 15893
- 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
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(When was the last time you backed up your game?)
"Silly and fun things are important." - Elon Musk
Software > Drama • https://www.patreon.com/renpytom
Who is online
Users browsing this forum: No registered users