others fba error

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)
 
S

Slobodan Brcin

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
 
L

Lynda Allen [MS]

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
 
G

Gianluca Facca

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top