http://bugs.winehq.org/show_bug.cgi?id=28457
Summary: Gecko rendering of Skype login page not rendering correctly Product: Wine Version: 1.3.28 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: xsist10@gmail.com
Created an attachment (id=36495) --> (http://bugs.winehq.org/attachment.cgi?id=36495) Wine debug output
Gecko rendering of Skype's HTML login page not rendering correctly. No HTML formating or javascript/css applied. Unable to complete login process due to this.
I then manually updated gecko to wine_gecko-1.3-x86.msi (from 1.1 which was installed by default) and the issue still remained.
http://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #1 from xsist10@gmail.com xsist10@gmail.com 2011-09-21 13:57:39 CDT --- Created an attachment (id=36496) --> (http://bugs.winehq.org/attachment.cgi?id=36496) Screenshot of Login Page
http://bugs.winehq.org/show_bug.cgi?id=28457
xsist10@gmail.com xsist10@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Gecko rendering of Skype |Gecko rendering of Skype |login page not rendering |login page not correctly |correctly |
http://bugs.winehq.org/show_bug.cgi?id=28457
xsist10@gmail.com xsist10@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.skype.com/intl/e | |n/get-skype/on-your-compute | |r/windows/beta/ Summary|Gecko rendering of Skype |Skype: Gecko rendering of |login page not correctly |Skype login page not | |correctly
http://bugs.winehq.org/show_bug.cgi?id=28457
xsist10@gmail.com xsist10@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Skype: Gecko rendering of |Skype 5.5: Gecko rendering |Skype login page not |of Skype login page not |correctly |correctly
http://bugs.winehq.org/show_bug.cgi?id=28457
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Component|-unknown |mshtml
http://bugs.winehq.org/show_bug.cgi?id=28457
xsist10@gmail.com xsist10@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #2 from xsist10@gmail.com xsist10@gmail.com 2011-09-26 01:46:02 CDT --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #3 from Artem S. Tashkinov t.artem@mailcity.com 2012-02-02 17:50:31 CST --- This bug affects versions 5.6 and 5.8 as well.
http://bugs.winehq.org/show_bug.cgi?id=28457
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #4 from Jacek Caban jacek@codeweavers.com 2012-02-08 09:24:58 CST --- Please attach mshtml,urlmon,wininet,ieframe,tid debug channels output.
http://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #5 from Artem S. Tashkinov t.artem@mailcity.com 2012-02-13 14:26:42 CST --- Created attachment 38861 --> http://bugs.winehq.org/attachment.cgi?id=38861 WINEDEBUG=mshtml,urlmon,wininet,ieframe,tid ./Skype.exe
(In reply to comment #4)
Please attach mshtml,urlmon,wininet,ieframe,tid debug channels output.
Here it is.
http://bugs.winehq.org/show_bug.cgi?id=28457
Artem S. Tashkinov t.artem@mailcity.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |t.artem@mailcity.com
http://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #6 from Artem S. Tashkinov t.artem@mailcity.com 2012-02-13 14:29:58 CST --- Created attachment 38862 --> http://bugs.winehq.org/attachment.cgi?id=38862 Skype's login page complete with all graphics and CSS files
And please, correct the bug title to something like
Gecko incorrectly renders Skype's login page (affects Skype 5.5 and higher)
http://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #7 from Artem S. Tashkinov t.artem@mailcity.com 2012-02-13 14:31:16 CST --- Skype 5.8 URL is: http://www.skype.com/go/getskype-full
http://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #8 from Artem S. Tashkinov t.artem@mailcity.com 2012-02-13 14:40:10 CST --- It seems like Skype relies on MSHTML features not present in Wine's MSHTML implementation, e.g. index.html contains this snippet:
<script type="text/javascript"> var API = new SKYPE.login.Api(); API.log("Hello from client login, API initialized"); // Configure Omniture tracking (see wanalytics-client.js) //TODO: Add trackable id? (see Urls.js) var clientVersion = API.getPlatformId() + '/' + API.getVersion(); SKYPE.namespace("settings"); SKYPE.settings.versionParam = "client|reg-a|" + clientVersion; SKYPE.settings.versionPlatform = clientVersion; SKYPE.settings.language = API.getLanguage();
$(function() { API.log("Document loaded, initializing form"); new SKYPE.login.Form(); }); </script>
Not to mention specific HTML/CSS attributes I've never seen before, like:
<span data-translation-key="msgWarningCapsLockOnTitle">
http://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #9 from Jacek Caban jacek@codeweavers.com 2012-02-14 05:33:59 CST --- We don't convert VARIANT types received from jscript in mshtml. That's on my TODO list, but it can't make into 1.4.
http://bugs.winehq.org/show_bug.cgi?id=28457
xsist10@gmail.com xsist10@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Skype 5.5: Gecko rendering |Gecko incorrectly renders |of Skype login page not |Skype's login page (affects |correctly |Skype 5.5 and higher)
http://bugs.winehq.org/show_bug.cgi?id=28457
Martin Lindhe martin@startwars.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |martin@startwars.org
--- Comment #10 from Martin Lindhe martin@startwars.org 2012-05-14 09:52:12 CDT --- As a workaround, this works (using skype 5.9, latest as of this writing):
winetricks ie6
Now skype login screen renders correctly. However Skype crashes on login, see bug #29946
http://bugs.winehq.org/show_bug.cgi?id=28457
Igor Demyanov igor.demyanov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |igor.demyanov@gmail.com
--- Comment #11 from Igor Demyanov igor.demyanov@gmail.com 2012-05-14 18:03:27 CDT --- Simple workaround: delete folder /drive_c/users/Public/Application Data/Skype
Work on Skype 5.9...
Please informed all maintainers.
http://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #12 from Artem S. Tashkinov t.artem@mailcity.com 2013-08-02 02:38:42 CDT --- (In reply to comment #9)
We don't convert VARIANT types received from jscript in mshtml. That's on my TODO list, but it can't make into 1.4.
Any updates now that Wine 1.6 is out?
However this feature is far from crucial since Skype crashes on login anyway.
https://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #13 from Jacek Caban jacek@codeweavers.com --- The problem I mentioned in comment 9 is fixed now. It's probably worth retesting.
https://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #14 from Artem S. Tashkinov t.artem@mailcity.com --- Created attachment 50047 --> https://bugs.winehq.org/attachment.cgi?id=50047 Skype 6.21 in Wine 1.7.31
(In reply to Jacek Caban from comment #13)
The problem I mentioned in comment 9 is fixed now. It's probably worth retesting.
Nothing has changed much.
Using http://download.skype.com/a22041668cd904272aeed6da1d43a7a0/SkypeSetup.msi
https://bugs.winehq.org/show_bug.cgi?id=28457
foxyred333@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |foxyred333@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #15 from foxyred333@gmail.com --- I installed the latest package of wine gecko from Wine 1.7.33 and it started to work properly, and I am able to login normally. It did NOT work without installing the gecko package after installing Wine though.
https://bugs.winehq.org/show_bug.cgi?id=28457
Geoffrey De Belie computergeoffrey@zoho.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |computergeoffrey@zoho.com
https://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #16 from Artem S. Tashkinov t.artem@mailcity.com --- (In reply to foxyred333 from comment #15)
I installed the latest package of wine gecko from Wine 1.7.33 and it started to work properly, and I am able to login normally. It did NOT work without installing the gecko package after installing Wine though.
Can you post a screenshot? I'm now using Wine 1.7.33 and Gecko 2.34 and everything looks and (doesn't) works the same.
https://bugs.winehq.org/show_bug.cgi?id=28457
--- Comment #17 from Artem S. Tashkinov t.artem@mailcity.com --- I wonder if one should file a new bug report because recent Skype releases simply say:
Sorry, we couldn't connect to Skype. Please check your Internet connection and try again.
Retry.
At the same time a browser window gets open with this URL:
https://apps.skypeassets.com/static/skype.client.login/trunk/latest/release/...
Even with IE8 installed Skype does _not_ allow to enter your credentials. Simply put Skype is unusable under Wine unless you pass a username and a password via command line arguments (which is quite insecure).
https://bugs.winehq.org/show_bug.cgi?id=28457
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #18 from joaopa jeremielapuree@yahoo.fr --- I found an old link to download skype-5.5. https://en.chat4o.com/skype-5-5/
But i received a crash with this message: wine Skype.exe 0350:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0350:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0348:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0348:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0348:fixme:ole:CoResumeClassObjects stub 0348:fixme:ole:CoResumeClassObjects stub 0348:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0388:fixme:ntdll:NtPowerInformation semi-stub: SystemPowerCapabilities 0398:fixme:win:RegisterDeviceNotificationA The notification filter will requires an A->W when filter support is implemented 0398:fixme:service:I_ScRegisterDeviceNotification Notification filters are not yet implemented. 03a4:err:service:device_notify_proc failed to open RPC handle, error 1722 0348:fixme:service:I_ScRegisterDeviceNotification Notification filters are not yet implemented. 0348:fixme:sync:SetWaitableTimerEx (000000E4, 0021FC8C, 1000, 00000000, 00000000, 00000000, 500) semi-stub 0348:fixme:wininet:query_global_option INTERNET_OPTION_CONNECTED_STATE: semi-stub 0348:fixme:d3d9:D3DPERF_SetOptions (0x1) : stub 0370:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 04CACF08) semi-stub 0348:fixme:appbar:SHAppBarMessage unknown msg: 4 0048:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub 0348:fixme:wininet:query_global_option INTERNET_OPTION_CONNECTED_STATE: semi-stub 0348:fixme:ieframe:PersistStreamInit_InitNew (05B9D650) 0348:fixme:ieframe:OleControl_OnAmbientPropertyChange Unknown dispID -701 0348:fixme:ieframe:OleControl_OnAmbientPropertyChange Unknown dispID -703 0348:fixme:ieframe:OleControl_OnAmbientPropertyChange Unknown dispID -704 0348:fixme:wininet:query_global_option INTERNET_OPTION_CONNECTED_STATE: semi-stub 0348:fixme:ieframe:navigate_url Unsupported args (Flags 0021F944 {VT_I4: 0}; TargetFrameName 0021F934 {VT_NULL}) 03f0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 03f0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0370:fixme:service:I_ScRegisterDeviceNotification Notification filters are not yet implemented. Segmentation fault (core dumped)