- Jun 23, 2017
- 1,006
- 1,551
Not sure why but I was getting a weird error message
File "renpy/character.py", line 897, in resolve_say_attributes
raise Exception("Say has image attributes %r, but there's no image tag associated with the speaking character." % (attrs,))
Exception: Say has image attributes (u'3',), but there's no image tag associated with the speaking character.
I fixed it by manually resetting the code and forcing the setting of variables.
Not sure what caused the problem. I have switched over to using sandboxie that could be causing the problem or it could have been improperly defined in a previous update. I have no idea. It was annoying but posted the fix in the thread incase anyone comes across the same
File "renpy/character.py", line 897, in resolve_say_attributes
raise Exception("Say has image attributes %r, but there's no image tag associated with the speaking character." % (attrs,))
Exception: Say has image attributes (u'3',), but there's no image tag associated with the speaking character.
I fixed it by manually resetting the code and forcing the setting of variables.
You don't have permission to view the spoiler content.
Log in or register now.
Not sure what caused the problem. I have switched over to using sandboxie that could be causing the problem or it could have been improperly defined in a previous update. I have no idea. It was annoying but posted the fix in the thread incase anyone comes across the same