VISTA, TDM5103, wx28, cb-11725..11742
Since the revision 'cb:11725' at startup, we get the following 'Code::Blocks log' :
Quote...
cbArtProvider: Unknown id 'core/dbg/run'
cbArtProvider: Unknown id 'core/dbg/pause'
cbArtProvider: Unknown id 'core/dbg/stop'
cbArtProvider: Unknown id 'core/dbg/run_to'
cbArtProvider: Unknown id 'core/dbg/next'
cbArtProvider: Unknown id 'core/dbg/step'
cbArtProvider: Unknown id 'core/dbg/step_out'
cbArtProvider: Unknown id 'core/dbg/next_inst'
cbArtProvider: Unknown id 'core/dbg/step_inst'
...
see attachement : erro_log_cb11725.txt
I just tested under "OpenSuse-42.3-Leap 64bits: g ++ - 4.8.5, wx28" with rev11742
on getting the same messages
Quote...
Debugger
cbArtProvider: Unknown id 'core/dbg/run'
cbArtProvider: Unknown id 'core/dbg/pause'
cbArtProvider: Unknown id 'core/dbg/stop'
cbArtProvider: Unknown id 'core/dbg/run_to'
cbArtProvider: Unknown id 'core/dbg/next'
cbArtProvider: Unknown id 'core/dbg/step'
cbArtProvider: Unknown id 'core/dbg/step_out'
cbArtProvider: Unknown id 'core/dbg/next_inst'
cbArtProvider: Unknown id 'core/dbg/step_inst'
ClassWizard
...
How are you building? Have you run the appropriate src/update* script?
I'm using a previous version of 'Code::Block' in this case 'rev11712'
- VISTA (TDM510, wx28) and 'update.bat' : versions rev11725..rev11742
- OpenSUse (gcc4.8.5, wx28) and 'update' : only rev11742
In both cases I loaded and compiled the workspace without error.
It was at startup that these messages appeared, and I did not see any impact when using.
If you give me some guidelines, I can fire new tests.
I can reproduce with Windows 7 and 10, wx3.1.2, C::B head
Loaded 60 plugins
Loading:
CodeCompletion
Compiler
Debugger
cbArtProvider: Unknown id 'core/dbg/run'
cbArtProvider: Unknown id 'core/dbg/pause'
cbArtProvider: Unknown id 'core/dbg/stop'
cbArtProvider: Unknown id 'core/dbg/run_to'
cbArtProvider: Unknown id 'core/dbg/next'
cbArtProvider: Unknown id 'core/dbg/step'
cbArtProvider: Unknown id 'core/dbg/step_out'
cbArtProvider: Unknown id 'core/dbg/next_inst'
cbArtProvider: Unknown id 'core/dbg/step_inst'
EditorConfig
If you see these and everything works fine (there are no missing images in the debugger menu), then this would mean that the cbArtProvider in the compiler is asked for the images in the main menu (core).
Please confirm this. If this is the case this message is wrong and should be removed.
The images are correct in debugger menu and debugger toolbar.
Should be fixed in r11743.
It's ok in rev11744