cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX 4.21 - Java SE RE 8.0.131 crashing when saving new project

George.P
Associate III
Posted on May 19, 2017 at 14:34

As in title, when trying to save a new project the Cube crashes generating a Java error log file.

Seems to happen just before opening a file dialogue window to ask where to save the new project.

#cube-mx #stm32cubemx-java #java-crash
13 REPLIES 13
Posted on May 27, 2017 at 00:22

//replacing with the cross platform look and feel will fix the JVM crash

UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());

//UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());

https://bugs.openjdk.java.net/browse/JDK-8178873

 
Ewald Weinhandl
Associate
MARK Sylvia888
Associate
Posted on July 14, 2017 at 11:12

I have the same problem, but I haven't solved it yet.....

Ralph E
Associate II
Posted on July 15, 2017 at 15:28

Try this 

Remove Windows 10 'GodMode shortcut'

Thanks to: 

https://stackoverflow.com/questions/43836174/java-applications-crash-when-browse-control-used

 

After erase, it work's

RDE