Hello, it's me again. I've been doing so light modding (changed a few composition scripts and added images to match) when I ran into this error. Anyone know how to fix it without undoing my work
*
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/bk3/composites/tylee_composites.rpy", line 6, in script
image azst azst01 = Composite((1000,720),
File "game/scripts/bk3/composites/tylee_composites.rpy", line 6, in script
image azst azst01 = Composite((1000,720),
Exception: Not a displayable: (<Fixed at 55669d10>,)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game/scripts/bk3/composites/tylee_composites.rpy", line 6, in script
image azst azst01 = Composite((1000,720),
File "game/scripts/bk3/composites/tylee_composites.rpy", line 6, in script
image azst azst01 = Composite((1000,720),
File "renpy/ast.py", line 1025, in execute
renpy.exports.image(self.imgname, img)
File "renpy/exports.py", line 386, in image
d = renpy.easy.displayable(d)
File "renpy/easy.py", line 139, in displayable
raise Exception("Not a displayable: %r" % (d,))
Exception: Not a displayable: (<Fixed at 55669d10>,)
Windows-10-10.0.22621
Ren'Py 7.4.6.1693
Four Elements Trainer 1.0.3b
Fri Mar 3 08:41:09 2023
*