zecwallet
zecwallet copied to clipboard
Version 1.8.1 does not start on macos
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
You need to start zcashd manually in a terminal window and wait for it to sync. zcashd for MacOS is included in the distribution
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)
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

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

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)
Indeed, same problems on limux.