akaimirror / virtualboxservice

Automatically exported from code.google.com/p/virtualboxservice
GNU General Public License v3.0
0 stars 0 forks source link

.NET runtime installation error #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run installer from C:\
2. Click Install
3. Enter windows account credentials & wait... 

What is the expected output? What do you see instead?
Event logs > Application logs > Application error:
Faulting application name: VirtualBoxService.exe, version: 1.0.0.0, time stamp: 
0x4e52a7cb
Faulting module name: KERNELBASE.dll, version: 6.1.7601.17651, time stamp: 
0x4e2111c0
Exception code: 0xe0434352
Fault offset: 0x0000d36f
Faulting process id: 0x1f84
Faulting application start time: 0x01cdabf36155fcaa
Faulting application path: C:\VirtualBoxService.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: a4e09200-17e6-11e2-9407-0018f35eb562

.NET Runtime error:
Application: VirtualBoxService.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ServiceModel.AddressAlreadyInUseException
Stack:
   at System.ServiceModel.Channels.TransportManager.Open(System.ServiceModel.Channels.TransportChannelListener)
   at System.ServiceModel.Channels.TransportManagerContainer.Open(System.ServiceModel.Channels.SelectTransportManagersCallback)
   at System.ServiceModel.Channels.TransportChannelListener.OnOpen(System.TimeSpan)
   at System.ServiceModel.Channels.ConnectionOrientedTransportChannelListener.OnOpen(System.TimeSpan)
   at System.ServiceModel.Channels.NamedPipeChannelListener`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].OnOpen(System.TimeSpan)
   at System.ServiceModel.Channels.CommunicationObject.Open(System.TimeSpan)
   at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(System.TimeSpan)
   at System.ServiceModel.Channels.CommunicationObject.Open(System.TimeSpan)
   at System.ServiceModel.ServiceHostBase.OnOpen(System.TimeSpan)
   at System.ServiceModel.Channels.CommunicationObject.Open(System.TimeSpan)
   at VirtualBoxService.InstallGui.ElevatedServiceHost.RunServer()
   at VirtualBoxService.Program.Main(System.String[])

What version of the product are you using? On what operating system?
VirtualBox service v0.1.  Windows 7 SP1

Please provide any additional information below.
.NET 4 installed

Original issue reported on code.google.com by contact....@gmail.com on 17 Oct 2012 at 7:39

GoogleCodeExporter commented 9 years ago
Could you reproduce this issue? It looks like the elevated process got started 
too often, which should not happen.

Original comment by Felix.Ru...@gmail.com on 24 May 2013 at 5:16