Getting a weird error on launch, anyone else?
I'm sorry, but an uncaught exception occurred.
While loading the script.
TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and types
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "renpy/main.py", line 492, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 310, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "renpy/script.py", line 888, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "renpy/script.py", line 461, in finish_load
if isinstance(i, renpy.ast.RPY) and i.rest == ("python", "3"):
TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and types
Windows-10-10.0.26100 AMD64
Ren'Py 7.6.3.23091805
Sat Jun 14 16:14:25 2025