Skip to content

Wallet 7.0.0 from .deb gives core dump (plus workaround) #57

Description

@PanderMusubi

Install https://github.com/Beldex-Coin/beldex-electron-gui-wallet/releases/download/v7.0.0/beldex-electron-wallet-7.0.0-linux.deb on Ubuntu 25.10 and run beldex-electron-wallet results in

LaunchProcess: failed to execvp:
/opt/Beldex
Trace/breakpoint trap (core dumped)

This is caused by a space in the name of the directory.

Workaround is

sudo su
cd /opt
mv Beldex\ Electron\ Wallet/ Beldex
cd /usr/bin
ln -sf /opt/Beldex/beldex-electron-wallet

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions