Spine comes with everything needed, you never need to worry about installing a version of Java (nor Javascript).
The log shows two errors:
C:\Users\Arbycoors\Documents\DogSaveTheQueen\Characters\CountryHorse\Spine\movies\test.avi: Permission denied
C:\Users\Arbycoors\Documents\SPINE2d\CCR\yehaaw.mov: Permission denied
The rest of the stuff in the log around the errors is giving context about where in the code they occurred. For video export, Spine starts this executable:
C:\Program Files\Spine\launcher\2\bin\ffmpeg-windows.exe
That is unable to write to the locations in the two errors above because the operating system has reported Permission denied
. Unfortunately it's not clear why that is the case.
ffmpeg-windows.exe
is started by Spine and should have the same access to files that Spine does. Spine writes a file there and then deletes it to ensure that the location is writable before performing the export. Maybe Windows is using more restrictive permissions for ``ffmpeg-windows.exe`, for some reason.
Can you try exporting to other folders? Maybe create a folder C:\test
and export there. You can look at the properties on the folder and make sure your user has all permissions.
Are you running any antivirus or antimalware software? If so, you can try disabling that temporarily.