Sublime Forum

Getting this error whenever I press Ctrl+S multiple times

#1

It was not happening before. Has anyone else got this issue


Sublime Text

Unable to save C:\milaap\milaap-webapp\app\assets\stylesheets\main.css.scss
Error: MoveFileEx(C:\milaap\milaap-webapp\app\assets\stylesheets.sublea6.tmp, C:\milaap\milaap-webapp\app\assets\stylesheets\main.css.scss) failed, Access is denied.

OK

0 Likes

#2

I registered only to submit this bug too. I’m on Windows 8.1 64.

Sometimes I need to press ctrl+S many times, sometimes only two times. I think this might be related to atomic saves.

0 Likes

#3

It looks like you don’t have permission to write to the directory, perhaps because the file is already in use, or something else?

Turn atomic saves off and see if that helps.

0 Likes

#4

[quote=“jbrooksuk”]It looks like you don’t have permission to write to the directory, perhaps because the file is already in use, or something else?

Turn atomic saves off and see if that helps.[/quote]

Turning off atomic saves helps. It’s clearly a sublime atomic save bug, since I can do multiple saves in other editors. I’m running as admin and no special permissions set.

0 Likes