• RuntimesBugs
  • Unable to export MOV files in Spine 4.2.40

When exporting a mov file, a pop-up window will pop up saying that the file cannot be written (the file name, directory name, or disk volume label is incorrect). I have reinstalled spine but still cannot export, and the old files cannot be exported to mov or avi.
But json can be exported normally.
Here are my log files:
Spine Launcher 4.3.01
Esoteric Software LLC (C) 2013-2025 | http://esotericsoftware.com
Windows 10 Home amd64 10.0
NVIDIA Corporation, NVIDIA GeForce RTX 3060/PCIe/SSE2, 4.6.0 NVIDIA 560.94
Spine Professional has been activated.
Licensed to: <removed>
ERROR: An error occurred starting 4.2.40: C:\Users\user\Spine\updates\4.2.40
[error] Error validating update file.
at s.fqa.(:1069)
at s.fqa.(:503)
at s.nTW.B(:42)
at s.nTW.
(:32)
at s.mgC.
(:65)
at s.gyD.
(:98)
at s.neB.
(:47)
at s.DlA.
(:211)
at s.CUH.I(
:664)
at s.PtA.run(:259)
<events>
Cause: [error] [0x05]
at s.fqa.
(:1059) ...
Downloading: Spine 4.2.40 Professional
Starting: Spine 4.2.40 Professional
Spine 4.2.40 Professional
Licensed to: <removed>
Started.
OpenAL 1.1, Default audio device
Update available: 4.3.14-beta
ERROR: Unable to write export file:
[cannotwrite] Cannot write file: D:\遊戲製作\個案\多拉
浣熊陰陽師\幽靈\幽靈-Dance1>Dance2.mov
at s.sLD.(:47)
at s.sLD.(:29)
at s.Wgw.F(:554)
at s.Wgw.
(:300)
at s.Wgw.
(:267)
at s.muS.
(:657)
at java.lang.Thread.run(Unknown Source)
Cause: [filenotfound] D:\遊戲製作\個案\多拉
浣熊陰陽師\幽靈\幽靈-Dance1>Dance2.mov (檔案名稱、目錄名稱或磁碟區標籤語法錯誤。)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at s.sLD.(:45) ...
ERROR: Unable to write export file:
[cannotwrite] Cannot write file: D:\遊戲製作\個案\多拉浣熊陰陽師\幽靈\幽靈-Dance1>Dance2.mov
at s.sLD.
(:47)
at s.sLD.
(:29)
at s.Wgw.F(
:554)
at s.Wgw.(:300)
at s.Wgw.(:267)
at s.muS.(:657)
at java.lang.Thread.run(Unknown Source)
Cause: [filenotfound] D:\遊戲製作\個案\多拉浣熊陰陽師\幽靈\幽靈-Dance1>Dance2.mov (檔案名稱、目錄名稱或磁碟區標籤語法錯誤。)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at s.sLD.
(_:45) ...

c146156a-73aa-4761-81ed-6b52331d7b30.spine
18kB

File cloud link:
[https://drive.google.com/drive/folders/18hAcqjIioSA7I77cFQEHXpyYH528_SHi?usp=sharing]

    Related Discussions
    ...

    The error message you are encountering indicates that the file path or name you are using for exporting the MOV file contains invalid characters, specifically the > character in 幽靈-Dance1>Dance2.mov. Windows does not allow certain characters in file names, such as >, <, :, ", /, \, |, ?, and *. To resolve this issue, try renaming the file to remove any invalid characters. For example, you could use 幽靈-Dance1-Dance2.mov instead. Additionally, ensure that the directory path is correct and accessible, and that no other processes are locking the file.

    yipang Thank you for attaching the actual Spine project file! I downloaded it and tried exporting it as MOV, but I couldn't reproduce the problem.

    I tried it on a Mac PC, so as Spinebot pointed out, it's possible that the symbols in the animation name are not recognized correctly on Windows, preventing export. I'll try that later.

    After changing the name, it can be output normally. Thank you very much.

      yipang I'm glad to hear that changing the name solved the problem! Thanks for getting back to us. 🙂