cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeProgrammer fails to start on Macbook M2 Ventura 13.6.3

deepsubmicron
Associate

I managed to get the setup program to complete by running directly from the command line.

The STM32CubeProgrammer app fails to run, giving the follow error trace:

CubeProgrammer version: 2.15.0

Path CubeProgrammer version: : /Applications/STMicroelectronics/STM32Cube/STM32CubeProgrammer/STM32CubeProgrammer.app/Contents/MacOs/bin/version

Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: problems invoking getCaretShape

at org.fxmisc.richtext.TextFlowExt$GenericIceBreaker.invoke(TextFlowExt.java:230)

at org.fxmisc.richtext.$Proxy6.getCaretShape(Unknown Source)

at org.fxmisc.richtext.TextFlowExt.getCaretShape(TextFlowExt.java:84)

at org.fxmisc.richtext.ParagraphText.updateSingleCaret(ParagraphText.java:327)

at org.fxmisc.richtext.ParagraphText.lambda$new$3(ParagraphText.java:137)

(... many more error lines)

Thank you for any help getting this problem resolved.

 

 

1 REPLY 1
ashiz
Associate II

I have the same problem.

 - Macbook air M3 Ventura 14.4.1

 - CubeProgrammer version: 2.16.0

the follow error trace:

CubeProgrammer version: 2.16.0
Path CubeProgrammer version: : /Applications/STMicroelectronics/STM32Cube/STM32CubeProgrammer_2_16_0/STM32CubeProgrammer.app/Contents/MacOs/bin/version
Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: problems invoking getCaretShape
at org.fxmisc.richtext.TextFlowExt$GenericIceBreaker.invoke(TextFlowExt.java:230)
at org.fxmisc.richtext.$Proxy6.getCaretShape(Unknown Source)
at org.fxmisc.richtext.TextFlowExt.getCaretShape(TextFlowExt.java:84)
at org.fxmisc.richtext.ParagraphText.updateSingleCaret(ParagraphText.java:327)
at org.fxmisc.richtext.ParagraphText.lambda$new$3(ParagraphText.java:137)
....