klaudiosinani / ao

Elegant Microsoft To-Do desktop app
https://klaussinani.github.io/ao
MIT License
2.11k stars 200 forks source link

Crash after start due to missing init.js resource #31

Open castarco opened 6 years ago

castarco commented 6 years ago

Describe the bug Crash after start due to missing init.js resource

To Reproduce

  1. Copy the ao 5.6.0 AppImage x86_64 binary to ~/.local/bin/ao
  2. Mark it as executable chmod ~/.local/bin/ao
  3. Execute the binary: ao , or ~/.local/bin/ao

Expected behavior It should start after the update, but it crashes. More details provided in the following sections.

Technical Info (please complete the following information)

Console Output:

Error: Cannot find module '/tmp/.mount_aozmTZY6/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

Additional context

GeorgHoffmeyer commented 6 years ago

I'm having the same issue

castarco commented 6 years ago

Any update on this issue?