Skip to content

Linux Troubleshoot #3436

@walker27

Description

@walker27

dlopen(): error loading libfuse.so.2

for latest linux distributions, libfuse2 is no longer available.

you can install libfuse2t64 to fix this issue.

The SUID sandbox helper binary was found, but is not...

full error message like:
The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now.

the problem is that Ubuntu 24.04 implemented new restrictions for AppImage apps, which restricts the use of sandboxes.

the easiest way to fix this is to run the AppImage with the --no-sandbox flag:

./Neuron.AppImage --no-sandbox

GTK 2/3 symbols detected

you can start with --gtk-version=3 flag:

./Neuron.AppImage --gtk-version=3

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentGuide[Help documentation] beginners guide

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions