Page 1 of 1

xTimeComposer 14 not compatible Mac osx Ventura

Posted: Sat Dec 10, 2022 5:40 pm
by fabriceo
Hi
despite the information provided in this AN:
https://www.xmos.ai/download/Design-Adv ... -2020).pdf

XTC 14 can't be launch in Ventura OSX 13

the suggested JVM 6 failed to load when launching XTC in the command line.

anyone found a solution ?

thanks in advance

Re: xTimeComposer 14 not compatible Mac osx Ventura

Posted: Sun Dec 11, 2022 2:06 pm
by CousinItt
The windows version needs the 32-bit edition of the JDK. Could it be a similar problem you're seeing?

Re: xTimeComposer 14 not compatible Mac osx Ventura

Posted: Mon Dec 12, 2022 8:21 pm
by fabriceo
Hello
I solved the problem on a 2021 MacBook Pro (M1pro) running OSX 13 (Ventura) by installing a free third party JDK 8 :
Azul Zulu: 8.66.0.15, version for x86-64bits (doesn't work with Arm64 version)
and patching info.plist as described in this old post :
https://www.xcore.com/viewtopic.php?p=31208#p31208
with the value:
<string>-vm</string><string>/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home/bin/java</string>