Jump to content

Malwarebytes

conflict- freeze and window's start


23 replies to this topic

#1
techron

    New Member

  • Members
  • Pip
  • 10 posts
  • Gender:Male
  • Location:Monett, MO
Hi,
I pretty familiar with Malwarebytes, and use it nearly daily at work. We resell the full version at our shop, and i've install both versions on a lot of personal computers.
We also use Trend Anti-Virus (usually Internet Security). On most systems, they will work together if you make exceptions in the Trend firewall for mbamgui and mbamservice. However, on this machine (Emachine running XP Home), Trend will lock up every time if both are set to run at startup. (malwarebytes is starting first, as it takes less time to become active).
If I turn either off in the msconfig/startup, the system will run. If i start MalwareBytes after the system is running (trend has finally loaded), they will both work. I have uninstalled and reinstalled both of them with no change. to my knowledge (from full scans with both) there is no malware on the machine.
If there is not a "fix" for this, is there anyway to create a batch file that would delay the mbamgui startup for 60 seconds and put it in the startup?
The software makers might want to consider adding a delay feature to future versions of the software, as I'm sure this could be happening with other antivirus solutions as well.
Any insight would be helpful, as I am running into various issues like this nearly every week.

Thanks,
Techron
"However beautiful the strategy, you should occasionally look at the results." (Winston Churchill)

#2
GT500

    Mostly Cantankerous

  • Trusted Advisors
  • PipPipPipPipPipPip
  • 5,689 posts
  • Gender:Male
  • Location:Fortville, IN
You can issue the command net start mbamservice (or something similar) in a batch file to start the service, but there is no command for waiting in a batch file (that I have ever been able to find, at least). You may be able to use something like WinPatrol to do a delayed launch of the batch file, or even a delayed launch of the net command, but that might be the best you can do.

Quote

For we wrestle not against flesh and blood, but against principalities, against powers, and against the worldly governors, the princes of the darkness of this world...

#3
AdvancedSetup

    Forum Deity

  • Administrators
  • PipPipPipPipPipPip
  • 22,871 posts
  • Gender:Male
  • Location:US
You can do a few things. Easiest thing to do without installing anything is use a batch file and ping something before you move on.

This will stop it from loading for 10 seconds
PING 196.196.196.196 -n 10 -w 1000 >NUL

You could also download some timer off the Web.

You can also use VBScript and sleep it before shelling out and running it.

WScript.Sleep 10000
Ron Lewis
Manager, Online Support

Posted Image

Follow us: Twitter, Become a fan: Facebook

If you've posted to the HJT forum and it has been over 5 days without a response please send a Private Message asking for assistance.

#4
Swandog46

    Elite Member

  • Administrators
  • PipPipPipPipPip
  • 892 posts
We are releasing a new version soon that we hope will resolve this conflict, as well.
Doug Swanson
Vice President of Development

Posted Image

Follow us: Twitter, Become a fan: Facebook

#5
techron

    New Member

  • Members
  • Pip
  • 10 posts
  • Gender:Male
  • Location:Monett, MO

View PostSwandog46, on May 13 2009, 05:58 PM, said:

We are releasing a new version soon that we hope will resolve this conflict, as well.

The batch file never seemed to work. I had 2 people helping me with it, and it would never get the mbamgui running. We tried it right from the run line, and couldn't get it to work. It wouldn't run alone, and we noticed in the msconfig that it had the tag /starttray - dos didn't recognise the command, so it never worked right.
we finally went into the registry at "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" and assumed that things would run alphebetically - making mbamgui run before Trend (UfSeAgnt.exe). Just to experiment, we changed the name of the entry to "aUfSeAgnt.exe." This seemed to work - all things would run, and the system would work for awhile. We could open both programs, and the rest of windows worked OK. However, at different times - whenever we would put in a jumpdrive, or other things - trend would start to run in the system tray, and the system would totally lock up.
Basically, we ended up turning off Malwarebytes in the startup, and told the customer a fix was on the way, and we would notify him. We refunded the labor time, but left Malwarebytes on the system so he could start and manually scan at any time till we find a solution. So, at this point, I would have to consider this one unresolved.
We have had both products working on many other systems, so there must be some glitch left in windows from previous malware removal or something that we have not found.
Thanks for the help, though we didn't resolve the conflict, I did learn a lot.
Malwarebytes must be doing something different in the startup than just starting mbamgui and mbamservice to get the whole thing going...
Thanks,
Ron

Attached Images

  • Attached Image: screen1.JPG

"However beautiful the strategy, you should occasionally look at the results." (Winston Churchill)

#6
GT500

    Mostly Cantankerous

  • Trusted Advisors
  • PipPipPipPipPipPip
  • 5,689 posts
  • Gender:Male
  • Location:Fortville, IN
You should leave mbamgui.exe in your run items. Just worry about manually starting the MBAMService.

Quote

For we wrestle not against flesh and blood, but against principalities, against powers, and against the worldly governors, the princes of the darkness of this world...

#7
Swandog46

    Elite Member

  • Administrators
  • PipPipPipPipPip
  • 892 posts
