Giter Site home page Giter Site logo

Comments (4)

bootchk avatar bootchk commented on June 4, 2024

Need more info: what platform and where did you get the binaries for resynthesizer? The error message seems to say that resynthesizer plugin was built for a different architecture than the gimp libraries. Maybe one was built for 32-bit and the other for 64-bit. For example, I think someone can install 64-bit linux, but to run binaries built for 32-bit linux, you might need to install extra packages. I can do more research once you tell me your details.

from resynthesizer.

tylerecouture avatar tylerecouture commented on June 4, 2024

Thanks for the reply! We are running Ubuntu 16.04 (64 bit). From my travels on the interweb it appears that no 64bit build is available except through Otto's gimp-plugin-registry package?

from resynthesizer.

ronidee avatar ronidee commented on June 4, 2024

Running Debian bullseye/sid and using Gimp 2.10.
I extracted the files of this plugin into .config/GIMP/2.10/plug-ins/
Also, I have installed gimp-python via apt.

When I start Gimp, it prints out this error message:
~/.config/GIMP/2.10/plug-ins/resynthesizer-gui: error while loading shared libraries: libgimpui-2.0.so.0: wrong ELF class: ELFCLASS64

gimp: LibGimpBase-WARNUNG: gimp: gimp_wire_read(): error

~/.config/GIMP/2.10/plug-ins/resynthesizer: error while loading shared libraries: libgimpui-2.0.so.0: wrong ELF class: ELFCLASS64

gimp: LibGimpBase-WARNUNG: gimp: gimp_wire_read(): error

and if I still try to apply e.g. "heal selection", this error occurs:

Taceback (most recent call last):
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 740, in response
dialog.res = run_script(params)
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 361, in run_script
return apply(function, params)
File "/home/roni/.config/GIMP/2.10/plug-ins/plugin-heal-selection.py", line 148, in heal_selection
pdb.plug_in_resynthesizer(timg, tdrawable, 0,0, useBorder, work_drawable.ID, -1, -1, 0.0, 0.117, 16, 500)
gimp.error: procedure not found

Any ideas how to resolve this issue?

from resynthesizer.

bootchk avatar bootchk commented on June 4, 2024

Its a 32 versus 64 bit problem. It seems like the shared library is compiled 64bit (ELFCLASS64 in the message) but the calling app (resynthesizer or GIMP) is compiled 32-bit. I would guess you did not build the resynthesizer yourself, but downloaded a binary (that someone else built) that was compiled 32-bit. You probably need to download a packaging of resynthesizer that was built 64-bit.

from resynthesizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.