others fba error

  • Thread starter Thread starter Gianluca Facca
  • Start date Start date
G

Gianluca Facca

What's the meaning of these errors?
12:04:27 - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
12:04:27 - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll (Error:
0x8000ffff)
12:12:17 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\wbem\wmiprvsd.dll) (Error: 0x45a)
 
What's the meaning of these errors?
12:04:27 - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
12:04:27 - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll (Error:
0x8000ffff)
12:12:17 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\wbem\wmiprvsd.dll) (Error: 0x45a)


// MessageId: E_UNEXPECTED
//
// MessageText:
//
// Catastrophic failure
//
#define E_UNEXPECTED 0x8000FFFFL [fail]


0x45a = 1114 A dynamic link library (DLL) initialization routine
failed. ERROR_DLL_INIT_FAILED




Probably some missing dependencies.


Best regards,
Slobodan
 
Gianluca

The first two errors can safely be ignored- they are present in almost every
runtime and do not have an effect on functionality.
--
Thanks,

Lynda

"This posting is provided "AS IS" with no warranties, and confers no rights"
Slobodan Brcin said:
What's the meaning of these errors?
12:04:27 - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
12:04:27 - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll (Error:
0x8000ffff)
12:12:17 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\wbem\wmiprvsd.dll) (Error: 0x45a)


// MessageId: E_UNEXPECTED
//
// MessageText:
//
// Catastrophic failure
//
#define E_UNEXPECTED 0x8000FFFFL [fail]


0x45a = 1114 A dynamic link library (DLL) initialization routine
failed. ERROR_DLL_INIT_FAILED




Probably some missing dependencies.


Best regards,
Slobodan
 
Thanks for your reply!

Lynda Allen said:
Gianluca

The first two errors can safely be ignored- they are present in almost every
runtime and do not have an effect on functionality.
--
Thanks,

Lynda

"This posting is provided "AS IS" with no warranties, and confers no rights"
Slobodan Brcin said:
What's the meaning of these errors?
12:04:27 - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
12:04:27 - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll (Error:
0x8000ffff)
12:12:17 - [FBACallEntryPoint]
LoadLibrary(C:\WINDOWS\system32\wbem\wmiprvsd.dll) (Error: 0x45a)


// MessageId: E_UNEXPECTED
//
// MessageText:
//
// Catastrophic failure
//
#define E_UNEXPECTED 0x8000FFFFL [fail]


0x45a = 1114 A dynamic link library (DLL) initialization routine
failed. ERROR_DLL_INIT_FAILED




Probably some missing dependencies.


Best regards,
Slobodan
 
Back
Top