-
Notifications
You must be signed in to change notification settings - Fork 23
Description
The current Incubator version is not working on the M3 chip. I am currently using macOS Sonoma 14.3 and Apple M3 Pro. I could get the Incubator version downloaded and built, and the GUI ran perfectly on my Linux host computer (Ubuntu 24.04 LTS, Intel i5 chip). But when I was trying to replicate the entire process on my laptop. It stucked on an error messages complaining about the "Tracecompass-server" saying "The Tracecompass-server executable launcher was unable to locate its companion shared library".
In order to resolve this problem, we have tried to checked around, however, the files mentioned in the .ini files all exist and are readable. The library (.so file) is compiled for x86 and readable but not executable. Making it executable does not change the outcome: We get "The Tracecompass-server executable launcher was unable to locate its companion shared library." in a popup, and the application closes afterward. When changing the architecture in pom.xml to arm64 on Mac OS, we can start a new build, but it fails at some point because a dependency cannot be satisfied.
