trufflesuite / ganache-ui

Personal blockchain for Ethereum development
https://www.trufflesuite.com/ganache
MIT License
4.66k stars 803 forks source link

System Error when running Ganache 2.4.0 on win32 #1808

Open bcouraud opened 4 years ago

bcouraud commented 4 years ago

Working on a company computer, with restrictions. Tried to run ganache with admin rights, but this did not solve the issue...

PLATFORM: win32 GANACHE VERSION: 2.4.0

EXCEPTION:

Error: EPERM: operation not permitted, rename 'C:\Users\bc111\AppData\Roaming\Ganache\workspaces\stereotyped-swing\Settings.1036024032' -> 'C:\Users\bc111\AppData\Roaming\Ganache\workspaces\stereotyped-swing\Settings'
    at Object.renameSync (fs.js:643:3)
    at writeFileSync (c:\program files\ganache\resources\app.asar\node_modules\write-file-atomic\index.js:124:8)
    at LocalStorage.setItem (c:\program files\ganache\resources\app.asar\node_modules\node-localstorage\LocalStorage.js:188:7)
    at JsonStorage_JsonStorage.setToStorage (c:\program files\ganache\resources\app.asar\webpack:\src\main\types\json\JsonStorage.js:48:18)
    at JsonStorage_JsonStorage.set (c:\program files\ganache\resources\app.asar\webpack:\src\main\types\json\JsonStorage.js:53:10)
    at WorkspaceSettings_WorkspaceSettings.set (c:\program files\ganache\resources\app.asar\webpack:\src\main\types\settings\Settings.js:59:19)
    at Workspace_Workspace.saveAs (c:\program files\ganache\resources\app.asar\webpack:\src\main\types\workspaces\Workspace.js:105:19)
    at IpcMainImpl.<anonymous> (c:\program files\ganache\resources\app.asar\webpack:\src\main\index.js:503:24)
wbt commented 4 years ago

This issue seems to be a duplicate of #1768.