2020-12-17 07:04 AM
Hi all, how are you?. I'm making a project with an STM32F401VE and I've updated the IDE, after that there are about ten dependencies that says something related to inknown dependencies and the .ioc project doesn't opens. I read some over there and some other people had the same problem after the STM32Cube IDE was updated, currently for me is showing this problem with the version Version: 1.5.1, Build: 9029_20201210_1234 (UTC).
I tried also to import the project or creating a new project but the behavior is the same. How could this problem be solved?
In the meantime I will simply reinstall the IDE
Solved! Go to Solution.
2021-01-18 02:59 AM
The problem here is about the JRE version.
STM32CubeIDE embeds Java8 while, because of a 3rd-party installation (eGit, etc...), an indirect core dependency is updated and depends on Java11.
How to solve it
Notice: STM32CubeIDE has not been entirely validated on Java11, I strongly suggest to keep a backup of the jre folder.
2020-12-17 10:24 AM
Hi VRami.1,
Can you please screenshot the errors?
Best Regards,
Ons.
2020-12-17 11:38 AM
Well Ons, I forgot to take a screenshot and I've reinstalled the IDE, but the first references That I found on the web about the problem are
and
https://www.openstm32.org/forumthread6094
the only picture that I can send right now is the one showing that my .ioc file was made in a CubeMX version newer that the one currently installed so until I can update the Cube IDe I can't easily modify the configuration of my project.
here is the picture
may be with the version of the STM32CubeMX you can track the update that is related to the problem but right now I don't have screenshots of the problem.
2020-12-18 01:16 AM
I have the same Problem. After installing the 1.5.1 update, this problem occurs and it's not possible to Build a project anymore.
2020-12-18 01:34 AM
Hi VRami.1,
What Operation System you are working with ? is it Windows?
Best Regards,
Ons.
2020-12-18 01:48 AM
Hi, windows 10 Pro 64 bits, and it's what @Johnny says, the problem is with the IDE update version 1.5.1 and the screenshots attached by him shows the same notifications that I saw
2020-12-18 01:48 AM
Hi, windows 10 Pro 64 bits, and it's what @Johnny says, the problem is with the IDE update version 1.5.1 and the screenshots attached by him shows the same notifications that I saw
2020-12-18 02:28 AM
Hi Ons KOOLI, here Windows 10 Pro 64-Bit as well.
2020-12-18 08:56 AM
Hi VRami.1 and johnny
I am sorry to hear about your upgrade problems. It looks like the upgrade was failed by some reason.
From which version of STM32CubeIDE did you made the upgrade from, did you upgrade it from version 1.5.0 or some older version?
For investigations we would like to get the workspace log file. It will be good to have the ".log" file both from the workspace used when doing the upgrade and current workspace log file. Also the ".ide.log" is of interest.
These log files are available in the Workspace/.metadata folder.
I have updated the topic field for this forum post to make it visible for STM32CubeIDE and STM32CubeMX.
2020-12-19 02:40 AM