|
|
I try to connect to Skype and all I get is an error message. The error message says this.
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {830690FC-BF2F-47A6-AC2D-330BCB402664} failed due to the following error: 80040154. at
SkypeFx.MicInterceptor..ctor(ILog log, EffectChain effects) at SkypeFx.MainFormAudioGraph.ConnectToSkpe() at SkypeFx.MainForm.set_SkypeMode(Boolean value) at SkypeFx.MainForm.toolStripButtonSkype_Click(Object sender, EventArgs
e) at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs
e) at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs
mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at
System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4206 (VistaSP2GDR.050727-4200) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------SkypeVoiceChanger
Assembly Version: 1.1.0.0 Win32 Version: 1.1.0.0 CodeBase: file:///C:/Users/Connor%20Cardinale/Downloads/SkypeVoiceChanger1-1/SkypeVoiceChanger.exe----------------------------------------System Assembly Version:
2.0.0.0 Win32 Version: 2.0.50727.4205 (VistaSP2GDR.050727-4200) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Windows.Forms Assembly
Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System.Drawing
Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System.Configuration
Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll----------------------------------------System.Xml
Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------System.ComponentModel.Composition
Assembly Version: 2008.11.24.0 Win32 Version: 2008.11.24.0 CodeBase: file:///C:/Users/Connor%20Cardinale/Downloads/SkypeVoiceChanger1-1/System.ComponentModel.Composition.DLL----------------------------------------JSNet
Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Connor%20Cardinale/Downloads/SkypeVoiceChanger1-1/JSNet.DLL----------------------------------------System.Core Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.1 built by: SP CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll----------------------------------------NAudio Assembly Version: 1.5.4.0
Win32 Version: 1.5.4.0 CodeBase: file:///C:/Users/Connor%20Cardinale/Downloads/SkypeVoiceChanger1-1/NAudio.DLL----------------------------------------Interop.SKYPE4COMLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/Connor%20Cardinale/Downloads/SkypeVoiceChanger1-1/Interop.SKYPE4COMLib.DLL----------------------------------------
************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled
with debuggingenabled.
For example:
<configuration> <system.windows.forms jitDebugging="true" /></configuration>
When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.
|
|
Coordinator
Jan 24, 2012 at 12:16 PM
|
this is because the Skype4COM DLL isn't registered on your machine. Next version I'll try to do this automatically.
|
|
|
|
I've been trying to look for a solution to the problem and found a proper download for the .dll, but how do I register it and where should I put it?
|
|
Coordinator
Feb 9, 2012 at 8:18 AM
|
have you tried the recent version 1.2? That includes the Skype4Com dll and uses reg-free COM. Let me know how you get on
|
|
Feb 10, 2012 at 2:54 AM
Edited Feb 10, 2012 at 2:56 AM
|
I'll try that, thank you for the help!
|
|