- Modifié
can't Export a project.
- Modifié
when I'm trying export a project, the process doesn't proceed and message box popped up.
it said 'sorry. spine cannot write to the chosen location. please choose a different location and try again.'
I don't know why do this happend, i didn't never Experienced with like this situations before.
Please post your spine.log
:
Spine Troubleshooting: spine.log
Nate a écritPlease post your
spine.log
:
Spine Troubleshooting: spine.log
sorry for late to respond.
I've posted the log on original post, please check it for me
Thank you. The log shows this error:
Cause: [filenotfound] D:\Program Files\Spine\example\Project_starSquad\playable\flanker\export_JSON\class_soldier.json (액세스가 거부되었습니다)
액세스가 거부되었습니다 is Korean for "access denied". You are trying to export to a path that has permissions that are preventing Spine from writing the file.
Nate a écritThank you. The log shows this error:
Cause: [filenotfound] D:\Program Files\Spine\example\Project_starSquad\playable\flanker\export_JSON\class_soldier.json (액세스가 거부되었습니다)
액세스가 거부되었습니다 is Korean for "access denied". You are trying to export to a path that has permissions that are preventing Spine from writing the file.
yea, I read that log when you asked me that logs too.
but real strange thing is other projects can be exported in same location without problem while some projects can't.
do you have an Idea why it does?
If Spine has a bug where it fails to release the resources for the file properly, that could prevent it from being written. If you close and reopen Spine, does it work then?
Do you have any other software that might have acquired an exclusive lock on the file? It could be a text editor, antivirus, etc.
There are tools like Lock Hunter which can show you what processes are locking a file.
If it's not locking, it could be file permissions are set so Spine can't write it. Are you able to edit the JSON file with another program, like Notepad?
If you have a directory named class_soldier.json
it could cause problems when Spine tries to write a file there. I believe Spine handles that though and shows an appropriate error message.