Author Topic: GDK_NONE' failed at start up  (Read 3443 times)

Offline doctorlinux

  • Multiple posting newcomer
  • *
  • Posts: 11
  • fedora 11
GDK_NONE' failed at start up
« on: August 23, 2009, 02:38:54 am »
I've got C::B working looks good but whene i run ./codeblocks i get this error in the bash window, and  How do I fix This?

(codeblocks:5194): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed
Text seems to be pure ASCII!
We tried to find out systems default-encoding: Unicode 8 bit (UTF-8) (ID: 41)
Final encoding detected: Unicode 8 bit (UTF-8) (ID: 41)

my configure \
      --prefix=/opt/wx/2.8. \
       --enable-xrc \
       --enable-monolithic \
       --enable-unicode \
       --with-gtk

so i know that i  --enable-unicode.

Like I stated before I'm some what new in Linux, It has been about 5 years sense I have worked with Linux. But I did use Linux for about 3 or 4 years before I quit, I have forgot so.so..... much about it and wished I had never left Linux.

 I also edited this post. I got my luncher working. :P

Thanks
« Last Edit: August 23, 2009, 08:21:00 am by doctorlinux »
Fedora 11
C::B Version SVN /trunk 8.02

Thanks & God Bless!

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: GDK_NONE' failed at start up
« Reply #1 on: August 23, 2009, 09:20:39 am »
Ignore the Gdk_CRITICAL !
There seems to be a problem with libgtk2.0 greater than 2.16.1 (if I remember the version correctly).
Many programs throw this Gdk-Critical, but it seems to do no harm.

The rest is C::B's debugging output from encoding-detection. If you start C::B with the -d paramater, you see it in the debug log in the message pane.

Offline doctorlinux

  • Multiple posting newcomer
  • *
  • Posts: 11
  • fedora 11
Re: GDK_NONE' failed at start up
« Reply #2 on: August 23, 2009, 04:30:31 pm »
O k Thanks Jens

Man C::B Is WORKING very Good. I've  Already coded a program and build it, I like it and it has a lot of good fetchers. Thanks C::B looking GOOD.  
Fedora 11
C::B Version SVN /trunk 8.02

Thanks & God Bless!