Is there Avast users here?

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
yoxola
Enthusiast
Enthusiast
Posts: 386
Joined: Sat Feb 25, 2006 4:23 pm

Is there Avast users here?

Post by yoxola »

I've had some issue with Avast (Free ver.) that keeps false positive with PureBasic compiled exe.

Just after installed Avast, it blocks anything PureBasic is compiling, and then giving a stupid analyze to the exe then found nothing, but the execution has failed, so i have to compile again, but Avast will repeat the same procedure that forced me to close it's analyze feature.

Then some funny thing happens, Avast thinks compiled program are something like keygen/Trojan and blocked it ,it's crazy as it's only a simple gui. Tested on many computer and same result.

Finally I uninstalled Avast, I have to say I'm disappointed as it thinks anything that try to use RunProgram( ) as virus, and it hijacks your browsers and force to block anything it don't want you to know. That's plainly crazy.
This field was left intentionally as signature.
User avatar
kernadec
Enthusiast
Enthusiast
Posts: 146
Joined: Tue Jan 05, 2010 10:35 am

Re: Is there Avast users here?

Post by kernadec »

hi,
PureBasic works fine with avast
Add this:

parameters
active protection
file agent
exclusions
C:\purebasic\*
*purebasic_compilation*

best regard
User avatar
yoxola
Enthusiast
Enthusiast
Posts: 386
Joined: Sat Feb 25, 2006 4:23 pm

Re: Is there Avast users here?

Post by yoxola »

Hi,

Thanks for the advice, I did do the exclusion to PureBasic before i uninstalled Avast, but Avast also flagged my other game projects as malware (uses MinGW and Code::Blocks), if I have to manually exclude a legit compiler like PB or MinGW, that's inconvenient.

For reference, others like Comodo/Avira/MSE don't have no this issue under default configuration.
This field was left intentionally as signature.
User avatar
kernadec
Enthusiast
Enthusiast
Posts: 146
Joined: Tue Jan 05, 2010 10:35 am

Re: Is there Avast users here?

Post by kernadec »

yes, yoxola

the exclusions allow use of a program but does not prevent avast to monitor what the program does.

There is several possibilities under avast for exclusions
You can also put possible exclusions for URLs

best regard
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Is there Avast users here?

Post by IdeasVacuum »

Try Microsoft Security Essentials. Yes you do have to list PB in 'Excluded Files', but having done so, it will never bother you again. It's much improved too, not the CPU hog it once was.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Post Reply