sarandogou/webrtc-everywhere

Plugin does not install on Windows 7

Closed this issue · 1 comments

OS: Windows 7 Professional SP1 64-bit
IE 10 and IE 11.

Error message:
webrtc-everywhere-ie.dll
Unable to register the DLL/OCX: RegSvr32 failed with exit code 0xC000005

Event Log:
Faulting application name: regsvr32.exe, version: 6.1.7600.16385, time stamp: 0x4a5bca28
Faulting module name: ntdll.dll, version: 6.1.7601.18247, time stamp: 0x521ea8e7
Exception code: 0xc0000005
Fault offset: 0x0002e41b
Faulting process id: 0xc5c
Faulting application start time: 0x01d00d7c7f150926
Faulting application path: C:\Windows\SysWOW64\regsvr32.exe
Faulting module path: C:\Windows\SysWOW64\ntdll.dll
Report Id: bd46e116-796f-11e4-9d14-c001b82bd464

Manually register the dll failed as well:
regsvr32 "c:\Program Files\webrtc-everywhere\webrtc-everywhere-ie.dll"
The module "c:\Program Files\webrtc-everywhere\webrtc-everywhere-ie.dll" was loaded but the call to DllRegisterServer failed with error code 0x80070005

Maybe Windows 7 is not supported?
More info at https://groups.google.com/forum/#!topic/webrtc-everywhere/Od8ezlwpPBI

Fixed in fb712ac