Author Topic: C::B doesn't start  (Read 5261 times)

RaNaN

  • Guest
C::B doesn't start
« on: February 07, 2009, 04:08:05 pm »
Hi, I hope somebody can help me, I have no Idea what to do.

When I try to start C::B I get this error:

Code
Initializing plugins...

(codeblocks:5905): Gdk-CRITICAL **: gdk_window_set_geometry_hints: assertion `GDK_IS_WINDOW (window)' failed
Aborted

I use xubuntu 8.10 (inteprid) ppc.

Thanks in advance
Best regards
RaNaN

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: C::B doesn't start
« Reply #1 on: February 07, 2009, 11:10:09 pm »
Which version of C::B do you use ?

Is it self-compiled ?

Which version of wxWidgets is installed ?

Have you been able to start C::B or did it never start ?

RaNaN

  • Guest
Re: C::B doesn't start
« Reply #2 on: February 07, 2009, 11:42:40 pm »
I was never able to start C::B.
First I had the Version from the Repository and then I compiled C::B from svn source.
I got the same error with both versions.
wxWidgets 2.8 is installed.

EDIT: I get other errors now, maybe the path was not updated, but now it is definitely the svn version.

I get these errors:
Code
ASSERT INFO:
../src/generic/imaglist.cpp(69): assert "(bitmap.GetWidth() >= m_width && bitmap.GetHeight() == m_height) || (m_width == 0 && m_height == 0)" failed in Add(): invalid bitmap size in wxImageList: this might work on this platform but definitely won't under Windows.

BACKTRACE:
[1] ProjectManager::BuildTree()
[2] ProjectManager::InitPane()
[3] ProjectManager::ProjectManager()
[4] Manager::GetProjectManager() cons)
[5] wxStringBase::Init() /usr/include/wx-2.8/wx/string.h:270
[6] MainFrame() /home/christian/codeblocks/src/src/../../src/include/infowindow.h:538
[7] CodeBlocksApp::InitFrame() /home/christian/codeblocks/src/src/appglobals.h:381
[8] CodeBlocksApp::OnInit() /home/christian/codeblocks/src/src/appglobals.h:598


Code
ASSERT INFO:
../src/common/cmdline.cpp(384): assert "m_data->FindOption(shortName) == wxNOT_FOUND" failed in AddSwitch(): duplicate switch

BACKTRACE:
[1] wxCmdLineParser::SetDesc(wxCmdLineEntryDesc const*)
[2] CodeBlocksApp::ParseCmdLine(MainFrame*) /home/christian/codeblocks/src/src/appglobals.h:1011
[3] CodeBlocksApp::InitFrame() /home/christian/codeblocks/src/src/appglobals.h:386
[4] CodeBlocksApp::OnInit() /home/christian/codeblocks/src/src/appglobals.h:598


Code
ASSERT INFO:
../src/common/cmdline.cpp(421): assert "!(param.flags & wxCMD_LINE_PARAM_MULTIPLE)" failed in AddParam(): all parameters after the one with wxCMD_LINE_PARAM_MULTIPLE style will be ignored

BACKTRACE:
[1] wxCmdLineParser::SetDesc(wxCmdLineEntryDesc const*)
[2] CodeBlocksApp::ParseCmdLine(MainFrame*) /home/christian/codeblocks/src/src/appglobals.h:1011
[3] CodeBlocksApp::InitFrame() /home/christian/codeblocks/src/src/appglobals.h:386
[4] CodeBlocksApp::OnInit() /home/christian/codeblocks/src/src/appglobals.h:598


When I press continue every time I come to the main window but then it immediately hangs.
Code
Initializing plugins...

(codeblocks:6837): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed



I downloaded wxGTK 2.8.9 and there was no issue when compiling.
« Last Edit: February 08, 2009, 12:23:42 pm by RaNaN »