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
xTimeComposer 14 not compatible Mac osx Ventura
-
- XCore Addict
- Posts: 244
- Joined: Mon Jan 08, 2018 4:14 pm
-
- Respected Member
- Posts: 367
- Joined: Wed May 31, 2017 6:55 pm
The windows version needs the 32-bit edition of the JDK. Could it be a similar problem you're seeing?
-
- XCore Addict
- Posts: 244
- Joined: Mon Jan 08, 2018 4:14 pm
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>
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>