2017-05-19 05:34 AM
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-crashSolved! Go to Solution.
2017-05-26 05:22 PM
//replacing with the cross platform look and feel will fix the JVM crash
UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());//UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());2017-07-13 01:59 PM
2017-07-14 02:12 AM
I have the same problem, but I haven't solved it yet.....
2017-07-15 06:28 AM
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