start fails with EPERM
See original GitHub issueMy work computer (Windows 10) bluescreened when connected to a new monitor (yay, Windows) and since then extraterm has failed to start.
Attempting to run extraterm fails immediately with a MessageBox
tating:
A JavaScript error occurred in the main process Uncaught exception: Error: EPERM: operation not permitted, open C:\users<name>\AppData\Roaming\extraterm\extraterm.log at Object.fs.openSync (fs.js:646:18) (etc)
The named directory did not exist - in fact virtually nothing under AppData\Roaming
at all.
I created the directory for extraterm
but the same thing happens.
I created an empty extraterm.log
file and that also did nothing.
I can try uninstalling… but that seems heavy handed.
Anyone else seen or solved this problem? Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
npm ERR! Error: EPERM: operation not permitted, rename
Trying to rename a file to another filename that already exists can cause an EPERM error on Windows.
Read more >npm install fails on Windows: "Error: EPERM: operation not ...
I work on Windows 10, up to date installation. npm i runs in powershell node v5.2.0 npm v3.3.12 This error occures every time....
Read more >Error: EPERM: operation not permit… | Apple Developer Forums
I am installing packages for NODEJS/NPM and am receiving the following error, which, apparently, is not an error with the software, but with...
Read more >How to fix npm ERR! Error: EPERM: operation not permitted ...
How to fix npm ERR! Error : EPERM : operation not permitted, rename Solucionar el error npm ERR! ... en windows usando Windows...
Read more >Solution to npm install "npm ERR! Error: EPERM - webfoobar
Error : EPERM: operation not permitted" error. I was trying to install pngquant imagemin plugin using this command: npm install imagemin-pngquant.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sedwards2009 first: thanks for a great emulator!
Despite the fact that this issue is closed, I have a similar problem:
I think the failure is because of an attempt to unlink and open an existing logfile. This probably works fine on Unix-like systems (Linux, MacOS), but fails on Windows. Sad.
I noticed the C:\Users<username>\AppData\Roaming\extraterm\ folder was readonly. Remove the readonly flag (you might need admin rights)
This resolved the issue for me