Announcement

Collapse
No announcement yet.

Code::Blocks C++ IDE Crashing On Starting???

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Code::Blocks C++ IDE Crashing On Starting???

    Code::Blocks C++ IDE Crashing On Starting

    Hi,

    Running Kubuntu 12.04 LTS 64Bit Final.
    I installed Code::Blocks C++ IDE using Software Manager.

    When I try to run Code::Blocks, it shows choose default compiler window
    and crashes after selecting the preferred compiler?


    I am a cross-platform game developer and MUST be able to use C::B's on Linux.
    Any help would be greatly appreciated.

    Jesse
    __________________________________________________ ______________________________________
    Here is the Terminal output when attempting to run C:B's:
    Code:
    jezlee@Dell-XPS420-JetFire:/usr/bin$ ./codeblocks
    Initialize EditColourSet .....
    Initialize EditColourSet: done.
    Loading toolbar...
    Debugger: loaded
    ProjectsImporter: loaded
    OpenFilesList: loaded
    FilesExtensionHandler: loaded
    Autosave: loaded
    ScriptedWizard: loaded
    ClassWizard: loaded
    AStylePlugin: loaded
    ToDoList: loaded
    Compiler: loaded
    CodeCompletion: loaded
    Debugger plugin activated
    Foreign projects importer plugin activated
    Open files list plugin activated
    Files extension handler plugin activated
    Autosave plugin activated
    Project wizard added for 'Empty project'
    Project wizard added for 'Console application'
    Project wizard added for 'D application'
    Project wizard added for 'FLTK project'
    Project wizard added for 'GLFW project'
    Project wizard added for 'GLUT project'
    Project wizard added for 'GTK+ project'
    Project wizard added for 'Irrlicht project'
    Project wizard added for 'Lightfeather project'
    Project wizard added for 'OpenGL project'
    Project wizard added for 'Ogre project'
    Project wizard added for 'Code::Blocks plugin'
    Project wizard added for 'QT4 project'
    Project wizard added for 'SDL project'
    Project wizard added for 'SFML project'
    Project wizard added for 'Static library'
    Project wizard added for 'Shared library'
    Project wizard added for 'wxWidgets project'
    Build-target wizard added for 'Console'
    Build-target wizard added for 'Static library'
    Build-target wizard added for 'wxWidgets'
    Project wizard added for 'ARM Project'
    Project wizard added for 'AVR Project'
    Project wizard added for 'TriCore Project'
    Project wizard added for 'PowerPC Project'
    File(s) wizard added for 'Empty file'
    File(s) wizard added for 'C/C++ source'
    File(s) wizard added for 'C/C++ header'
    Scripted wizard plugin activated
    Class wizard plugin activated
    Source code formatter (AStyle) plugin activated
    Todo List plugin activated
    Added compiler "GNU GCC Compiler"
    Added compiler "Intel C/C++ Compiler"
    Added compiler "SDCC Compiler"
    Added compiler "Tiny C Compiler"
    Added compiler "GDC D Compiler"
    Added compiler "Digital Mars D Compiler"
    Added compiler "GNU ARM GCC Compiler"
    Added compiler "GNU AVR GCC Compiler"
    Added compiler "GNU GCC Compiler for PowerPC"
    Added compiler "GNU GCC Compiler for TriCore"
    Compiler plugin activated
    Code completion plugin activated
    Initializing plugins...
    The program 'codeblocks' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadWindow (invalid Window parameter)'.
      (Details: serial 12004 error_code 3 request_code 155 minor_code 3)
      (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.)
    jezlee@Dell-XPS420-JetFire:/usr/bin$

    #2
    Hi,
    same over here. compiled codeblocks 10.05 git from source...
    same message....

    really hope someone hels us out... I do need it for daily work ether...

    willi

    p.s.:
    reported the bug to http://forums.codeblocks.org/index.p...c,16256.0.html
    at 00:12 UTC 2012-04-27
    Last edited by Guest; Apr 26, 2012, 06:14 PM.

    Comment


      #3
      Afraid I cannot help directly, but you could try using kdevelop or qt-creator in the until you can solve the problem with code::blocks. Both are excellent c++ ide's.

      Comment

      Working...
      X