Skip to main content
Associate
January 7, 2025
Question

Installing CubeMX 6.13 -console Error

  • January 7, 2025
  • 1 reply
  • 797 views

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

 

1 reply

Ghofrane GSOURI
Technical Moderator
January 7, 2025

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

 

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.
CrankzzAuthor
Associate
January 8, 2025

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?

Ghofrane GSOURI
Technical Moderator
January 8, 2025

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.

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.