alessandrofrancesconi / gimp-plugin-bimp

BIMP. Batch Image Manipulation Plugin for GIMP.
http://www.alessandrofrancesconi.it/projects/bimp
Other
888 stars 93 forks source link

MacOS Sonoma 14.0 #384

Open 4pastor opened 1 year ago

4pastor commented 1 year ago

Does anyone know how to install the resynthesizer plugin for GIMP on MacOS Sonoma 14.0? I tried, but I cannot find the plugin folder in Settings/Preferences.

Thanks for your help!

trickyskills commented 1 year ago

I'm also experiencing the same issue. BIMP is not working on MacOS Sonoma 14.0. The batch option no longer shows in the File menu. Any solutions please?

Thanks

trickyskills commented 12 months ago

Nothing? Shame. Really want to use this great plugin again.

drsagitn commented 11 months ago

I have the same problem. No batch option under File menu.

daganM commented 11 months ago

Just got onto this issue also.

I've spent a bit of time looking up why and I found why, but I'm not sure there's a solution.

If it helps someone find a solution...

Actually there are two problems. First one is bimp is not loading because it searches for files (/Applications/GIMP-2.10.app/Contents/Resources/lib/libgimpui-2.0.0.dylib) under a wrong App name. At least on my computer, the software is named GIMP.app and not GIMP-2.10.app (anymore ?)

But even that step resolved, the libgimpui-2.0.0.dylib won't be compatible : mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')

Does anyone here have Bimp working on a Apple Silicon Mac and not on an Intel?

gdaudin commented 10 months ago

I have the same issue, MacOS Sonoma 14.2.1 with an Intel-based mac. I am not sure how to solve event the first point mentioned by daganM.

EricAtNRD commented 9 months ago

@gdaudin - I have the same issue here (Sonoma 14.2.1 on Apple Silicon). As @daganM mentions, there seems to be two separate issues here.

  1. The App name issue (/Applications/GIMP-2.10.app/ vs. /Applications/GIMP.app) is documented with a solution in this issue: https://github.com/alessandrofrancesconi/gimp-plugin-bimp/issues/367

  2. However, it will NOT solve the libgimpui-2.0.0.dylib "have 'arm64', need 'x86_64'" compatibility issue.

Not sure if it makes a difference, but I have GIMP installed via homebrew.

Monoxide8969 commented 9 months ago

I'm having the same problem

srieg commented 9 months ago

I am having the same issue on Sonoma 14.3 and apple silicon

taimoor-shan commented 7 months ago

Same issue, open source sucks on mac.

egarpor commented 2 months ago

In case it is helpful, as pointed out in this Reddit thread, a workaround is to downgrade to version 2.10.22, and then the menu option appear and is operational. I just tested it with macOS Sonoma 14.6.1 on an Apple M1 processor. Specifically, I downloaded gimp-2.10.22-x86_64-3.dmg, which works fine.