AppImage - Cannot find module '/tmp/.mount_fether73wBax/resources/electron.asar/browser/init.js'
The AppImage of the v0.1.0-alpha2 doesn't allow to launch Fether. Here is what I did (on Ubuntu) with a Parity (v2) instance already running.
$ wget https://github.com/paritytech/fether/releases/download/v0.1.0-alpha2/fether-0.1.0-x86_64.AppImage
--2018-07-23 11:08:45-- https://github.com/paritytech/fether/releases/download/v0.1.0-alpha2/fether-0.1.0-x86_64.AppImage
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/127888735/119f8166-8061-11e8-82e6-dbf8ed4923b7?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20180723%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180723T090845Z&X-Amz-Expires=300&X-Amz-Signature=5eb3a656cffb384c24746da2391b2781865ab99022dae6d67ace8ae08b03b8e6&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dfether-0.1.0-x86_64.AppImage&response-content-type=application%2Foctet-stream [following]
--2018-07-23 11:08:46-- https://github-production-release-asset-2e65be.s3.amazonaws.com/127888735/119f8166-8061-11e8-82e6-dbf8ed4923b7?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20180723%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180723T090845Z&X-Amz-Expires=300&X-Amz-Signature=5eb3a656cffb384c24746da2391b2781865ab99022dae6d67ace8ae08b03b8e6&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dfether-0.1.0-x86_64.AppImage&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.82.168
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.82.168|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 82833070 (79M) [application/octet-stream]
Saving to: ‘fether-0.1.0-x86_64.AppImage’
fether-0.1.0-x86_64.AppImage 100%[====================================================================================================================>] 79,00M 2,27MB/s in 43s
2018-07-23 11:09:29 (1,83 MB/s) - ‘fether-0.1.0-x86_64.AppImage’ saved [82833070/82833070]
$ chmod u+x fether-0.1.0-x86_64.AppImage
$ ./fether-0.1.0-x86_64.AppImage
module.js:545
throw err;
^
Error: Cannot find module '/tmp/.mount_fether73wBax/resources/electron.asar/browser/init.js'
at Function.Module._resolveFilename (module.js:543:15)
at Function.Module._load (module.js:473:25)
at Function.Module.runMain (module.js:683:10)
at startup (bootstrap_node.js:196:16)
at bootstrap_node.js:622:3