Windows never guarantees the order of startup items listed in the same registry key.
Doug Swanson
Vice President of Development

Posted Image

Follow us: Twitter, Become a fan: Facebook

#8
Mike_136

    New Member

  • Members
  • Pip
  • 20 posts

View Posttechron, on May 13 2009, 08:58 PM, said:

Hi,
I pretty familiar with Malwarebytes, and use it nearly daily at work. We resell the full version at our shop, and i've install both versions on a lot of personal computers.
We also use Trend Anti-Virus (usually Internet Security). On most systems, they will work together if you make exceptions in the Trend firewall for mbamgui and mbamservice. However, on this machine (Emachine running XP Home), Trend will lock up every time if both are set to run at startup. (malwarebytes is starting first, as it takes less time to become active).
If I turn either off in the msconfig/startup, the system will run. If i start MalwareBytes after the system is running (trend has finally loaded), they will both work. I have uninstalled and reinstalled both of them with no change. to my knowledge (from full scans with both) there is no malware on the machine.
If there is not a "fix" for this, is there anyway to create a batch file that would delay the mbamgui startup for 60 seconds and put it in the startup?
The software makers might want to consider adding a delay feature to future versions of the software, as I'm sure this could be happening with other antivirus solutions as well.
Any insight would be helpful, as I am running into various issues like this nearly every week.

Thanks,
Techron

Hi,

Just resolved this same problem with the help of Malwarebytes excellent Tech support (Tom Mercado).

I got the same 'freeze' using ESET v4 on an AMD Athlon 3200+ system running XP SP3.

Solution is to add a delay to the mbam gui when it starts with windows. Keep it configured to start protection with windows, however, add the following registry key as follows:

* Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Malwarebytes' Anti-Malware and click once on the Malwarebytes' Anti-Malware folder to highlight it
* Right-click in the white space on the right and highlight New and select DWORD Value
* Name the value "delayguistart" (no quotes) and then press Enter
* Double-click on the delayguistart entry you just created and click the circle next to Decimal and type 60 for the value
* That will cause MBAM to delay itself 60 seconds before starting

I found out that there was NO need to add any exclusions to the ESET anti-virus scanner.

To fully test the system for potential freezes, using this 60 second delay (longer may be needed perhaps) simply add a command file ("restart.cmd") to the Windows 'Start Up' folder with the following command line:

SHUTDOWN -r -t 120

This restarts the PC every 2 minutes after Windows login, allowing you to leave it running unattended - assuming there's no Windows account login screen at restart.

To interupt the shutdown-restart cycle, RUN the command line SHUTDOWN -a (from the START_RUN command). Remove from 'Start Up' folder when satisfied the chosen delay works.

Cheers
Mike

#9
techron

    New Member

  • Members
  • Pip
  • 10 posts
  • Gender:Male
  • Location:Monett, MO
Thanks - I will use this in the future. There is another fix in which you make exceptions for all the core MWB files in the AV (it is posted elsewhere, and works), but this is a much quicker solution, and I will try it in the future. We sell a lot of Trend and MWB, so this will be a fix I pass on to the other techs.
Thanks again!
Techron
"However beautiful the strategy, you should occasionally look at the results." (Winston Churchill)

#10
exile360

    exile

  • Moderators
  • PipPipPipPipPipPip
  • 13,573 posts
  • Gender:Male
Please note that while this may resolve the freeze at startup issue, other conflicts may occur in other situations so when possible it is always advisable to also add exclusions for MBAM's files and processes in your other security software (particularly AV and firewall).
Samuel E Lindsey
Product Manager

Posted Image

Follow us: Twitter, Become a fan: Facebook

#11
AdvancedSetup

    Forum Deity

  • Administrators
  • PipPipPipPipPipPip
  • 22,871 posts
  • Gender:Male
  • Location:US
Also to add input here. Trend AV is very finicky and needs to have the exclusions setup properly or you'll continue to have issues. Delay alone rarely works as a solution and was initiated mainly to deal with McAfee whom ignores their own internal exemptions on a system startup scan that cannot be disabled yet ignores the exclusions.
Ron Lewis
Manager, Online Support

Posted Image

Follow us: Twitter, Become a fan: Facebook

If you've posted to the HJT forum and it has been over 5 days without a response please send a Private Message asking for assistance.

#12
Mike_136

    New Member

  • Members
  • Pip
  • 20 posts

View PostAdvancedSetup, on Mar 11 2010, 08:04 PM, said:

Also to add input here. Trend AV is very finicky and needs to have the exclusions setup properly or you'll continue to have issues. Delay alone rarely works as a solution and was initiated mainly to deal with McAfee whom ignores their own internal exemptions on a system startup scan that cannot be disabled yet ignores the exclusions.


Hi,

Any advice regarding the need for the typical exclusions for ESET smart security version 4, which I encountered the problem with, albeit just the once?

Am I best off just adding the exclusions? Wasn't sure if you had any experience of these 'freezing' conflicts with ESET, either at Windows start-up or during operation.

I was at an ESET reseller partner conference last month and their VPs were recommending Malwarebytes to run alongside their AV products, so I guessed it was a pretty stable combination, so far just the one problem.

Mike

#13
AdvancedSetup

    Forum Deity

  • Administrators
  • PipPipPipPipPipPip
  • 22,871 posts
  • Gender:Male
  • Location:US
We did have issues with version 3.x but so far the 4.x seems to work okay for most users without exclusions. Though technology and updates happen daily so its possible it can could change which has often been the case with AVG.
Ron Lewis
Manager, Online Support

Posted Image

Follow us: Twitter, Become a fan: Facebook

If you've posted to the HJT forum and it has been over 5 days without a response please send a Private Message asking for assistance.

#14
Chris Wardell

    New Member

  • Members
  • Pip
  • 1 posts

View PostAdvancedSetup, on Mar 11 2010, 03:07 PM, said:

We did have issues with version 3.x but so far the 4.x seems to work okay for most users without exclusions. Though technology and updates happen daily so its possible it can could change which has often been the case with AVG.

I've been having problems with MBAM with Trend Micro Worry Free Business Security (Advanced) - lockups and sometimes windows won't load at all. The most frustrating are the lockups on the workstations that randomly occur. I have 2 people that have no issues at all, and 3 now that this lockup happens to. What I have done is remove Trend and load AVG free edition until I can find a solution. I will try excluding all mbam items within trend to see if that helps. Interestingly enough, I did not have this issue with Trend Micro WFBS(A) v5.0, only when I upgraded to v6.0 did I notice this.

As I feel MBAM catches more than Trend does anyway, the AVG workaround seemed to be fine - but I would still like the clients on their TM product which they pay for at their corp...

#15
BarryC

    New Member

  • Members
  • Pip
  • 2 posts
What is the ultimate resolution of this problem. I just paid for Malware and it locks up with Trend Micro Security, even when it is set to load delayed. Actually no lockup unless Malware is set to check real time. I've but the three MB executables in the exemption list for the TM firewall, rebooted, still no help.

Appreciate an update from the staff at Malware. Thanks,
B

#16
BarryC

    New Member

  • Members
  • Pip
  • 2 posts

View Posttechron, on May 13 2009, 04:58 PM, said:

Hi,
I pretty familiar with Malwarebytes, and use it nearly daily at work. We resell the full version at our shop, and i've install both versions on a lot of personal computers.
We also use Trend Anti-Virus (usually Internet Security). On most systems, they will work together if you make exceptions in the Trend firewall for mbamgui and mbamservice. However, on this machine (Emachine running XP Home), Trend will lock up every time if both are set to run at startup. (malwarebytes is starting first, as it takes less time to become active).
If I turn either off in the msconfig/startup, the system will run. If i start MalwareBytes after the system is running (trend has finally loaded), they will both work. I have uninstalled and reinstalled both of them with no change. to my knowledge (from full scans with both) there is no malware on the machine.
If there is not a "fix" for this, is there anyway to create a batch file that would delay the mbamgui startup for 60 seconds and put it in the startup?
The software makers might want to consider adding a delay feature to future versions of the software, as I'm sure this could be happening with other antivirus solutions as well.
Any insight would be helpful, as I am running into various issues like this nearly every week.

Thanks,
Techron


Second post on this topic, I have malwarebytes set to start 5 mins after startup, with Trend Micro Security loading at startup right away. IF real time monitoring is turned on in Malwarebytes, the system will lock, even with all Malwarebytes executable loaded into the exception list in Trend's firewall. This should cause a problem anyway as Trend will ask if you want to allow a program to access the internet.

Has Malwarebytes staff found a fix for this? I am running latest version from April 2010. Please reply.

#17
The Fixer

    New Member

  • Members
  • Pip
  • 3 posts
I am also having an identical problem (except for different a/v) with the registered version on a win 7 home premium,system, intel dg31pr mainb. E8400cpu, 2gbddr2, GF9600, with avg free av. The system freezes on boot. I have performed the registry edit to delay the start, the result is that the system does indeed boot but freezes later after a period of normal operation (afk so have no time interval information). I have also excluded the malwarebytes application files from the avg scan.

I am running in manual mode in order to continue using the pc. System is rock solid in manual mode, unusable with protection module loaded.

Is there any news on a fix for this problem? I have several people wanting to signup.

#18
noknojon

    you know why ---

  • Honorary Members
  • PipPipPipPipPipPip
  • 5,698 posts
  • Gender:Male
For avg free av. mixed with paid Malwarebytes - Please read Here in the FAQ section -
Thank You - :)
Just another private helper - (not a company man) -
When you don't have to worry about your computer anymore, you can start living again !

#19
The Fixer

    New Member

  • Members
  • Pip
  • 3 posts
Thanks for that, I have just followed the instructions there, system still froze while idle. I will check to see if I have made any typo's tomorrow.

#20
chromebuster

    New Member

  • Members
  • Pip
  • 9 posts
  • Gender:Not Telling
Hi folks,
Good Lord. An easy solution I've found is great is the use of Win Patrol's delayed start feature. It is much more precise than MSConfig, and it is ten times faster than using a batch, VBS, or other script file, and much easier than phishing in the registry for the correct entry where there is a chance that the wrong one will be clicked.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users

Follow Us