Which specific command line? You never mentioned it.
This seems to imply that it worked at some stage (which I can’t confirm by brief check using a couple of randomly picked old versions). When and where (which specific version) did it work for text documents?
0xc10(Error Area:Io Class:Write Code:16)
is ERRCODE_IO_CANTWRITE
; and together with the file:///tmp%E9%A2%84%E7%AE%97%E8%AE%A1%E7%AE%97%E9%80%BB%E8%BE%91.svg
file URL (which translates to /tmp预算计算逻辑.svg
local path), it looks suspicious - indeed, it is very unlikely that you could write into root directory. Have you maybe mis-configured your TEMP
/TMP
environment variables? (But the error is not that specific, would more likely appear for internal reasons, not because of permissions, which is what ERRCODE_IO_ACCESSDENIED
is for.)