Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.8.1 does not start on macos #370

Open
lukaszsamson opened this issue Jul 15, 2022 · 3 comments
Open

Version 1.8.1 does not start on macos #370

lukaszsamson opened this issue Jul 15, 2022 · 3 comments

Comments

@lukaszsamson
Copy link

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

@adityapk00
Copy link
Collaborator

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

@lukaszsamson
Copy link
Author

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)

@morein22
Copy link

Indeed, same problems on limux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants