COD6 & Comodo Firewall dont working [Issue Report]

Hi guys this problem began when the latest patch of COD6 goes out

When one of the files of the game uses the same direction in memory the file of Comodo FW is C:\Windows\SysWOW64\guard32.dll, when I change the name of this file, COD6 starts without problems.

There´s more info about this bug Alteriw.net

Thanks in advance

The bug/issue

  1. What you did: I ran iw4mp.exe
  2. What actually happened or you actually saw: Error 0xc0000018
  3. What you expected to happen or see: Run the game
  4. How you tried to fix it & what happened: I change the name of guard32.dll since it uses the same place in memory that a dll of the game and it works perfectly
  5. If its an application compatibility problem have you tried the application fixes here?: Yes, only with COD6 game.
  6. Details & exact version of any application (execpt CIS) involved with download link: COD6 Multiplayer http://staff.alteriw.net/tracker/torrents/aIW-Client.torrent
  7. Whether you can make the problem happen again, and if so exact steps to make it happen: I ran the game only and the error shows after few seconds
  8. Any other information (eg your guess regarding the cause, with reasons):

Files appended. (Please zip unless screenshots).

  1. Screenshots illustrating the bug: http://img94.imageshack.us/img94/28/unleduxj.png
  2. Screenshots of related CIS event logs and the Defense+ Active Processes List: This is a prblem with the firewall installed, regarding the config
  3. A CIS config report or file.
  4. Crash or freeze dump file:
  5. Screenshot of More~About page. Can be used instead of typed product and AV database version.

Your set-up

  1. CIS version, AV database version & configuration used: Comodo Firewall 5.5.195786.1383
  2. a) Have you updated (without uninstall) from CIS 3 or 4: no
    b) if so, have you tried a clean reinstall (without losing settings - if not please do)?: yes
  3. a) Have you imported a config from a previous version of CIS: no
    b) if so, have U tried a standard config (without losing settings - if not please do)?:
  4. Have you made any other major changes to the default config? (eg ticked ‘block all unknown requests’, other egs here.): no
  5. Defense+, Sandbox, Firewall & AV security levels: D+= SAFE , Sandbox= AUTO , Firewall = SAFE , AV = NO
  6. OS version, service pack, number of bits, UAC setting, & account type: WIN7 SP1 x64 UAC Disabled Admin
  7. Other security and utility software installed: Avast!
  8. Virtual machine used (Please do NOT use Virtual box):

Edit copy bug report to first post

We would very much appreciate it if you would edit your first post to create an issue report in line with the bug forum guidelines and format here. You can copy and paste the format from this topic.

To understand the reasons why we ask you to follow these guidelines please see below.

WHY WE ASK YOU TO FOLLOW THESE GUIDELINES
Bugs/issues can be impossible or very time consuming to fix if developers don’t have enough information to reproduce them. Since CIS is free, development time is limited. So if you want your issue fixed, please use the format below to describe it.

To avoid clutter, issues not described in the format below your post will not be moved to the ‘moderator verified’ issues topic. This means that the developers may not look at it.

Best wishes and many thanks in anticipation

Dennis

Im sorry I did not read the rules.

TOPIC TITLE
This should summarise the issue. May be best to write it after drafting the issue report. A good title makes sure the right mods and the right devs look at the report


The bug/issue

  1. What you did: I ran iw4mp.exe
  2. What actually happened or you actually saw: Error 0xc0000018
  3. What you expected to happen or see: Run the game
  4. How you tried to fix it & what happened: I change the name of guard32.dll since it uses the same place in memory that a dll of the game and it works perfectly
  5. If its an application compatibility problem have you tried the application fixes here?: Yes, only with COD6 game.
  6. Details & exact version of any application (execpt CIS) involved with download link: COD6 Multiplayer http://staff.alteriw.net/tracker/torrents/aIW-Client.torrent
  7. Whether you can make the problem happen again, and if so exact steps to make it happen: I ran the game only and the error shows after few seconds
  8. Any other information (eg your guess regarding the cause, with reasons):

Files appended. (Please zip unless screenshots).

  1. Screenshots illustrating the bug: http://img94.imageshack.us/img94/28/unleduxj.png
  2. Screenshots of related CIS event logs and the Defense+ Active Processes List: This is a prblem with the firewall installed, regarding the config
  3. A CIS config report or file.
  4. Crash or freeze dump file:
  5. Screenshot of More~About page. Can be used instead of typed product and AV database version.

Your set-up

  1. CIS version, AV database version & configuration used: Comodo Firewall 5.5.195786.1383
  2. a) Have you updated (without uninstall) from CIS 3 or 4: no
    b) if so, have you tried a clean reinstall (without losing settings - if not please do)?: yes
  3. a) Have you imported a config from a previous version of CIS: no
    b) if so, have U tried a standard config (without losing settings - if not please do)?:
  4. Have you made any other major changes to the default config? (eg ticked ‘block all unknown requests’, other egs here.): no
  5. Defense+, Sandbox, Firewall & AV security levels: D+= SAFE , Sandbox= AUTO , Firewall = SAFE , AV = NO
  6. OS version, service pack, number of bits, UAC setting, & account type: WIN7 SP1 x64 UAC Disabled Admin
  7. Other security and utility software installed: Avast!
  8. Virtual machine used (Please do NOT use Virtual box):

Thank you for your Issue report.

Moved to verified.

Thank you

Dennis

Thanks Dennis!

If this helps, its the script that I use to can initiate CODMW2 without problems

@echo off
cls
cd “%windir%\syswow64”
if exist guard32.dll.removed (
ren guard32.dll.removed guard32.dll
echo restored guard32.dll , errorlevel: %errorlevel%
) else (
ren guard32.dll guard32.dll.removed
echo removed guard32.dll, errorlevel: %errorlevel%
)
pause
exit