Opened 16 years ago

Last modified 15 years ago

#13970 closed defect

gimp port crashes on click — at Initial Version

Reported by: jeffadams78@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

OS X 10.5 on a G4 emac, the gimp port crashes after opening a JPEG and clicking on the image:

(gimp:16714): LibGimpBase-WARNING : gimp: gimp_wire_read(): error [The program 'gimp' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (invalid Window parameter)'.

(Details: serial 28748 error_code 3 request_code 39 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously;

that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.)

(script-fu:16723): LibGimpBase-WARNING : script-fu: gimp_wire_read(): error

There are errors on startup also, but when I was running 10.3 with the macports gimp, I got errors on startup but it ran fine anyway.

Here are the current startup errors: Traceback (most recent call last):

File "/opt/local/lib/gimp/2.0/plug-ins/py-slice.py", line 31, in <module>

from gimpfu import *

File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>

import gimp

ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type

Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace

(gimp:16714): LibGimpBase-WARNING : gimp: gimp_wire_read(): error Traceback (most recent call last):

File "/opt/local/lib/gimp/2.0/plug-ins/palette-to-gradient.py", line 17, in <module>

from gimpfu import *

File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>

import gimp

ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type

Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace

(gimp:16714): LibGimpBase-WARNING : gimp: gimp_wire_read(): error Traceback (most recent call last):

File "/opt/local/lib/gimp/2.0/plug-ins/palette-sort.py", line 17, in <module>

from gimpfu import *

File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>

import gimp

ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type

Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace

(gimp:16714): LibGimpBase-WARNING : gimp: gimp_wire_read(): error Traceback (most recent call last):

File "/opt/local/lib/gimp/2.0/plug-ins/palette-offset.py", line 17, in <module>

from gimpfu import *

File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>

import gimp

ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type

Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace

(gimp:16714): LibGimpBase-WARNING : gimp: gimp_wire_read(): error Traceback (most recent call last):

File "/opt/local/lib/gimp/2.0/plug-ins/happy-valley-relief.py", line 20, in <module>

from gimpfu import *

File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>

import gimp

ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type

Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace

(gimp:16714): LibGimpBase-WARNING : gimp: gimp_wire_read(): error Traceback (most recent call last):

File "/opt/local/lib/gimp/2.0/plug-ins/gimpcons.py", line 20, in <module>

from gimpfu import *

File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>

import gimp

ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type

Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace

(gimp:16714): LibGimpBase-WARNING : gimp: gimp_wire_read(): error Traceback (most recent call last):

File "/opt/local/lib/gimp/2.0/plug-ins/foggify.py", line 20, in <module>

from gimpfu import *

File "/opt/local/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>

import gimp

ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type

Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace

(gimp:16714): LibGimpBase-WARNING : gimp: gimp_wire_read(): error Traceback (most recent call last):

File "/opt/local/lib/gimp/2.0/plug-ins/colorxhtml.py", line 25, in <module>

import gimp

ImportError: dlopen(/opt/local/lib/gimp/2.0/python/gimp.so, 2): Symbol not found: _PyGimpChannel_Type

Referenced from: /opt/local/lib/gimp/2.0/python/gimp.so Expected in: flat namespace

The distribution provided by http://wilber-loves-apple.org/ has the exact same behavior.

Change History (0)

Note: See TracTickets for help on using tickets.