You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
When beginning to index a project, Sourcetrail invokes the sourcetrail_indexer:
10:41:36 | TaskBuildIndex.cpp:187 runIndexerProcess() | ERROR: Cannot start indexer process because executable is missing at "/Applications/Sourcetrail.app/Contents/Resources/sourcetrail_indexer"
However, in MacOS builds, the filename is capitalized:
➜ Resources $ pwd
/Applications/Sourcetrail.app/Contents/Resources
➜ Resources $ ls
Sourcetrail_indexer data icon.icns icon.iconset project.icns project.iconset qt.conf
This causes every file indexing attempt to fail and project indexing stays at 0% forever. I renamed the file Sourcetrail_indexer to sourcetrail_indexer in the app bundle and it works as expected.
The text was updated successfully, but these errors were encountered:
When beginning to index a project, Sourcetrail invokes the sourcetrail_indexer:
However, in MacOS builds, the filename is capitalized:
This causes every file indexing attempt to fail and project indexing stays at 0% forever. I renamed the file
Sourcetrail_indexer
tosourcetrail_indexer
in the app bundle and it works as expected.The text was updated successfully, but these errors were encountered: