User forums > Using Code::Blocks
Codeblocks reports: ** (codeblocks:12654): WARNING **: failed request with statu
thomas:
Well, it speaks of "request", which suggests that something tries to talk to some server process or tries to do some networking. On Windows, I would have said "might be the DDE server", but there is no such thing here ;)
So what else could it be... Code::Blocks could fail trying to open a network socket (it does not :) ) or it could access something else that uses network, clearly printing comes to your mind at this point.
To verify this hypothesis, I spent half an hour on the web looking for this error message. And indeed:
Everything which relates to this message or a remotely similar message has to do with cups or gnome-cups, either in combination with ipp or smb.
So the assumption that it has to do with printing (and cups in particular) seems likely.
Now the question is what to do... maybe you should try to actually print something, if it is really related to printing, then you should immediately get an identical error. That does not solve the problem, but it confirms the origin.
Or look what happens if you actually run the cups demon (properly configured). If the problem is just that C::B can't connect to it, then that solves the problem.
Bloop:
I updated cups to the latest version: cups-1.1.2.3-r4
And as dependencies
x11-libs/motif-config-0.9
x11-libs/openmotif-2.2.3-r7
media-libs/t1lib-5.0.2
Same error. In fact Codeblocks freezes at the splashscreen und takes ages to load! What is wrong? How can I use codeblocks -d to get debug output.
thomas:
So updating cups made it worse?
Hmm well, not good for you... but at least that confirms that this is the problem, which is a valuable clue.
Since cups was not running at all before, did you properly configure it? What happens if you take it off completely?
rickg22:
Mind posting a screenshot?
Bloop:
Ok here we go! The requested screenshot is available here: http://lukeo.homeip.net/Screen.jpg
This is the state CodeBlocks goes after 2 minutens Splashscreen.
Now, I have removed cups from my system and rebootet the machine. Now check this out:
CodeBlocks starts up fast but Console gives me the following message:
**(codeblocks:6576) WARNING **; Can't g_module_open /usr/lib/libgnomeprint/2.10.3/modules/libgnomeprintcups.so
Unfortunately all other program which use this lib don't work ( e.g. shutterbug).
Could this be it?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version