The IsoNet2 CLI (isonet.py) works as expected, but the GUI (AppImage) fails to launch and consistently exits with:
Illegal instruction
This occurs both when running the AppImage directly and when extracting it and launching via AppRun or the underlying binary. Using --no-sandbox avoids sandbox errors but does not resolve the crash.
Writable paths for $HOME, XDG_*, and TMPDIR were ensured, and required system libraries were installed.
Expected behavior:
The GUI should launch on a standard Linux environment.
Questions:
Are there specific CPU instruction requirements for the AppImage?
Is the GUI expected to work in containerized environments?
Are there alternative builds or recommended installation methods for better compatibility?
At present, only the CLI is usable.
The IsoNet2 CLI (isonet.py) works as expected, but the GUI (AppImage) fails to launch and consistently exits with:
Illegal instruction
This occurs both when running the AppImage directly and when extracting it and launching via AppRun or the underlying binary. Using --no-sandbox avoids sandbox errors but does not resolve the crash.
Writable paths for $HOME, XDG_*, and TMPDIR were ensured, and required system libraries were installed.
Expected behavior:
The GUI should launch on a standard Linux environment.
Questions:
Are there specific CPU instruction requirements for the AppImage?
Is the GUI expected to work in containerized environments?
Are there alternative builds or recommended installation methods for better compatibility?
At present, only the CLI is usable.