Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I was testing this script today, and encountered a weird issue with it, it appears that aseprite cannot save the record file for some reason
I dont know if it is because im using a Linux distro, but it pops up this error
Even reinstalled and cleaned any aseprite folders i had to see if the problem came from those

Sorry you’re encountering issues. I had tested on Linux when developing this but it could be anything specific to your configuration. Is the directory it would save to set with permissions for the script to be able to perform a write? If you included a screenshot of your error it appears to not have attached.

I have included a screenshot but appears that someone else is also having the same issue as me in the Github Repository of the proyect
As far as i know this is the same problem im having with other scripts and i have given them full access to the script

Basically the error says that the write of the file has failed, i checked the Aseprite API docs and appears that now directories need a slash at the start of them in linux and MacOS, i wouldn't be surprised if this change has the fault of it, but in case that are the permissions instead of the script, i need to see how to change them

I was able to get Linux setup and reproduce the error. A fix has been pushed up and should resolve it. Thanks for raising the issue.

thanks mate!

Thanks for bringing this up. I’ll go check the github issue filed and see if I can get some time set aside to look into this.