Skip to main content
AMaci.16
Associate
June 7, 2019
Solved

Project creation failure

  • June 7, 2019
  • 2 replies
  • 1063 views

I got this error message when trying to create a new stm32 project. Culd you help with this?

This topic has been closed for replies.
Best answer by Markus GIRDLAND

I think it's because you have a space in your name. We have a ticket for this, I believe you can do the following as a workaround:

  1. Exit STM32CubeIDE
  2. Go into the installation directory (C:/ST/STM32CubeIDE_1.0.0/STM32CubeIDE by default) and edit the stm32cubeide.ini file
  3. Add this line at the end of the .ini file: -Djava.io.tmpdir=C:/ST/tmp
  4. Create the tmp folder in the C:/ST directory
  5. Start CubeIDE and try to create a project

2 replies

Markus GIRDLAND
ST Employee
June 7, 2019

I think it's because you have a space in your name. We have a ticket for this, I believe you can do the following as a workaround:

  1. Exit STM32CubeIDE
  2. Go into the installation directory (C:/ST/STM32CubeIDE_1.0.0/STM32CubeIDE by default) and edit the stm32cubeide.ini file
  3. Add this line at the end of the .ini file: -Djava.io.tmpdir=C:/ST/tmp
  4. Create the tmp folder in the C:/ST directory
  5. Start CubeIDE and try to create a project

AMaci.16
AMaci.16Author
Associate
June 7, 2019

Thank you Markus, that solved the problem.

regards,

Alberto Macias E.