FBAlog errors ?

  • Thread starter Thread starter Thomas Johansen
  • Start date Start date
T

Thomas Johansen

Hi

Does any one know why these errors are in my FBAlog.txt and how I get them
solved ?

22:47:59 PM - [LegacyInstallThread] SetupDiCallClassInstaller Error: 0x2,
Class: [Multi-port serial adapters]
......
......
22:59:57 PM - [CallEntryPointThread] C:\WINDOWS\system32\seclogon.dll,
DllRegisterServer (Error: 0x431)
......
......
23:00:43 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
23:00:43 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)
.....
.....
23:00:55 PM - [FBARegQueue: GetProcAddress]
C:\WINDOWS\System32\dpnaddr.dll (Error: 0x7f)
......
23:00:56 PM - [FBARegQueue: GetProcAddress]
C:\WINDOWS\System32\dpnlobby.dll (Error: 0x7f)

WindowsXPe (after thise FBA) can't start the IIS Admin and MSMQ serivces, so
I guess it has something with that to do ?

I never had errors in the FBAlog before, so I don't have much knowledge on
the log file.

Thomas
 
Hi Thomas,

This error indicates your driver or class installer has a dependency on a
file not in the runtime.
22:47:59 PM - [LegacyInstallThread] SetupDiCallClassInstaller Error: 0x2,
Class: [Multi-port serial adapters]
--------------------------------------------------------------------------------
This error is as a result of some superfluous registry keys in the runas
service component- this has been fixed for SP2 RTM
22:59:57 PM - [CallEntryPointThread] C:\WINDOWS\system32\seclogon.dll,
DllRegisterServer (Error: 0x431)
--------------------------------------------------------------------------------------

These two errors are benign and can be ignored- they are attempting to
register the dlls before another component has been installed. They get
registered later successfully.

23:00:43 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
23:00:43 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)
------------------------------------------------------------------------------------------

These error is caused by DirectPlay trying to register these two dll's
during FBA when they do not need to be registered. There is no apparent
impact to functionality. This issue is fixed in Sp2 RTM.

23:00:55 PM - [FBARegQueue: GetProcAddress]
C:\WINDOWS\System32\dpnaddr.dll (Error: 0x7f)
......
23:00:56 PM - [FBARegQueue: GetProcAddress]
C:\WINDOWS\System32\dpnlobby.dll (Error: 0x7f)
 
Back
Top