VMware 4.5.2 build-8848 VmdbUtil Problem
Verfasst: 23.06.2004, 12:56
von saxxon
VMware läßt sich nicht starten.
Folgende Fehlermeldung:
'VMware Workstation unrecoverable error: (vmui)
vmui| Error 0x80040154 instantiating object VmdbUtil
vmui| Unable to create VmdbUtil object: Klasse nicht registriert. Reinstalling VMware Workstation may help.'
Neuinstallation hilft nicht.
Win XP Pro mit SP1, IE 6 mit SP1
Irgendjemand eine Idee?
Problembeschreibung und-lösung
Verfasst: 24.06.2004, 00:26
von HartmutSchaumburg
Hallo,
hier ist die Beschreibung des Problems und die Lösung des Problems.
"Application failure hr = 0x80040154: (null)" Message Appears when
Workstation or a Console Starts on GSX Server Host
Question
When I launch VMware Workstation on a Windows host or start the VMware Virtual Machine Console on a GSX Server for Windows host, I get the following error:
Application failure. hr = 0x80040154: (null)
How can I correct this?
Answer
VMware GSX Server and VMware Workstation rely on three COM components. They are installed and registered by the VMware product installer, but this error message indicates that registration was unsuccessful (possibly because of a conflict with another application on your system). The vminst.log file should contain entries that indicate whether or not the COM registration was successful.
You can resolve this issue by manually registering the three COM components. To register the components, run the Windows regsvr32.exe program.
If you installed GSX Server, type the following three commands at the command prompt (make sure each command is entered on one line):
> regsvr32.exe "C:\Program Files\VMware\VMware GSX Server\vmappsdk.dll"
> regsvr32.exe "C:\Program Files\VMware\VMware GSX Server\vmdbCOM.dll"
> regsvr32.exe "C:\Program Files\VMware\VMware GSX Server\vmnetBridge.dll"
If you installed Workstation, type the following three commands at the command prompt (make sure each command is entered on one line):
> regsvr32.exe "C:\Program Files\VMware\VMware Workstation\vmappsdk.dll"
> regsvr32.exe "C:\Program Files\VMware\VMware Workstation\vmdbCOM.dll"
> regsvr32.exe "C:\Program Files\VMware\VMware Workstation\vmnetBridge.dll"
Note: If you installed your VMware product in another directory, use the appropriate path to the product directory
Hartmut Schaumburg
Verfasst: 24.06.2004, 12:36
von saxxon
WOW! Danke! Jetzt funktioniert es.
THX!