Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
F
fether
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 1
    • Merge Requests 1
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • parity
  • fether
  • Issues
  • #166

Closed
Open
Opened Jul 23, 2018 by Thibaut Sardan@TbautDeveloper

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
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: parity/fether#166