Skip to content

ace-understand binary not found — rebuild acestep.cpp or set ACE_UNDERSTAND_BIN #33

Description

@SlowLogicBoy

I am using 0.0.5 .AppImage (file name says 0.0.2, from 0.0.5 release) on linux (Bazzite).

I am getting:

Analysis failed: 500: ace-understand binary not found — rebuild acestep.cpp or set ACE_UNDERSTAND_BIN

Workaround:

./ACE-Step.UI-0.0.2.appimage --appimage-extract

Then edit AppRun file and add:

export ACE_UNDERSTAND_BIN="${APPDIR}/resources/bin/ace-understand"

I added right after other exports:

# ...
export PATH="${APPDIR}:${APPDIR}/usr/sbin:${PATH}"
export XDG_DATA_DIRS="./share/:/usr/share/gnome:/usr/local/share/:/usr/share/:${XDG_DATA_DIRS}"
export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"
export XDG_DATA_DIRS="${APPDIR}"/usr/share/:"${XDG_DATA_DIRS}":/usr/share/gnome/:/usr/local/share/:/usr/share/
export GSETTINGS_SCHEMA_DIR="${APPDIR}/usr/share/glib-2.0/schemas:${GSETTINGS_SCHEMA_DIR}"
export ACE_UNDERSTAND_BIN="${APPDIR}/resources/bin/ace-understand"
# ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions