News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

A bug for code::blocks when kaspersky is installed

Started by master_seven, April 10, 2013, 03:04:46 PM

Previous topic - Next topic

master_seven

With kaspersky having been installed on my computer, I installed code::blocks today. Then i wrote a simplest c++ source file, which just prints out "hello world", to test this software. well,  i just clicked "run" button tu run this file(actually, it compiled sucessfully), but unfortunatelly, error occured like below:

Process returned 1978266761 (0x75E9F489)   execution time : 1.248 s

the exection time will be larger when the source file run at first time, like 10s.

so, i decided to stop kapasky, and run the file again, well, i got the desired result. then i tried to startup kaspersky again, the same problem happened.

I don't why, can't code::blocks run normally with kaspersky? anyone has or had the same problem?

MortenMacFly

Quote from: master_seven on April 10, 2013, 03:04:46 PM
I don't why, can't code::blocks run normally with kapasky?
...whatever kapasky is...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Commaster

#2
Looks like "Kaspersky" in a really bad grammar...

It's a known issue of Kaspersky itself. The workaround is to add output dir to ignore.

master_seven

Quote from: Commaster on April 10, 2013, 06:10:58 PM
Looks like "Kaspersky" in a really bad grammar...

It's a known issue of Kaspersky itself. The workaround is to add output dir to ignore.

sorry, it is "kaspersky". and i want to know how to add output dir, thanks

MortenMacFly

Quote from: master_seven on April 11, 2013, 05:15:35 AM
sorry, it is "kaspersky".
Complain to kaspersky then - its not a C::B issue and surely many other apps will slow-down, too.

Quote from: master_seven on April 11, 2013, 05:15:35 AM
and i want to know how to add output dir, thanks
I don't understand. What "output dir"? Why "add"? Add to what?

Please be more precise, otherwise nobody can help. Also see here:
http://forums.next.codeblocks.org/index.php/topic,9996.0.html
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

master_seven

Quote from: MortenMacFly on April 11, 2013, 04:49:08 PM
Complain to kaspersky then - its not a C::B issue and surely many other apps will slow-down, too.
the problem is that the program can't run at all, not the running speed.

Quote from: MortenMacFly on April 11, 2013, 04:49:08 PM
I don't understand. What "output dir"? Why "add"? Add to what?
Commaster said the workaround was to add output dir to ignore. so i asked him  how to add.

Commaster

Output dir - Object and executables output dir of your project or C::B in general.

You'll have to look through the settings of your AV to find the trusted zone settings and add your C::B and project paths there.