I have a .sifz file I’ve been working on lately which was working like a charm but today when I try to open it via file>import or just by double clicking it gives the following error:
[code]Unable to load “/home/blabla/ok.sifz”:
Document not well-formed.[/code]
And when I try to export via Linux terminal that project I get following lines:
$ synfig ok.sifz
synfig(5216) [09:53:56] info: Loading modules from /opt/synfig/etc/synfig_modules.cfg
/opt/synfig/bin/synfig: warning: Unable to find module "mod_mng" (file not found)
/opt/synfig/bin/synfig: warning: Unable to find module "mod_openexr" (file not found)
/opt/synfig/bin/synfig: warning: Unable to find module "mod_libavcodec" (file not found)
synfig(5216) [09:53:56] info: Loading file: ok.sifz
:1980: parser error : Input is not proper UTF-8, indicate encoding !
Bytes: 0xD3 0x30 0x26 0x23
<param name="transformation" use="`�0 #:we"/>
^
synfig(5216) [09:53:56] error: Standard Exception: Document not well-formed.
Unable to load file 'ok.sifz'.
How can I rescue my project?
p.s. I checked old threads but they seem irrelevant to my problem.