yousseb / meld

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

Unable to open Meld on macOS High Sierra #51

Closed ankit-jha closed 7 years ago

ankit-jha commented 7 years ago

Unable to open Meld on macOS High Sierra Tried to open from Terminal Gives an error

open -a meld LSOpenURLsWithRole() failed for the application /Applications/Meld.app with error -10810.

Doqnach commented 7 years ago

This fixed it also for me:

I deleted the alias /Applications/Meld.app/Contents/Frameworks/libz.1.dylib and now it works.

https://stackoverflow.com/questions/46772116/meld-fails-to-start-after-upgrading-to-10-13-high-sierra

henryiii commented 6 years ago

Thanks, deleting that file fixes the issue for me too.

ggada commented 6 years ago

Running unlink /Applications/Meld.app/Contents/Frameworks/libz.1.dylib fixes it for me too...

via the same SO link posted above

itthought commented 6 years ago

You saved my day. Thanks a lot

ruslan316 commented 6 years ago

thank you!

antoniosb commented 6 years ago

awesome!

kuldeeptripthee commented 6 years ago

Thanks,Saved my day.

yousseb commented 6 years ago

I'm a bit lost, guys.. Are you still getting this with the latest version? I thought I fixed this..

kuldeeptripthee commented 6 years ago

Got the issue with meld 3.16.0

yousseb commented 6 years ago

Please try latest..

xiaohanhuang commented 6 years ago

Still have similar issue with 3.19 when using with git: LSOpenURLsWithRole() failed for the application /Applications/Meld.app with error -600

Remove the file /Applications/Meld.app/Contents/Frameworks/libz.1.dylib didn't help.

hautelooknaveen commented 6 years ago

For me, removing /Applications/Meld.app/Contents/Frameworks/libz.1.dylib did not help... still unable to open Meld on mac

ksa-real commented 6 years ago

3.19 didn't work for me. 3.16 did work after unlinking the libz.1.dylib.

coelias commented 6 years ago

This doesn't work for me after deleting libz.1.dylib, @yousseb @ankit-jha can you re-open the issue?

dansl19 commented 6 years ago

this helped me to solve the issue on Majave

https://gitlab.gnome.org/GNOME/meld/issues/230

imransilvake commented 5 years ago

this helped me to solve the issue on Majave

https://gitlab.gnome.org/GNOME/meld/issues/230

This worked for me! Thanks

thewire247 commented 5 years ago

this helped me to solve the issue on Majave

https://gitlab.gnome.org/GNOME/meld/issues/230

Uninstalling my old version, then installing the latest version whilst following this post worked for me (OS Mojave)