zecwallet icon indicating copy to clipboard operation
zecwallet copied to clipboard

Version 1.8.1 does not start on macos

Open lukaszsamson opened this issue 3 years ago • 3 comments

Is this a bug report? Yes If so, go back and select the "Bug report" option or your issue WILL be closed. I'd love to but the issue template selection is broken. It only has Feature request

Error description:

UI error

Error: Error invoking remote method 'doRPC_IPC': NO_CONNECTION

Electron console logs

Cannot start zcashd because it is not supported yet
Screenshot 2022-07-15 at 09 54 22

lukaszsamson avatar Jul 15 '22 07:07 lukaszsamson

You need to start zcashd manually in a terminal window and wait for it to sync. zcashd for MacOS is included in the distribution

adityapk00 avatar Jul 15 '22 14:07 adityapk00

You need to start zcashd manually in a terminal window and wait for it to sync. zcashd for MacOS is included in the distribution

@adityapk00 that's not a nice user experience. It's not trivial to find the binaries in package content in Applications

Anyway it is still broken after syncing manually. The error is the same as before. It seems zecwallet is unable to start zcash.

Even if I keep zcashd running in terminal it's still not working correctly. It is unable to load my testnet wallet (that used to work before 5.0.0 had fork)

Screenshot 2022-07-16 at 10 15 40 running `zcashd-wallet-tool` and restarting does not help - the same error is still displayed

Clicking anywhere in the UI (receive, address book) crashes the javascript receive Screenshot 2022-07-16 at 10 18 17

TypeError: a.reduce is not a function
    at wc.render (Receive.tsx:340:40)
    at Ps (react-dom.production.min.js:204:189)
    at Os (react-dom.production.min.js:203:149)
    at Cl (react-dom.production.min.js:292:172)
    at bu (react-dom.production.min.js:280:389)
    at gu (react-dom.production.min.js:280:320)
    at vu (react-dom.production.min.js:280:180)
    at ou (react-dom.production.min.js:271:88)
    at lu (react-dom.production.min.js:273:300)
    at Va (react-dom.production.min.js:127:105)

address book Screenshot 2022-07-16 at 10 29 59

TypeError: n.find is not a function
    at sd.validate (Addressbook.tsx:146:34)
    at sd.render (Addressbook.tsx:163:49)
    at Ps (react-dom.production.min.js:204:189)
    at Os (react-dom.production.min.js:203:149)
    at Cl (react-dom.production.min.js:292:172)
    at bu (react-dom.production.min.js:280:389)
    at gu (react-dom.production.min.js:280:320)
    at vu (react-dom.production.min.js:280:180)
    at ou (react-dom.production.min.js:271:88)
    at lu (react-dom.production.min.js:273:300)

lukaszsamson avatar Jul 16 '22 08:07 lukaszsamson

Indeed, same problems on limux.

morein22 avatar Jul 24 '22 10:07 morein22