cancel
Showing results for 
Search instead for 
Did you mean: 

I have installed STM32CubeIde, however beyond the flash screen the software is not loading

SatishB
Associate II
 
10 REPLIES 10
Olivier GALLIEN
ST Employee

Hi @SatishB​ ,

Description of your issue is far too short.

What do you call "flash screen" ?

Which firmware ?

Please add further details.

Thanks

Olivier

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
SatishB
Associate II

I am using version STM32CubeIDE 1.11.0. I have attached the screen for your reference.

Thanks Oliver for your reply.

SatishB
Associate II

I am adding the the log file for your reference.

Hi @SatishB​ ,

Ok logs state about a Java exception. I will try to help your post to reach a CubeIDE expert.

Olivier

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Wijeden RHIMI
ST Employee

Hi SatishB,

Could you please provide the .log file of your workspace.

0693W00000Y8PV1QAN.png 

Thanks,

Wijeden,

SatishB
Associate II

Hi Wijeden,

I am pasting the contents of log file below

!SESSION 2023-01-17 17:16:52.366 -----------------------------------------------

eclipse.buildId=Version 1.11.0

java.version=11.0.16

java.vendor=Eclipse Adoptium

BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN

Command-line arguments: -os win32 -ws win32 -arch x86_64

!ENTRY com.st.stm32cube.ide.mcu.informationcenter 4 4 2023-01-17 17:18:06.843

!MESSAGE CubeMX plugin appears to be active, Log4j initialization might be too late.

!ENTRY com.st.stm32cube.ide.mcu.informationcenter 1 1 2023-01-17 17:18:07.304

!MESSAGE Log4j initialized with config file C:\Users\Satish\STM32CubeIDE\workspace_1.11.0\.metadata\.log4j.xml

Hope this info is useful to you.

Also I had given a log file in my earlier mail. (hs_err_pid_5892). You can also go through it.

Wijeden RHIMI
ST Employee

Hello @SatishB,

I wonder you to check the following stuffs :

  1. My gut feeling is that installation is broken or that your environment prevents it from executing properly (installation failure or firewall / anti-virus)…
  2. Is that the full .log file or just pasting a part of it ? (it seems that the copy paste .log file is useless :pensive_face: ) --> if it is the case please share the whole file .
  3. Maybe you should use the command line to launch the Cube IDE

I wait your response :).

Best regards,

Wijeden,

SatishB
Associate II

Hi Wijeden,

  1. I have given you the full log file.
  2. I have disabled antivirus while installation
  3. What is the command line command to launch
Wijeden RHIMI
ST Employee

Hi again SatishB,

More details :

Running Cube IDE in console mode depends on the OS (the paths are just typical places for the binary):

  • Linux: /opt/st/stm32cubeide_1.11.0/stm32cubeide
  • Mac: /Applications/STM32CubeIDE.app/Contents/MacOS/STM32CubeIDE
  • Windows: c:\ST\STM32CubeIDE_1.11.0\STM32CubeIDE\stm32cubeidec.exe

Please verify which OS you are working on ?

Best regards,

Wijeden,