cancel
Showing results for 
Search instead for 
Did you mean: 

Installing CubeMX 6.13 -console Error

Crankzz
Associate

I have tried to install the latest CubeMX software 6.13 in silent mode. Unfortunately the installation fails with the following error code in debug mode: 'ProcessBuilder.start(): pid: 95163, dir: null, cmd: “net”'
I have executed the installation with the following command: 'java -jar SetupSTM32CubeMX-6.13.0 -debug'
The installation runs with version 6.12.1.
I used debian bullseye

Am I doing something wrong?
Kind regards

 

3 REPLIES 3
Ghofrane GSOURI
ST Employee

Hello @Crankzz 

First let me thank you for posting.

Sometimes, running the installer with elevated privileges (as root or using sudo) can resolve permission-related issues. Try running the command with sudo :

sudo java -jar SetupSTM32CubeMX-6.13.0 -debug

 

Hello @Ghofrane GSOURI,

Unfortunately, the result is the same.
As I mentioned above, it works with version 6.12.1.
Can anyone verify the problem?

Hello @Crankzz 

STM32CubeMX 6.13.0 supports the following operating systems and architectures:

  • Windows®: Windows® 10 32 bits (x86) or 64 bits (x64), and Windows® 11 64 bits (x64)
  • Linux®: Ubuntu® LTS 22.04, and LTS 24.04, and Fedora® 40
  • macOS®: macOS® 14 (Sonoma), macOS® 15 (Sequoia)

Debian Bullseye is not listed among the supported operating systems for STM32CubeMX 6.13.0. This could be the reason why you are encountering issues during the installation process.

The error message you received, 'ProcessBuilder.start(): pid: 95163, dir: null, cmd: “net”', suggests that there might be a compatibility issue or a missing dependency specific to Debian Bullseye

Since the installation runs with version 6.12.1, you might want to continue using that version or consider using a virtual machine with one of the supported operating systems listed above.