yousseb / meld

Meld for macOS
https://yousseb.github.io/meld/
GNU General Public License v2.0
2.3k stars 120 forks source link

Failed to start on latest mac os 10.13.1 #54

Open chqy24 opened 6 years ago

chqy24 commented 6 years ago

I've re-installed the app, no luck. The pre-built binary seems not work on latest 10.13.1

moskvin commented 6 years ago

Workaround available here: https://stackoverflow.com/a/46772184/396628

chqy24 commented 6 years ago

@moskvin Thanks a lot. I should search a solution on google first.

zipzit commented 6 years ago

and the extract from that stackoverflow post is, run this in the terminal: unlink /Applications/Meld.app/Contents/Frameworks/libz.1.dylib

dluc commented 6 years ago

Thanks! that works 👍

yousseb commented 6 years ago

Just pushed an update that also refreshes meld from upstream / updated toolchain / moved to python 3.. Lots of stuff really. Had to (re)build the toolchain about five times over the last week till I got all re-requisites right.

Anyway - 3.19.0 release should fix this issue (among other things)

silverwind commented 6 years ago

Hmm, the 3.19.0 .dmg fails to mount for me for some reason. hdiutil exits successfully, but nothing seems to be available in /Volumes. Anyone else seeing this? I'm on the 10.13.2 beta.

$ hdiutil attach meldmerge.dmg
/dev/disk3              GUID_partition_scheme
/dev/disk3s1            Apple_HFS                       /Volumes/Meld Merge
$ sw_vers
ProductName:    Mac OS X
ProductVersion: 10.13.2
BuildVersion:   17C79a
xin-at-marathon commented 6 years ago

Same problem as silverwind reported: $ sw_vers ProductName: Mac OS X ProductVersion: 10.13.1 BuildVersion: 17B1003

gigajosh commented 6 years ago

Also 3.19.0 fails to launch for me. ProductName: Mac OS X ProductVersion: 10.11.6 BuildVersion: 15G19009 edit: add version details edit2: BUT build 3.16.0 works for me

knylander commented 6 years ago

Same exact problem as gigajosh.

munepi commented 6 years ago

@knylander @gigajosh @bryt-li @silverwind Please try the comment I posted in Doesn't work in MacOS Mohave #70