trufflesuite / ganache-ui

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

System Error when running Ganache 2.5.4 on darwin -- anybody has idea about this error?? #5316

Open VamshikKrishna opened 1 year ago

VamshikKrishna commented 1 year ago

PLATFORM: darwin GANACHE VERSION: 2.5.4

EXCEPTION:

Error: ENOENT: no such file or directory, open '/Users/arudravamshikrishna/Library/Application Support/Ganache/workspaces/Quickstart/chaindata/ContractCache'
    at Object.openSync (fs.js:440:3)
    at Object.func (electron/js2c/asar.js:140:31)
    at Object.func [as openSync] (electron/js2c/asar.js:140:31)
    at Object.readFileSync (fs.js:342:35)
    at Object.fs.readFileSync (electron/js2c/asar.js:542:40)
    at Object.fs.readFileSync (electron/js2c/asar.js:542:40)
    at Proxy.getItem (/node_modules/node-localstorage/LocalStorage.js:237:19)
    at JsonStorage_JsonStorage.getFromStorage (/webpack:/src/main/types/json/JsonStorage.js:18:42)
    at JsonStorage_JsonStorage.getAll (/webpack:/src/main/types/json/JsonStorage.js:44:17)
    at ContractCache_ContractCache.getAll (/webpack:/src/integrations/ethereum/main/types/contracts/ContractCache.js:101:25)
jeffsmale90 commented 1 year ago

Hi @VamshikKrishna - thanks for opening this issue!

We've recently released Ganache 2.7.0 which brings a lot of bug fixes (as well as an upgrade to the underlying Ganache ethereum simulator).

Can you please try downloading that version, and see if it resolves your issue?

https://github.com/trufflesuite/ganache-ui/releases/tag/v2.7.0

Thanks!