SuperSlicer icon indicating copy to clipboard operation
SuperSlicer copied to clipboard

MacOS doesn't work

Open mcdfam1 opened this issue 3 years ago • 4 comments
trafficstars

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

mcdfam1 avatar Oct 11 '22 04:10 mcdfam1

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)

ccfman2004 avatar Oct 11 '22 11:10 ccfman2004

On my intel mac with macos 13.0 I cant open SuSl 2.4.58.5 installer. 2.3.57.9 is running good.

eifeldj avatar Oct 12 '22 05:10 eifeldj

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 avatar Oct 14 '22 19:10 jdknoll

@jdknoll this helped, thank you!

fixing-it avatar Oct 22 '22 07:10 fixing-it