ganache-ui icon indicating copy to clipboard operation
ganache-ui copied to clipboard

System Error when running Ganache 2.5.4 on windows

Open mecskyverse opened this issue 2 years ago • 0 comments

As I opened Ganache as usual options have come up to select for new workspace or quickstart ethereum and when I clicked for quickstart Ethereum. It takes me directly to the server settings. I am attaching a screenshot over here.

Screenshot (35)

When I clicked for restart it's not working nor the cancel button is working. I can toggle through setting options like workspace, accounts and keys but was unable to go to the home page I have already tried to reinstall it but it's not working.

The last time I used Ganache is yesterday when I was working in wsl with my smart-contract. I have used RPC connection "http://192.168.122.254:8545" because localhost is not working in wsl.

When I try to click on all Interfaces it is just showing "0.0.0.0 - All interfaces" all other interfaces are not showing.

PLATFORM: win32 GANACHE VERSION: 2.5.4

EXCEPTION:

Error: EPERM: operation not permitted, rename 'C:\Users\ADMIN\AppData\Roaming\Ganache\workspaces\cynical-trains\Settings.894038779' -> 'C:\Users\ADMIN\AppData\Roaming\Ganache\workspaces\cynical-trains\Settings'
    at Object.renameSync (fs.js:643:3)
    at writeFileSync (C:\Program Files\WindowsApps\GanacheUI_2.5.4.0_x64__5dg5pnz03psnj\app\resources\app.asar\node_modules\write-file-atomic\index.js:124:8)
    at Proxy.setItem (C:\Program Files\WindowsApps\GanacheUI_2.5.4.0_x64__5dg5pnz03psnj\app\resources\app.asar\node_modules\node-localstorage\LocalStorage.js:217:7)
    at JsonStorage_JsonStorage.setToStorage (C:\Program Files\WindowsApps\GanacheUI_2.5.4.0_x64__5dg5pnz03psnj\app\resources\app.asar\webpack:\src\main\types\json\JsonStorage.js:48:18)
    at JsonStorage_JsonStorage.setAll (C:\Program Files\WindowsApps\GanacheUI_2.5.4.0_x64__5dg5pnz03psnj\app\resources\app.asar\webpack:\src\main\types\json\JsonStorage.js:58:10)
    at WorkspaceSettings_WorkspaceSettings.setAll (C:\Program Files\WindowsApps\GanacheUI_2.5.4.0_x64__5dg5pnz03psnj\app\resources\app.asar\webpack:\src\main\types\settings\Settings.js:55:19)
    at WorkspaceSettings_WorkspaceSettings.bootstrap (C:\Program Files\WindowsApps\GanacheUI_2.5.4.0_x64__5dg5pnz03psnj\app\resources\app.asar\webpack:\src\main\types\settings\Settings.js:87:10)
    at flatMap (C:\Program Files\WindowsApps\GanacheUI_2.5.4.0_x64__5dg5pnz03psnj\app\resources\app.asar\webpack:\src\main\types\workspaces\WorkspaceManager.js:44:20)
    at Array.flatMap (<anonymous>)
    at WorkspaceManager_WorkspaceManager.enumerateWorkspaces (C:\Program Files\WindowsApps\GanacheUI_2.5.4.0_x64__5dg5pnz03psnj\app\resources\app.asar\webpack:\src\main\types\workspaces\WorkspaceManager.js:17:10)

mecskyverse avatar Jul 11 '22 12:07 mecskyverse