Problem running Google Adwords Editor in Wine 1.5.5 (SSL?)

Questions about Wine on Linux
Locked
vegard
Newbie
Newbie
Posts: 2
Joined: Tue Jun 05, 2012 11:42 am

Problem running Google Adwords Editor in Wine 1.5.5 (SSL?)

Post by vegard »

I'm trying run Google Adwords Editor 9.7.1 on Wine 1.5.5.

When trying to log into my Google account from the Adwords editor, I run into the following error message when AE tries to connect: [35] Unknown SSL protocol error in connection to www.google.com:443.

Also see this screenshot:

Image

I suspect this might be SSL related as I've found people having had a lot of SSL issues with Wine. However I can't quite figure out how to fix this.

Any clues? Thanks in advance!
vegard
Newbie
Newbie
Posts: 2
Joined: Tue Jun 05, 2012 11:42 am

Post by vegard »

BTW, this is 64 bit Ubuntu 12.04 using Wine 1.5.5 from ppa.
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

vegard wrote:BTW, this is 64 bit Ubuntu 12.04 using Wine 1.5.5 from ppa.
Possibly this bug: https://bugs.launchpad.net/ubuntu/+sour ... bug/965371
lechup
Newbie
Newbie
Posts: 3
Joined: Wed Jan 07, 2009 12:45 pm

Post by lechup »

I've recenlty run similar issue. It isn't bug mentioned by @dimesion.

I've tried debugging:
WINEDEBUG=trace+fixme+warn+err wine /home/lechup/.wine/drive_c/users/lechup/Local\ Settings/Application\ Data/Google/Google\ AdWords\ Editor/adwords_editor.exe > /tmp/log 2>&1

But it turned out running directly from command it's working fine! The link in Start Menu is causing troubles (don't know why yet). So try it Yourself:

wine /home/lechup/.wine/drive_c/users/lechup/Local\ Settings/Application\ Data/Google/Google\ AdWords\ Editor/adwords_editor.exe

PS: If You are on 64bit probably You will also have this issue: http://askubuntu.com/questions/127848/w ... -pkcs11-so
Locked