2025-07-12 6:42 PM
Hi,
My CubeIDE 1.18.0 was working fine for many weeks with Nucleo-H753ZI board and CubeMX.
Two days ago, it stopped working after I upgraded it to version 1.19.0. The screen stayed in IDE home window.
Then
1, I deleted directories below
C:\ST\STM32CubeIDE_1.19.0
C:\Users\User\STM32CubeIDE
C:\Users\User\.eclipse
C:\STM32\Workspace
2, I Installed STM32CubeIDE 1.18.0 as administrator.
However, the project can't be built. I found -
1. Window → Preferences → C/C++ → Build → Environment list is empty.
2. .C:\Users\User\.eclipse is missing.- was not regenerated.
I repeated the above steps to install 1.19.0 as administrator. The result is the same.
1. Window → Preferences → C/C++ → Build → Environment list is empty.
2. .C:\Users\User\.eclipse is missing.- was not generated.
Thank you very much for your help,
Rong
Solved! Go to Solution.
2025-07-13 3:38 AM
Hi,
you could try :
>> To fix this, just remove this file inside your workspace:
>> .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
>> Hope this solves the issue.
>> (this file is the responsible of saving your workbench layout)
Then start IDE and see...and tell.
btw I run V 1.18.1 , is "best" so far.
2025-07-13 3:38 AM
Hi,
you could try :
>> To fix this, just remove this file inside your workspace:
>> .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
>> Hope this solves the issue.
>> (this file is the responsible of saving your workbench layout)
Then start IDE and see...and tell.
btw I run V 1.18.1 , is "best" so far.
2025-07-13 3:50 AM
Hi,
Please read my last message - I deleted the workspace before my IDE installation.
The problem is
1. Window → Preferences → C/C++ → Build → Environment list is empty.
2. .C:\Users\User\.eclipse is missing.- was not generated.
No project can be built.
Thanks,
Rong
2025-07-13 3:53 AM
Hi,
Please read my last message - I deleted the workspace before my IDE installation.
The problem is
1. Window → Preferences → C/C++ → Build → Environment list is empty.
2. .C:\Users\User\.eclipse is missing.- was not generated.
No project can be built.
Thanks,
Rong
2025-07-13 4:13 AM
Hi,
so...just :
Please try to
-Close STM32CubeIDE
-Delete all those files from your PC: .stm32cufinder, .stm32cubemx, .stm32cubeide and .stm32cube
then restart the STM32CubeIDE and retest again.