2021-03-30 02:48 AM
I encountered this problem after trying to create a project from an existing ioc file. Afterwards all my endeavors failed as per the below screenshots:
Solved! Go to Solution.
2021-03-30 01:39 PM
I think bug is really about project folder location support if only a single folder on top of disk drive root.
On my side I've got a try (and same issue so) based on File > New > STM32Project.
I guess bug is about unchecking 'use default location' and setting destination folder so close to disk drive root. If keeping default project location is at min 2 level deep within file system hierarchy because first workspace then project repository like : <disk drive root>/<workspace repository>/<project repository>
@STM_support please consider such !
2021-03-30 04:06 AM
On latest dialog popup what about if clicking ok then ask for code generation back relying on dedicated toolbar icon (gear weel) ? Is project generating fine then ...
2021-03-30 05:14 AM
The IDE will crash and I had to kill it.
2021-03-30 10:00 AM
I've tried to uninstall/redownload the IDE. Still I've the problem. Apparently the uninstall does not provide a clean slate as the installed packages in the old installation are still alive and well, e.g. TouchGFX. Can you please advise how can I really get a fresh start so that I can resume my project.
2021-03-30 01:03 PM
I've been able to reproduce following your snapshots.
Have a try to set as project location D:\myWorkArea\TEST ... works for me ... sounds a bug here using non default location having only one level hierarchy on top of drive root. Adding extra level is solving trouble.
Have a try and share if helping
2021-03-30 01:25 PM
Thank you very much, it is working for me now as you advised.
What do you advise regarding this option (which I believe is the culprit):
2021-03-30 01:39 PM
I think bug is really about project folder location support if only a single folder on top of disk drive root.
On my side I've got a try (and same issue so) based on File > New > STM32Project.
I guess bug is about unchecking 'use default location' and setting destination folder so close to disk drive root. If keeping default project location is at min 2 level deep within file system hierarchy because first workspace then project repository like : <disk drive root>/<workspace repository>/<project repository>
@STM_support please consider such !
2021-03-30 03:24 PM
I cannot say for sure, but I believe I tried to use the ioc file to a project repository located deep within the file system when the problem occurred for the first time. However @STM_support can look into it. Thank you for your help.