-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
EPERM: operation not permitted #312
Comments
|
Ok will have to look in to this. Damn Windows, always the one causing problems 😅 |
Been tracking this same electron-store issue on my app, which checks several local application version files against network files. I reduced the amount of writes to the json file (store.set) and it has gone away completely. At least I have not had any reports in the last two weeks. |
Yea, my code is doing a lot of successive |
Error: EPERM: operation not permitted, rename 'C:\Users\mcarnerm\AppData\Roaming\LosslessCut\config.json.919399885' -> 'C:\Users\mcarnerm\AppData\Roaming\LosslessCut\config.json'
at Object.renameSync (fs.js:643:3)
at Function.writeFileSync [as sync] (C:\Users\mcarnerm\Desktop\nodeapp\randomstuff\LosslessCut-win\resources\app.asar\node_modules\write-file-atomic\index.js:200:8)
at ElectronStore._write (C:\Users\mcarnerm\Desktop\nodeapp\randomstuff\LosslessCut-win\resources\app.asar\node_modules\conf\index.js:180:21)
at ElectronStore.set store [as store] (C:\Users\mcarnerm\Desktop\nodeapp\randomstuff\LosslessCut-win\resources\app.asar\node_modules\conf\index.js:461:8)
at ElectronStore.set (C:\Users\mcarnerm\Desktop\nodeapp\randomstuff\LosslessCut-win\resources\app.asar\node_modules\conf\index.js:339:14)
at file:///C:/Users/mcarnerm/Desktop/nodeapp/randomstuff/LosslessCut-win/resources/app.asar/build/static/js/main.42d2a25f.chunk.js:1:102324
at ds (file:///C:/Users/mcarnerm/Desktop/nodeapp/randomstuff/LosslessCut-win/resources/app.asar/build/static/js/2.84de25ef.chunk.js:2:624679)
at Oc (file:///C:/Users/mcarnerm/Desktop/nodeapp/randomstuff/LosslessCut-win/resources/app.asar/build/static/js/2.84de25ef.chunk.js:2:649492)
at t.unstable_runWithPriority (file:///C:/Users/mcarnerm/Desktop/nodeapp/randomstuff/LosslessCut-win/resources/app.asar/build/static/js/2.84de25ef.chunk.js:2:667354)
at Ui (file:///C:/Users/mcarnerm/Desktop/nodeapp/randomstuff/LosslessCut-win/resources/app.asar/build/static/js/2.84de25ef.chunk.js:2:592123)
{
"err": {
"code": "EPERM"
}
}
This is my current Lossless cut folder
The text was updated successfully, but these errors were encountered: