You are not logged in.

#1 2007-06-06 02:49:27

azwethinkweiz
Member
Registered: 2007-01-25
Posts: 101

Gimp

When trying to use Gimp, filters and color tools as well as most tools work fine. However...everytime I try to smudge or airbrush, as soon as I click on the image to begin Gimp crashes. Ive tried all versions of gimp ican find...gimpshop, the development version (2.3.15) and the stable version (2.2.15) and they all do the same exact thing. This is starting to lead me to believe that it may be a bug in X rather than gimp...this is the error message in terminal when it crashes


gimp
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 166503 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:8687): LibGimpBase-WARNING **: script-fu: wire_read(): error


"The hardest thing is rendering a moment moving to fast to endure"

Offline

#2 2007-06-06 02:56:21

d2_racing
Member
From: Québec,Canada
Registered: 2007-05-11
Posts: 27

Re: Gimp

Can you post your /etc/X11/xorg.conf just to be sure and also your lspci ?

Offline

#3 2007-06-06 03:06:36

azwethinkweiz
Member
Registered: 2007-01-25
Posts: 101

Re: Gimp

lspci
00:00.0 Host bridge: Intel Corporation 82915G/P/GV/GL/PL/910GL Memory Controller Hub (rev 04)
00:02.0 VGA compatible controller: Intel Corporation 82915G/GV/910GL Integrated Graphics Controller (rev 04)
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d3)
00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FB/FW (ICH6/ICH6W) SATA Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
02:01.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 61)
02:03.0 Communication controller: Agere Systems Unknown device 0620
02:08.0 Ethernet controller: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller (rev 03)



Section "ServerLayout"
        Identifier     "Xorg Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "PS/2 Mouse" "CorePointer"
# Serial Mouse not detected
# USB Mouse not detected
        Option "AIGLX" "true"
EndSection

Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"

EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc:unscaled"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
        FontPath     "/usr/share/fonts/cyrillic"
#       FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#       FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/ttf/western"
        FontPath     "/usr/share/fonts/ttf/decoratives"
        FontPath     "/usr/share/fonts/truetype"
        FontPath     "/usr/share/fonts/truetype/openoffice"
        FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/latex-ttf-fonts"
        FontPath     "/usr/share/fonts/defoma/CID"
        FontPath     "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
        Load  "ddc"  # ddc probing of monitor
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "bitmap" # bitmap-fonts
        Load  "type1"
        Load  "freetype"
        Load  "record"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" ""
        Option "XkbVariant" ""
EndSection

Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS0"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection

that isnt ALL of xorg.conf but I would think you shouldnt need anything else


"The hardest thing is rendering a moment moving to fast to endure"

Offline

#4 2007-06-06 14:38:57

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: Gimp

azwethinkweiz wrote:

When trying to use Gimp, filters and color tools as well as most tools work fine. However...everytime I try to smudge or airbrush, as soon as I click on the image to begin Gimp crashes. Ive tried all versions of gimp ican find...gimpshop, the development version (2.3.15) and the stable version (2.2.15) and they all do the same exact thing. This is starting to lead me to believe that it may be a bug in X rather than gimp...this is the error message in terminal when it crashes


gimp
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 166503 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:8687): LibGimpBase-WARNING **: script-fu: wire_read(): error

same error here!


Its a sick world we live in....

Offline

#5 2007-06-06 15:24:35

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Gimp

There is another thread about this in multimedia, as well as a bug report already filed.

Offline

#6 2007-06-06 18:11:24

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: Gimp

skottish wrote:

There is another thread about this in multimedia, as well as a bug report already filed.

great...gimp is the best image editor i know in linux...pixel image editor is shareware...dammit tongue


Its a sick world we live in....

Offline

#7 2007-06-06 18:11:49

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: Gimp

libx11 1.1.1-4 (yes, a downgrade) is available now to fix this. (Some people are having trouble downloading this as well, though, so don't be too surprised if you also have trouble.)

Offline

#8 2007-06-06 18:37:06

azwethinkweiz
Member
Registered: 2007-01-25
Posts: 101

Re: Gimp

Yep...cant download the downgrade because it says its corrupted (bad MD5)


"The hardest thing is rendering a moment moving to fast to endure"

Offline

#9 2007-06-06 18:39:52

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: Gimp

updagraded and problm solved smile


Its a sick world we live in....

Offline

#10 2007-06-06 18:42:47

azwethinkweiz
Member
Registered: 2007-01-25
Posts: 101

Re: Gimp

Yes...I just now ran pacman -Syu again...and they appear to have fixed the MD5 issue with 1.1.1-4 and gimp is fine now :-D


"The hardest thing is rendering a moment moving to fast to endure"

Offline

Board footer

Powered by FluxBB