I am unable to unzip STSW-WISE-MAC 1.1.0. File is corrupted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-17 4:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-26 5:59 PM
Hi Sebastien,
Just confirmed on an Intel machine and it had the same issue. Below are the steps I used to try to open the file.
- Extracted en.STSW-WISE-MAC_v1.1.0.zip to wise-studio-1.1.0.dmg successfully.
- Double clicked on wise-studio-1.1.0.dmg which then mounted the a virtual drive called WiSE-Studio_Install.
- Copied WiSE-Studio.app on virtual drive to Applications folder.
- Went to Application folder, right clicked to WiSE-Studio.app and chose Open.
- An error popped up saying "WiSE-Studio.app is damaged" (see attached).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-27 9:55 AM
The signature of the application is invalide. Enter in Terminal:
xattr -cr /PATH_TO_FILE/WiSE-Studio.app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-30 7:14 AM
Having this same issue with the 'damaged and can't be opened' message on an Intel Mac running macOS Monterey V 12.2.1. I was stoked to see WiSE Studio Mac version released, hope that it can actually be used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-04-30 8:54 AM
Thanks for that, I hadn't seen your post my first time through here. After extending attributes and updating Java I'm able to launch the IDE!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-03 2:49 PM
I was able to use xattr to by pass "WiST-Studio.app" is damage, but still wasn't able to launch the IDE. I installed OpenJDK (version 17) but no luck. Then I installed jre-8u333 from java.com directly but still no luck.
@RArch​ How did you install/update your java?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-03 5:32 PM
I think you will need to install v18 of java. See the link below, you can download from the MacOS tab, there are versions there for ARM and Intel-based Mac's:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-03 6:13 PM
@RArch​ I downloaded and installed the java v18, but it was a no-go still. I even tried to run it from command line, but it kept showing CheckForInstalledJavaRuntimes error (see attached). I will attempt it on an intel mac to see if it makes any difference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-03 6:16 PM
Sorry I couldn't be more help, good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-03 6:49 PM
All good. Thanks for the help, @RArch​ .
@Sebastien DENOUAL​ Do you think anyone can take a look at this issue? Not sure if this information is useful, but STM32CubeIDE runs on my mac perfectly fine (with no java installed).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-04 12:20 AM
Hi @LeeS​,
The problem is an attribute “com.apple.quarantine�? applied by latest version of Mac OS on files downloaded.
Currently, possible solutions are:
- From Terminal, type: xattr -cr /PATH_TO_FILE/WiSE-Studio.app
> This is the workaround mentioned by @SZuer.1​ , the attribute is removed.
- Download the file on a Windows PC, unzip and copy the .dmg file to a MAC PC. In this way, the attribute is not applied because the download is done in Windows.
Now, I agree the clean solution is to have a signature from Apple Developer Authority. We will notify you once it will be available.
Regards,
Sebastien.
