http://bugs.winehq.org/show_bug.cgi?id=13647
Summary: DSM Plugin for UltraVNC 1.0.4 Doesn't Work Product: Wine Version: 1.0-rc3 Platform: PC URL: http://sourceforge.net/project/showfiles.php?group_id=63 887&package_id=60914&release_id=571174 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: chad.sikorra@gmail.com
Created an attachment (id=13629) --> (http://bugs.winehq.org/attachment.cgi?id=13629) relay log
The plugin allows the connection to be encrypted. When selecting the DSM plugin and trying to connect you receive an error "Connection Failed - Error Reading Protocol Version". The plugin can be found at ...
http://msrc4plugin.home.comcast.net/~msrc4plugin/
A relay log is attached. A few key lines I noticed from a brief look at the log for anything obvious...
0009:Ret rsaenh.CPImportKey() retval=00000000 ret=7eb91d13 0009:Ret advapi32.CryptImportKey() retval=00000000 ret=10001f3d 0009:Call KERNEL32.MultiByteToWideChar(00000000,00000000,10009ea8 "Error importing key.",ffffffff,00000000,00000000) ret=7df81852
My guess is this is wine trying to import the rc4.key file the plugin uses. Is this a crypt related issue?