https://bugs.winehq.org/show_bug.cgi?id=18604
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Upnp.dll needed for Router |Multiple applications need |Reconnect |'upnp.dll' COM inproc | |server | |('{e2085f28-feb7-404a-b8e7- | |e659bdeaaa02}' -> | |UPnPDeviceFinder)(Router | |Reconnect 1.3, UPnPBrowser | |1.2)
--- Comment #11 from Anastasius Focht focht@gmx.net --- Hello folks,
found another app: http://www.kroepelin.org/UPnPBrowser/UPnPBrowser.rar
Prerequisite: 'winetricks -q dotnet40'
--- snip --- $ wine ./UPnPBrowser.exe ... err:ole:CoGetClassObject class {e2085f28-feb7-404a-b8e7-e659bdeaaa02} not registered err:ole:create_server class {e2085f28-feb7-404a-b8e7-e659bdeaaa02} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {e2085f28-feb7-404a-b8e7-e659bdeaaa02} could be created for context 0x15 fixme:advapi:RegisterTraceGuidsW (0x98076a, (nil), {8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 1, 0x33ccdc, (null), (null), 0xcec8fc): stub
Unhandled Exception: System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details. The error is: Retrieving the COM class factory for component with CLSID {E2085F28-FEB7-404A-B8E7-E659BDEAAA02} failed due to the following error: 80040154 Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG). ---> System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {E2085F28-FEB7-404A-B8E7-E659BDEAAA02} failed due to the following error: 80040154 Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG). at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache) at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at UPnPBrowser.frmMain..ctor() --- End of inner exception stack trace --- at UPnPBrowser.My.MyProject.MyForms.Create__Instance__[T](T Instance) at UPnPBrowser.My.MyApplication.OnCreateMainForm() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine) at UPnPBrowser.My.MyApplication.Main(String[] Args) --- snip ---
$ sha1sum UPnPBrowser.rar b69b3e12652663da5b53d6d10b02777379bde1eb UPnPBrowser.rar
$ du -sh UPnPBrowser.rar 60K UPnPBrowser.rar
$ wine --version wine-1.7.19-70-gd6a59f7
Regards