Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Scripting] Palette.saveAs() not able to write to disk as standard user #4419

Open
uzeeyo opened this issue Apr 17, 2024 · 1 comment
Open
Labels
we cannot reproduce it We cannot reproduce the issue, but it's present in users' setup

Comments

@uzeeyo
Copy link

uzeeyo commented Apr 17, 2024

Running the command asks for write permission but does not actually write. Running as administrator fixes the issue.

Aseprite and System version

  • Aseprite version: Aseprite version: v1.3.2
  • System: Windows 11
@dacap dacap added the we cannot reproduce it We cannot reproduce the issue, but it's present in users' setup label May 22, 2024
@dacap
Copy link
Member

dacap commented May 22, 2024

Hi @uzeeyo, I wasn't able to reproduce this with this example:

app.sprite.palettes[1]:saveAs('c:/Users/David/Desktop/temp.gpl')

Probably you are trying to save in a folder where the user running Aseprite doesn't have access to write in the folder specified in saveAs() (?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
we cannot reproduce it We cannot reproduce the issue, but it's present in users' setup
Projects
None yet
Development

No branches or pull requests

2 participants