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

Update electron to 1.7.10 #1064

Merged
merged 2 commits into from
Jan 16, 2018
Merged

Update electron to 1.7.10 #1064

merged 2 commits into from
Jan 16, 2018

Conversation

matheusd
Copy link
Member

@matheusd matheusd commented Jan 9, 2018

Fix #1051

I tried to update to the 1.8.x release line, but got some undebugable white error screen (electron didn't load the app, didn't throw an exception or gave me anything to indicate where it had errored), so I pulled back to the latest release of the 1.7.x (non-beta) line.

I tested the general functions (seed input, transactions, ticket purchase, simple and advanced mode) on the following platforms:

  • Linux (development version with yarn dev)
  • Linux (locally packaged version with yarn package)
  • Windows (development version with yarn dev)
  • Windows (locally packaged version with yarn package)

Don't have a macOS computer to test, so could use some help there if available.

I had to delete the node_modules and app/node_modules and execute yarn to rebuild the correct electron/electron-builder packages.

Also, on windows I had to manually install the npm package windows-build-tools as an admin, but I don't remember having to do that before (see felixrieseberg/windows-build-tools#56 (comment)).

I'm getting an exception on shutdown regarding the grpc module. It's a read error, probably due to trying to execute a service after the wallet process has shutdown, or due to one of the streams getting closed (my guess is the block/transaction notification). I only got this during shutdown, so I guess it can be safely ignored for now, but I can try and better pinpoint the origin if needed.

@alexlyp
Copy link
Member

alexlyp commented Jan 9, 2018

tested fine on deb9, will try to test on macOS today or tomorrow.

Copy link
Member

@alexlyp alexlyp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested fresh installs on linux, windows and macOS. All working as expected.

@alexlyp alexlyp merged commit 7d0dac2 into decred:master Jan 16, 2018
@matheusd matheusd deleted the electron-update branch April 10, 2018 16:59
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

Successfully merging this pull request may close these issues.

Update to latest electron
2 participants