cancel
Showing results for 
Search instead for 
Did you mean: 

STM32Cube apps don't start

BSewe.1
Associate II

Hello,

Recently I did a fresh, clean install of macOS Catalina 10.15.6 and I cannot start any of STM32Cube apps.

I downloaded STM32CubeMX 6.0.0, STM32CubeProgrammer 2.5.0 and STM32CubeIDE 1.4 and installed them using this commands:

sudo java -jar SetupSTM32CubeMX-6.0.0.exe
sudo java -jar SetupSTM32CubeProgrammer-2.5.0.exe

I can start apps using terminal:

./STM32CubeIDE.app/Contents/MacOS/stm32cubeide 
./STM32CubeMX.app/Contents/MacOs/STM32CubeMX

but i cannot launch this apps from launchpad.

STM32CubeProgr does not even start from terminal.

I did try sudo xattr -rc method but it does not work.

Every time I try run any of this apps I get:

0693W000003BjV8QAK.png

Can anyone help?

Bartek.

5 REPLIES 5
BSewe.1
Associate II

I already try

sudo xattr -c

and

sudo xattr -cr

and it does not work.

I disabled gatekeeper completely and I still cannot run STM32Cube apps from launchpad.

BSewe.1
Associate II

Ok I think I found solution.

When I did clean install of macOS Catalina I left everything default so Disk utility formatted my drive in APFS case sensitive.

Today I created second partition with APFS case insensitive file system and it turns out i can run all STM32Cube apps from second partition.

It looks like I cannot run STM32Cube apps from launchpad on case sensitive file system but I can run them from terminal.

Why there is no information on ST website that this apps won't run on case sensitive file system?

Cartu38 OpenDev
Lead II

On case sensitive part are you able to run such STM32CubeIDE app from command line (terminal based) getting rid of Application icon usage ?

If yes sounds like security parameters to be tuned.

Yes I can run STM32Cube apps from terminal on case sensitive file system, only running through icon does not work.