Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Ren'Py TypeError Debugging Guide

An uncaught exception occurred while running game code in the renpy/common/00console.rpy file. Specifically, a TypeError was raised because exec expected a string, file, or code object as its first argument, but received something else instead. The full traceback provides additional context about where in the code this error originated.

Uploaded by

Tom
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)
112 views1 page

Ren'Py TypeError Debugging Guide

An uncaught exception occurred while running game code in the renpy/common/00console.rpy file. Specifically, a TypeError was raised because exec expected a string, file, or code object as its first argument, but received something else instead. The full traceback provides additional context about where in the code this error originated.

Uploaded by

Tom
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
You are on page 1/ 1

I'm sorry, but an uncaught exception occurred.

While running game code:


File "renpy/common/00console.rpy", line 807, in script call
python in _console:
TypeError: exec: arg 1 must be a string, file, or code object

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

Full traceback:
File "update3.rpyc", line 33, in script call
File "renpy/common/00console.rpy", line 807, in script call
python in _console:
File "<string>", line 1, in script
File "C:\Users\thomas.freyer\Downloads\Being.a.DIK.v0.4.1\BeingADIK-0.4.1-
pc\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\thomas.freyer\Downloads\Being.a.DIK.v0.4.1\BeingADIK-0.4.1-
pc\renpy\python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
TypeError: exec: arg 1 must be a string, file, or code object

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Being a DIK 0.4.1
Mon May 25 14:24:27 2020

You might also like