http://bugs.winehq.org/show_bug.cgi?id=35170
Bug ID: 35170 Summary: Unable to install Adobe Shockwave Player on Firefox for windows Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mail@tommasoangelini.tk Classification: Unclassified
Created attachment 46918 --> http://bugs.winehq.org/attachment.cgi?id=46918 error log
Hi guys,
I got a problem on wine. In fact, I installed the Windows 7 version of Firefox on Ubuntu 13.04 using wine That was fine. Unfortunately, when I try to install the Shockwave plugin on the browser, I get an error message from wine. The error log is attached to this report. Wine is currently configured to work as Windows 7 64 bit on my computer.
Could you give ideas to solve?
Thanks
http://bugs.winehq.org/show_bug.cgi?id=35170
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer CC| |focht@gmx.net Version|unspecified |1.6.1 Summary|Unable to install Adobe |Adobe Shockwave Player |Shockwave Player on Firefox |plugin installer crashes on |for windows |startup Severity|major |normal
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
where did you get the web installer? Please provide a download location.
FYI there are various trojan versions of this 'install_flashplayer11x32_mssd_aaa_aih.exe' binary floating around so be careful where you download the installer: http://blog.avast.com/2013/07/03/fake-flash-player-installer/
If in doubt use: https://www.virustotal.com/
Regards
http://bugs.winehq.org/show_bug.cgi?id=35170
--- Comment #2 from mail@tommasoangelini.tk --- Hi, Thanks for your reply. I installed it directly from the adobe.com site, wihich I personally typed in the URL bar, so I'm 100% sure it was the official relase. Looking forward to hearing from you
(In reply to comment #1)
Hello folks,
where did you get the web installer? Please provide a download location.
FYI there are various trojan versions of this 'install_flashplayer11x32_mssd_aaa_aih.exe' binary floating around so be careful where you download the installer: http://blog.avast.com/2013/07/03/fake-flash-player-installer/
If in doubt use: https://www.virustotal.com/
Regards
http://bugs.winehq.org/show_bug.cgi?id=35170
--- Comment #3 from Anastasius Focht focht@gmx.net --- Created attachment 46922 --> http://bugs.winehq.org/attachment.cgi?id=46922 WINEDEBUG=+tid,+seh,+loaddll,+process,+shdocvw,+mshtml,+ieframe wine ./install_flashplayer11x32_mssd_aaaih.exe >>log.txt 2>&1
Hello folks,
confirming, although the backtrace seems different (Wine 1.6. vs. Wine 1.7.x).
mshtml -> ieframe
Could be reference counting problem... dlls/ieframe/dochost.c:object_available() This->document is either NULL or garbage each time.
$ sha1sum install_flashplayer11x32_mssd_aaa_aih.exe 5da9afbf80256aede7695358b1c36edb08fb5e6b install_flashplayer11x32_mssd_aaa_aih.exe
$ du -sh install_flashplayer11x32_mssd_aaa_aih.exe 1.1M install_flashplayer11x32_mssd_aaa_aih.exe
$ wine --version wine-1.7.8-258-g15b3ff2
Regards
http://bugs.winehq.org/show_bug.cgi?id=35170
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://aihdownload.adobe.co | |m/bin/live/install_flashpla | |yer11x32_mssd_aaa_aih.exe Summary|Adobe Shockwave Player |Adobe Shockwave Player 11.x |plugin installer crashes on |plugin installer crashes on |startup |startup Ever confirmed|0 |1
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
filling fields ...
Regards
http://bugs.winehq.org/show_bug.cgi?id=35170
--- Comment #5 from Anastasius Focht focht@gmx.net --- Created attachment 46923 --> http://bugs.winehq.org/attachment.cgi?id=46923 good run, passes the crash location, hangs later
Hello folks,
seems really random behaviour here (race condition?) Another run which passes the location where it previously crashed. It still hangs later though.
Estimated at previous crash location (see log):
--- snip --- ... 0024:trace:mshtml:get_uri_string ret "http://127.0.0.1:46088/app/index.html#" 0024:trace:mshtml:nsURI_Equals (0x1f2e58)->(0x265bea0 0x33cb0f) 0024:trace:mshtml:nsURI_QueryInterface (0x265bea0)->(IID_nsWineURI 0x33ca88) 0024:trace:mshtml:nsURI_AddRef (0x265bea0) ref=3 0024:trace:mshtml:nsURI_Release (0x265bea0) ref=2 0024:trace:mshtml:nsURI_Release (0x265bea0) ref=1 0024:trace:ieframe:PropertyNotifySink_OnChanged (0x13ab70)->(-525) 0024:trace:mshtml:htmldoc_qi (0x1e7bd8)->(IID_IDispatch, 0x33ce44) 0024:trace:mshtml:CustomDoc_AddRef (0x1e7bd8) ref = 2 0024:trace:mshtml:DocDispatchEx_Invoke (0x1e7bd8)->(-525 {00000000-0000-0000-0000-000000000000} 2048 2 0x33ce48 0x33ce10 0x33ce24 (nil)) 0024:trace:mshtml:DocDispatchEx_Invoke DISPID_READYSTATE 0024:trace:mshtml:CustomDoc_Release (0x1e7bd8) ref = 1 0024:trace:mshtml:fire_event_obj (0x25892e0) L"readystatechange" 0024:trace:mshtml:HTMLDOMNode_AddRef (0x25892e0) ref=10 0024:trace:mshtml:HTMLDOMNode_Release (0x25892e0) ref=9 0024:trace:mshtml:nsRunnable_Release (0x259f5b0) ref=1 0024:trace:mshtml:nsRunnable_Release (0x259f5b0) ref=0 0024:trace:mshtml:HTMLDOMNode_Release (0x25892e0) ref=8 0024:trace:mshtml:HTMLDOMNode_Release (0x25892e0) ref=7 0024:trace:mshtml:start_binding (0x2534880 0x259d128 (nil)) 0024:trace:mshtml:BindStatusCallback_AddRef (0x259d128) ref = 2 ... --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=35170
--- Comment #6 from Anastasius Focht focht@gmx.net --- Created attachment 46924 --> http://bugs.winehq.org/attachment.cgi?id=46924 another run, now with a different backtrace
Hello folks,
another run, now with different backtrace. 'readystatechange' event seems to be involved in all cases.
$ WINEDEBUG=+tid,+seh,+loaddll,+process,+shdocvw,+mshtml,+ieframe wine ./install_flashplayer11x32_mssd_aaa_aih.exe >>log.txt 2>&1
Regards
https://bugs.winehq.org/show_bug.cgi?id=35170
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #7 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-5.11?
https://bugs.winehq.org/show_bug.cgi?id=35170
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED URL|http://aihdownload.adobe.co |https://web.archive.org/web |m/bin/live/install_flashpla |/20130601131459/http://aihd |yer11x32_mssd_aaa_aih.exe |ownload.adobe.com/bin/live/ | |install_flashplayer11x32_ms | |sd_aaa_aih.exe Status|NEW |RESOLVED Component|-unknown |ieframe
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
the original crash can't be reproduced anymore. Resolving 'fixed' here.
The installer still doesn't work, running into a bunch of jscript and mshtml/ieframe issues, potentially overlapping with existing unspecific mshtml/ieframe bug reports for other apps.
--- snip --- ... 018c:warn:jscript:parser_error L"}();/*@cc_on@if(@_win32&&@_jscript_version>=5)window.XMLHttpRequest||(window.XMLHttpRequest=function(){return new ActiveXObject("Microsoft.XMLHTTP")});@end@*/\n/*!\n* \file jshelper.js\n* \brief File containing general javascript extensions\n*/\n/*!\n* \class Array\n* \brief Array e"...: syntax error 018c:fixme:jscript:cc_parser_parse '&&' expression not implemented 018c:warn:jscript:script_parse parser failed around L"_jscript_version>=5)window.XMLHttpRequest||(window.XMLHttpRequest=function(){return new ActiveXObject("Microsoft.XMLHTTP")});@end@*/\n/*!\n* \file jshelper.js\n* \brief File containing general javascript extensions\n*/\n/*!\n* \class Array\n* \brief Array extension\n* \docgen funct"... in line L"\6752function mergeObjectProperties(n,t){var i;for(i in t)t.hasOwnProperty(i)&&(t[i]instanceof Array?(n[i]={},mergeObjectProperties(n[i],t[i])):n[i]=t[i]);return n}function getObjectProperties(n){var t,i;i=[];for(t in n)n.hasOwnProperty(t)&&i.push(t);return i}function saveObjectToFile(n,t"... 018c:trace:jscript:throw_error 80004001 018c:trace:jscript:set_error_location source L"\6752function mergeObjectProperties(n,t){var i;for(i in t)t.hasOwnProperty(i)&&(t[i]instanceof Array?(n[i]={},mergeObjectProperties(n[i],t[i])):n[i]=t[i]);return n}function getObjectProperties(n){var t,i;i=[];for(t in n)n.hasOwnProperty(t)&&i.push(t);return i}function saveObjectToFile(n,t"... in L"function mergeObjectProperties(n,t){var i;for(i in t)t.hasOwnProperty(i)&&(t[i]instanceof Array?(n[i]={},mergeObjectProperties(n[i],t[i])):n[i]=t[i]);return n}function getObjectProperties(n){var t,i;i=[];for(t in n)n.hasOwnProperty(t)&&i.push(t);return i}function saveObjectToFile(n,t){var"... 018c:trace:jscript:leave_script ctx 017053C0 ei 0031D290 prev 00000000 018c:warn:jscript:leave_script 80004001 018c:fixme:mshtml:ActiveScriptSite_OnScriptError (0170A028)->(01720D58) 018c:trace:jscript:JScriptError_Release (01720D58) ref=0 018c:warn:mshtml:parse_elem_text <<< 80004001 018c:trace:mshtml:dispatch_event_object (01710730) L"readystatechange" ... --- snip ---
I will create a new bug report for the next problem.
$ sha1sum install_flashplayer11x32_mssd_aaa_aih.exe a679a9e83feae5d5fb66ea5d3ef14d1603bc24ba install_flashplayer11x32_mssd_aaa_aih.exe
$ du -sh install_flashplayer11x32_mssd_aaa_aih.exe 1012K install_flashplayer11x32_mssd_aaa_aih.exe
$ wine --version wine-5.11-111-g1f6423f778
Regards
https://bugs.winehq.org/show_bug.cgi?id=35170
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.12.