uname -a
Linux pavlovdog 5.0.0-29-generic #31~18.04.1-Ubuntu SMP Thu Sep 12 18:29:21 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
│ Ledger Live Desktop - 4c3da59baeff4bc72eda894baa3e32c3bc2c6955
│ Linux 5.0.0-29-generic x86_64 GNU/Linux
│ commit 4c3da59baeff4bc72eda894baa3e32c3bc2c6955
node --version
v10.16.3
npm --version
6.12.0
yarn --version
1.19.0
Running Ledger Live instance.
Failed with the following error:
┗ ----------------------------
┏ Renderer -------------------
ℹ 「wdm」: Compiled successfully.
┗ ----------------------------
┏ Electron -------------------
Debugger listening on ws://127.0.0.1:5858/1f0c22c5-211e-4a7f-aea1-15b421eecf7b
For help see https://nodejs.org/en/docs/inspector
┗ ----------------------------
┏ Electron -------------------
Ledger Live 1.16.0-nightly.20191008
┗ ----------------------------
┏ Electron -------------------
../../third_party/tcmalloc/chromium/src/tcmalloc.cc:289] Attempt to free invalid pointer 0x7ff379285530
┗ ----------------------------
error Command failed with exit code 1.
yarn start
This is an issue we run into with Electron 2 under Linux, because of this we had to temporary settle on manually downgrading to Electron 1 for our Linux releases.
We're working on updating our codebase to work with the latest versions of electron and node, but for the time being please use yarn add electron@1 and use node 8 (via eg nvm).
@MortalKastor Thanks a lot! Now it works perfectly :)
Most helpful comment
This is an issue we run into with Electron 2 under Linux, because of this we had to temporary settle on manually downgrading to Electron 1 for our Linux releases.
We're working on updating our codebase to work with the latest versions of electron and node, but for the time being please use
yarn add electron@1and use node 8 (via egnvm).