Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 347036

Summary: Skype provider problem with Skype 5.3.0.111
Product: [RT] ECF Reporter: Corneliu Bogdan <corneliu.bogdan>
Component: ecf.providersAssignee: ecf.core-inbox <ecf.core-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: major    
Priority: P3 CC: bugs.eclipse.org, hisano, slewis
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Corneliu Bogdan CLA 2011-05-24 14:18:46 EDT
Build Identifier: M20110210-1200

I got the source code for the provider from https://github.com/ECF and generated the plugins for the provider (1.5.0) and provider ui (1.4.0). I'm running Vista Business 32 bit and Skype 5.3.0.111 and use an eclipse app run config.

The error that I get is this:

java.lang.UnsatisfiedLinkError: Can't load library: C:\Users\Corneliu\AppData\Local\Temp\skype_x86.dll
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1702)
	at java.lang.Runtime.load0(Runtime.java:770)
	at java.lang.System.load(System.java:1003)
	at com.skype.connector.win32.Win32Connector.initializeImpl(Win32Connector.java:103)
	at com.skype.connector.Connector.initialize(Connector.java:485)
	at com.skype.connector.Connector.connect(Connector.java:433)
	at com.skype.connector.Connector.assureAttached(Connector.java:985)
	at com.skype.connector.Connector.execute(Connector.java:904)
	at com.skype.connector.Connector.execute(Connector.java:861)
	at com.skype.connector.Connector.execute(Connector.java:827)
	at com.skype.connector.Connector.execute(Connector.java:786)
	at com.skype.Utils.getProperty(Utils.java:153)
	at com.skype.Profile.getId(Profile.java:239)
	at org.eclipse.ecf.provider.skype.SkypeContainerInstantiator.createInstance(SkypeContainerInstantiator.java:37)


Corneliu Bogdan

Reproducible: Always

Steps to Reproduce:
I use the "Connect to IM Provider" button in the toolbar and select Skype. Nothing happens after that but I get the error message. All the settings are the default.
Comment 1 Koji Hisano CLA 2011-05-25 19:56:09 EDT
Where did you download Skype4Java from because "skype_x86.dll" is not used in my code?
Comment 2 Scott Lewis CLA 2014-02-12 13:27:49 EST
Due to changes in Skype and the Skype API, I don't think ECF will be able to support the Skype provider any longer...at least without significant new work on skype4java.  Resolving as wontfix.

Please reopen if someone is able/willing to update skype4java and ECF's provider code that's dependent upon it.