Hello! I'm using the layered image visualizer and I'm having this problem where I can use the addon but if I try to get to certain menus my game crashes and show this:
TypeError: new_renpy_loadable() got an unexpected keyword argument 'directory'
the menus that crash my game are the save menu, load menu and also menus inside the game where the story is not running and you can click characters to talk to them.
removing the files of the addon solves it but I wouldn't want to be constantly putting the addon on and off the folders.
(edit) I also noticed that I have a custom button in the save and load menus , if I remove this, it also stop crashing, what I don't get is why does the addon make any difference on this button not working.
imagebutton:
auto "gui/button/delete_%s_button.png"
action [FileDelete(slot), Hide("delete_overlay_screen")]
xpos -25
ypos -315
(edit2) It seems the problem goes around using an imagebutton with "auto" and %s