SuperSlicer
SuperSlicer copied to clipboard
MacOS doesn't work
What happened?
I can't get either version to install on MacOS 12.3.
the "_arm" version won't install, and the other crashes on open, even after "xattr -cr /Applications/SuperSlicer.app"
Project file & How to reproduce
installer from site, SuperSlicer_2.4.58.5_macos_220924.dmg
Version
2.4.58.5
Operating system
macOS 12.3
Printer model
No response
I am running an Intel MacBook Pro 2015 on macOS 12.6 and SuperSlicer crashes for me too due to a missing library
Termination Reason: Namespace DYLD, Code 1 Library missing Library not loaded: '/usr/local/opt/zstd/lib/libzstd.1.dylib' Referenced from: '/Applications/SuperSlicer.app/Contents/MacOS/SuperSlicer' Reason: tried: '/usr/local/opt/zstd/lib/libzstd.1.dylib' (no such file), '' (no such file), '' (no such file) (terminated at launch; ignore backtrace)
On my intel mac with macos 13.0 I cant open SuSl 2.4.58.5 installer. 2.3.57.9 is running good.
I ran into this issue. I was able to get around it by doing a brew install zstd. Installation through homebrew is still needed even though it's not in the release notes anymore. Unfortunately, you need to install zstd through homebrew as installing through MacPorts doesn't seem to help.
@jdknoll this helped, thank you!