Author Topic: A bug for code::blocks when kaspersky is installed  (Read 6722 times)

master_seven

  • Guest
A bug for code::blocks when kaspersky is installed
« on: April 10, 2013, 03:04:46 pm »
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?
« Last Edit: April 11, 2013, 05:09:49 am by master_seven »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: A bug for code::blocks when kapasky is installed
« Reply #1 on: April 10, 2013, 05:37:37 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Online Commaster

  • Almost regular
  • **
  • Posts: 171
Re: A bug for code::blocks when kapasky is installed
« Reply #2 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.
« Last Edit: April 10, 2013, 06:19:00 pm by Commaster »

master_seven

  • Guest
Re: A bug for code::blocks when kapasky is installed
« Reply #3 on: April 11, 2013, 05:15:35 am »
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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: A bug for code::blocks when kapasky is installed
« Reply #4 on: April 11, 2013, 04:49:08 pm »
sorry, it is "kaspersky".
Complain to kaspersky then - its not a C::B issue and surely many other apps will slow-down, too.

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.codeblocks.org/index.php/topic,9996.0.html
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

master_seven

  • Guest
Re: A bug for code::blocks when kapasky is installed
« Reply #5 on: April 12, 2013, 11:46:46 am »
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.

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.

Online Commaster

  • Almost regular
  • **
  • Posts: 171
Re: A bug for code::blocks when kaspersky is installed
« Reply #6 on: April 12, 2013, 12:04:57 pm »
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.