Open ltfschoen opened 5 years ago
I found that /home/yourusername/code/github/paritytech/fether/node_modules/electron/dist/chrome-sandbox
had permissions '-rwxr-xr-x'. I just followed the recommendations in the Electron error message and it worked as before
sudo chown root /path/to/fether/node_modules/electron/dist/chrome-sandbox
sudo chmod 4755 /path/to/fether/node_modules/electron/dist/chrome-sandbox
Can reproduce on ArchLinux on master with yarn start
and on the v0.3.1 AppImage release
edit: @Tbaut doesn't have this error though
When I run the latest Fether 'master' branch on Debian, it shows the following error in the terminal when it's launching
And it no longer automatically opens the Fether window. I have to manually go to localhost:3000 in my browser, where it just displays "Launching the node...".
And when I view the error messages in Console of the Chrome Browser Inspector, it shows error:
But if I checkout an older commit (prior to the "Upgrade to electron 5" PR (https://github.com/paritytech/fether/pull/522) commit https://github.com/paritytech/fether/commit/70b339b2eb371967e342fad47381b41c7c61b3c7) then it automatically opens the Fether window successfully like it used to in development environment, where you just have to "refresh" the Fether window for the accounts page to appear.
Are there additional steps that were documented somewhere that developers on Linux and/or Windows need to follow to make it work since this commit (i.e. to overcome the errors shown above)?