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"
# ...
I am using 0.0.5 .AppImage (file name says 0.0.2, from 0.0.5 release) on linux (Bazzite).
I am getting:
Workaround:
./ACE-Step.UI-0.0.2.appimage --appimage-extractThen edit
AppRunfile and add:export ACE_UNDERSTAND_BIN="${APPDIR}/resources/bin/ace-understand"I added right after other exports: