gimp grashing: The error was 'BadWindow (invalid Window parameter)'.

2007-06-29 Thread Momchil Ivanov
Hi,

I am running FreeBSD 6-STABLE as of Thu Jun 14 13:01:26 CEST 2007, Xorg 7.2 
and the gimp-2.2.15,2 port. I am experiencing the following problem: When I 
create/open a document then select the brush and click in the document window 
gimp crashed with the following error

 [EMAIL PROTECTED] gimp$ 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 29816 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.) [EMAIL PROTECTED] gimp$
 (script-fu:32342): LibGimpBase-WARNING **: script-fu: wire_read(): error


after starting gimp with --sync it crashes in the same way

 [EMAIL PROTECTED] gimp$ gimp --sync
 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 73867 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:32377): LibGimpBase-WARNING **: script-fu: wire_read(): error

Does somebody else get the same error? Any ideas how can I fix this?

Thanks

-- 
PGP KeyID: 0x3118168B
Keyserver: pgp.mit.edu
Key fingerprint BB50 2983 0714 36DC D02E  158A E03D 56DA 3118 168B
  


pgpfZbARYFx1D.pgp
Description: PGP signature


Re: gimp grashing: The error was 'BadWindow (invalid Window parameter)'.

2007-06-29 Thread cpghost

Momchil Ivanov wrote:

Hi,

I am running FreeBSD 6-STABLE as of Thu Jun 14 13:01:26 CEST 2007, Xorg 7.2 
and the gimp-2.2.15,2 port. I am experiencing the following problem: When I 
create/open a document then select the brush and click in the document window 
gimp crashed with the following error


  

[EMAIL PROTECTED] gimp$ 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 29816 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.) [EMAIL PROTECTED] gimp$
(script-fu:32342): LibGimpBase-WARNING **: script-fu: wire_read(): error




There was a bug in x11/libX11, which was fixed with
  /usr/ports/x11/libX11/files/patch-src::GetMoEv.c
(IIRC around June 22)

Just update your ports tree and recompile and reinstall
x11/libX11 (e.g. with 'make  make deinstall  make reinstall).
Then this specific bug should go away.


Does somebody else get the same error? Any ideas how can I fix this?
  

s. above. :-)

Regards,
-cpghost.

--
Cordula's Web. http://www.cordula.ws/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]