User forums > Help

Problem running Codeblocks

(1/2) > >>

Nick-us:
I installed Codeblocks and apparently it is working. Except for 2 error msg below.
It appears every time you run it.
Can anyone help me fix this?
I use Linux, Slackware64-Current, The wxWidgets v.3.1.2 is installed and functioning normally. I can create and compile with a Text Editor


--- Code: ---ASSERT INFO:
./src/generic/imaglist.cpp(84): assert "bitmapSize == m_size" failed in Add(): All bitmaps in wxImageList must have the same size

BACKTRACE:
[1] wxGenericImageList::Add(wxBitmap const&)
[2] wxsResourceTree::LoadImage(wxString const&)
[3] wxsAutoResourceTreeImage::wxsAutoResourceTreeImage(wxString const&, bool)
[4] wxsRegisterItem<wxsStaticBitmap>::wxsRegisterItem(wxString, wxsItemType, wxString, long, bool)
[5] _dl_catch_exception
[6] _dl_catch_exception
[7] _dl_catch_error
[8] dlopen
[9] wxDynamicLibrary::RawLoad(wxString const&, int)
[10] wxDynamicLibrary::Load(wxString const&, int)
[11] PluginManager::LoadPlugin(wxString const&)
[12] PluginManager::ScanForPlugins(wxString const&)
[13] wxStringTokenizer::~wxStringTokenizer()
[14] wxStringTokenizer::~wxStringTokenizer()
[15] wxEntry(int&, wchar_t**)
[16] __libc_start_main
--- End code ---


--- Code: ---ASSERT INFO:
./src/generic/imaglist.cpp(84): assert "bitmapSize == m_size" failed in Add(): All bitmaps in wxImageList must have the same size

BACKTRACE:
[1] wxGenericImageList::Add(wxBitmap const&)
[2] wxsAutoResourceTreeImage::wxsAutoResourceTreeImage(wxBitmap const&, bool)
[3] _dl_catch_exception
[4] _dl_catch_exception
[5] _dl_catch_error
[6] dlopen
[7] wxDynamicLibrary::RawLoad(wxString const&, int)
[8] wxDynamicLibrary::Load(wxString const&, int)
[9] PluginManager::LoadPlugin(wxString const&)
[10] PluginManager::ScanForPlugins(wxString const&)
[11] wxStringTokenizer::~wxStringTokenizer()
[12] wxStringTokenizer::~wxStringTokenizer()
[13] wxEntry(int&, wchar_t**)
[14] __libc_start_main
--- End code ---



stahta01:
To avoid the error, un-check "Show this dialog next time" and then click on continue.

Tim S.

Nick-us:

--- Quote from: stahta01 on September 03, 2019, 07:09:44 pm ---To avoid the error, un-check "Show this dialog next time" and then click on continue.
Tim S.

--- End quote ---
Ignoring the error message does not solve the problem!
I would like to fix the problem! Instead of pretending it doesn't exist!

stahta01:
You can try to disable the wxSmith plugin and see if the error goes away.
If it does, that implies it is in the wxSmith plugin and you can look in that plugin for the cause of the error.

Edit: It helps if you report the Code::Blocks SVN value of your C::B build.

Tim S.

Nick-us:

--- Quote from: stahta01 on September 03, 2019, 07:59:56 pm ---You can try to disable the wxSmith plugin and see if the error goes away.
If it does, that implies it is in the wxSmith plugin and you can look in that plugin for the cause of the error.

Edit: It helps if you report the Code::Blocks SVN value of your C::B build.

Tim S.

--- End quote ---

I did as I asked but the message still persists.
I also enjoyed and disabled all plugins. But the message still persists

I liked your idea of disabling plugins, because I saw that I don't need everyone that was enabled.

I use Codeblocks 17.12 on Linux Slackware-Current.

Navigation

[0] Message Index

[#] Next page

Go to full version