CreaSoftware Homepage
Forum Home Forum Home > Prodotti > CS Anti-Virus
  New Posts New Posts
  FAQ FAQ  Forum Search   Register Register  Login Login

[SOLVED] Error 1904 ..CSAVCoreEngine.dll failed...

 Post Reply Post Reply
Author
Message
DevTeam View Drop Down
Moderator Group
Moderator Group


Joined: 22 Mar 2009
Online Status: Offline
Posts: 18
  Quote DevTeam Quote  Post ReplyReply Direct Link To This Post Topic: [SOLVED] Error 1904 ..CSAVCoreEngine.dll failed...
    Posted: 25 Jun 2009 at 5:35pm
 
--------------------------------------------------
 
FOR THE LAST ONE SOLUTION GO HERE
 
--------------------------------------------------
 
CSAVCoreEngine is a ATL COM dinamic component library. This file have been to be register for work correctly.
 
The "1904 Error" essentially says that "Windows is unable to register the component".
 
Probably the issue is related to other lack components/dependecies
 
To correct this issue check all the files dependencies:
 
CSAVCoreEngine.dll depends from:
  •  Kernel32.dll (system file)
  •  User32.dll (system file)
  •  Ole32.dll (system file)
  •  OleAut32.dll (system file)
  •  libclamav.dll (ClamAV dll library)
 
the libclamav.dll depends in turn from:
  • Ws2_32.dll (system file)
  • Kernel32.dll (system file)
  • Advapi32.dll (system file)
  • libclamavunrar_iface.dll (ClamAV dll library)
    • libclamaunrar.dll (ClamAV dll library)
  • Msvcr80.dll (Microsoft® C Runtime Library)
  • libclamav.lib (ClamAv library)
  • clamav.h (clamAv include header)
 
check if these files exists in "[ProgramFilesFolder]\CreaSoftware\CS Antivirus" or "System32 Folder" (view the log file at bottom of this post)
 
After check all files/dependencies... try to run from command line (Start > Execute or Commands Prompt) for register the component:
 
regsvr32 [ProgramFilesFolder]\CreaSoftware\CS Antivirus\CSAVCoreEngine.dll
 
NOTE: Change the [ProgramFilesFolder] with your correct path
 
 
This is the complete setup process log file
 

File

Destination

Feature

Last Modified

Size (bytes)

Version

clamav.h

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

15/10/2008 23.59.24

8057

CSAVSigtool.exe.manifest

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

13/01/2009 20.28.33

715

libclamav.lib

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

07/12/2008 11.52.16

30914

CSTrayAV.exe.manifest

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

13/01/2009 20.28.33

715

libclamunrar.dll

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

07/12/2008 11.51.16

65536

0.94.2.0

CSAVCoreEngine.dll

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

18/03/2009 18.12.38

270419

1.0.0.1

libclamav.dll

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

07/12/2008 11.52.45

929792

0.94.2.0

CSAVSigtool.exe

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

18/03/2009 0.03.11

65536

0.0.0.1

msvcr80.dll

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

05/04/2007 12.16.40

626688

8.0.50727.42

libclamunrar_iface.dll

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

07/12/2008 11.51.23

22016

0.94.2.0

CSAntiVirus.exe

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

19/03/2009 13.59.44

266240

0.1.0.2

CSTrayAV.exe

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

20/03/2009 19.00.06

888832

0.1.0.2

MSCOMCTL.OCX

[SystemFolder]

Always Install

20/12/2002 14.02.44

1077336

6.1.95.45

NTSVC.ocx

[SystemFolder]

Always Install

14/04/1998 8.51.28

34304

1.0.0.1

CSSubClass.dll

[SystemFolder]

Always Install

24/01/2009 18.15.14

40960

1.0.0.3

special.hdb

[ALLUSERSPROFILE].CSAntiVirus\db

Always Install

17/02/2009 0.03.00

505

CSAVRes.dll

[ProgramFilesFolder]CreaSoftware\CS Antivirus

Always Install

12/02/2009 12.24.58

24576

1.0.0.0



Edited by starniell - 16 Sep 2009 at 6:56pm
Back to Top
volcano View Drop Down
Newbie
Newbie
Avatar

Joined: 25 Jun 2009
Location: Medan
Online Status: Offline
Posts: 2
  Quote volcano Quote  Post ReplyReply Direct Link To This Post Posted: 26 Jun 2009 at 6:59am

All that file i checked and thats completed, but error too, and i saw csavlog:

"concludeBootingAV: 429 - ActiveX component can't create object"

any idea??

Back to Top
Jonathan View Drop Down
Newbie
Newbie


Joined: 26 Jun 2009
Online Status: Offline
Posts: 2
  Quote Jonathan Quote  Post ReplyReply Direct Link To This Post Posted: 26 Jun 2009 at 10:24am

What says after CSAVCoreEngine.dll register?

regsvr32 [ProgramFilesFolder]\CreaSoftware\CS Antivirus\CSAVCoreEngine.dll
 
I solved registering the ATL.DLL system file.... I quote the starniell message:
 
Originally posted by starniell

mmhh...
 
...CSAVCoreEngine.dll is ATL COM component...
 
...If all the dependencies are satisfied, then the issue can be related to the ATL.DLL (system file) missing or not correctly registered

check this

  1. Locate atl.dll, generally found in “C:\WINNT\system32” or “C:\WINDOWS\system32”.
  2. Open the command-line prompt
    • Start Menu/Run
    • Type “cmd”
    • Press ENTER
  3. Using the atl.dll filename and path, call regsvr32, i.e. at the command-line prompt, type:
    • regsvr32 “C:\WINNT\system32\atl.dll”
    • Press ENTER
  4. You should see a regsvr32 window, confirming success: Close it.

After check to re-register the CSAVCoreEngine.dll

regsvr32 [ProgramFilesFolder]\CreaSoftware\CS Antivirus\CSAVCoreEngine.dll
 
 
Back to Top
DevTeam View Drop Down
Moderator Group
Moderator Group


Joined: 22 Mar 2009
Online Status: Offline
Posts: 18
  Quote DevTeam Quote  Post ReplyReply Direct Link To This Post Posted: 16 Sep 2009 at 6:50pm
Finally the problem is solved!
 
The "CSAVCoreEngine.dll SelfRegistration errorError 1904 ..CSAVCoreEngine.dll failed to register depend from further missing files dependencies.
 
Particularly... of the msvcm80.dll file. It is a Microsoft.VC80.CRT component (Microsoft Visual C++ 2005) needed to libclamunrar.dll and libclamunrar_iface.dll files.
 
RESOLUTION
 
  1. Download the Microsoft.VC80.CRT.zip files and extract it
  2. Copy the follows files into [Program Files]\CreaSoftware\CS AntiVirus folder:
    • msvcr80.dll
    • Microsoft.VC80.CRT.manifest
    • msvcm80.dll
    • msvcp80.dll
  3. Register the CSAVCoreEngine.dll with:
    1. regsvr32 "[Program Files]\CreaSoftware\CS AntiVirus\CSAVCoreEngine.dll"
    2. receive the: [DllRegisterServer [Program Files]\CreaSoftware\CS AntiVirus\CSAVCoreEngine.dll successful] message
  4. Reboot

 

Go to CS Anti-Virus product page

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Bulletin Board Software by Web Wiz Forums® version 9.56a
Powered by Web Wiz Forums Free Express Edition
Copyright ©2001-2009 Web Wiz

This page was generated in 0,219 seconds.