Hello, I switched to an M1 Macbook Air and I am having troubles running Tracker. Often, loading videos, it gets stuck and sometimes the whole computer is stuck. I can see that Tracker uses the CPU 100%.
Does anyone know if: * there is a roadmap to support Apple Silicon? * there is a way to run Tracker using an ARM Java VM? My own response is no, since the Xuggler native libraries are x64 and cannot be linked from an ARM JVM.
It seems to me that installing an external x64 JMV and removing the Plugins directory on the Tracker.app bundle Tracker runs well with:
Have you tried setting the preferred JVM in the Runtime tab of the preferences (Edit|Preferences)? Does the VM dropdown show the Zulu JVM?
> Hello, I switched to an M1 Macbook Air and I am having > troubles running Tracker. Often, loading videos, it > gets stuck and sometimes the whole computer is stuck. > I can see that Tracker uses the CPU 100%. > > Does anyone > know if: > * there is a roadmap to support Apple Silico > > * there is a way to run Tracker using an ARM Java > VM: I installed an ARM64 Zulu JVM, there is a way > to force Tracker to use this VM instead than the embedded > one? Even if I do "java -jar /Applications/Tracker/path/to/the/jar/tracker.jar" > at the end Tracker is launched on the embedded JVM > > > Thank-you