CDeenen / MaterialServer

9 stars 1 forks source link

Issues with release 1.1.10 on M1 Mac #9

Open daniel-tickell opened 1 year ago

daniel-tickell commented 1 year ago

Hi,

I was having issues opening the app, and had to chmod +x the binary in the MacOs folder of the .app folder.

I am not sure if there is a dependency I need to install but after I made it executable, I was able to open the app but I got this error message:

Termination Reason: Namespace DYLD, Code 1 Library missing Library not loaded: @rpath/Electron Framework.framework/Electron Framework Referenced from: <4C4C442B-5555-3144-A180-4E6DD1FDB80F> /Applications/materialserver.app/Contents/MacOS/materialserver Reason: tried: '/Applications/materialserver.app/Contents/Frameworks/Electron Framework.framework/Electron Framework' (), '/Applications/materialserver.app/Contents/Frameworks/Electron Framework.framework/Electron Framework' (), '/System/Volumes/Preboot/Cryptexes/OS@rpath/Electron Framework.framework/Electron Framework' (no such file), '/Applications/materialserver.app/Contents/Frameworks/Electron Framework.framework/Electron Framework' (), '/Applications/materialserver.app/Contents/Frameworks/Electron Framework.framework/Electron Framework' (), '/Library/Frameworks/Electron Framework.framework/Electron Framework' (no such file), '/System/Library/Frameworks/Electron Framework.framework/Electron Framework' (no such file, not in dyld cache) (terminated at launch; ignore backtrace)

itstimeforketchup commented 1 year ago

I'm having the same issue, electron framework library not loaded. Crashes the app instantly also after trying the xattr -cr /Applications/materialserver.app line in terminal as suggested in the other #issue which did the trick previously.

seansbox commented 1 year ago

Same issue here.