http://bugs.winehq.org/show_bug.cgi?id=12973
Summary: QIP: Does not work with 0.9.61, stopped working after 0.9.60 Product: Wine Version: 0.9.61. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: Benedikt.Lohmann@gmail.com
Created an attachment (id=12716) --> (http://bugs.winehq.org/attachment.cgi?id=12716) Log of the error occuring, it's pretty much the last line I think
I've just downloaded the newest Wine version, and now my QIP is not working anymore. I can see the loading screen, and then the program just ends. I've then installed 0.9.60 and voila: Everything is working fine, again. I started it using console now: See attachments for the logs.
http://bugs.winehq.org/show_bug.cgi?id=12973
Kirill K. Smirnov lich@math.spbu.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lich@math.spbu.ru
--- Comment #1 from Kirill K. Smirnov lich@math.spbu.ru 2008-05-05 11:39:20 --- Confirming
http://bugs.winehq.org/show_bug.cgi?id=12973
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Keywords| |regression
--- Comment #2 from Lei Zhang thestig@google.com 2008-05-07 20:29:28 --- Please attach a WINEDEBUG=+seh,+relay log If possible, run a regression test:
http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=12973
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Lei Zhang thestig@google.com 2008-05-07 20:29:44 --- and confirming.
http://bugs.winehq.org/show_bug.cgi?id=12973
Ivan Zahariev famzah@domainhostel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |famzah@domainhostel.com
--- Comment #4 from Ivan Zahariev famzah@domainhostel.com 2008-05-10 02:19:25 --- You can download a WINEDEBUG=+seh,+relay log at the following URL: http://www.famzah.net/bugs/wine-qip-0.9.61/trace-wine-qip.log.gz
This is made using the latest wine-1.0-rc1, running on Ubuntu 8.04, Linux 2.6.24-16-generic.
----------
Some more debug info: - [0.9.46] QIP worked for me using wine 0.9.46 under Ubuntu 7.10; when QIP was started it gave out an "Internal Program Error" at the initial login screen, I clicked "Cancel" and everything was OK then; - [0.9.59] QIP does not work for me using wine 0.9.59 under Ubuntu 8.04; when QIP is started is gives the "Internal Program Error", I click "Cancel", the program does not terminate but no longer works and its window is hidden tracelessly.
I can provide a WINEDEBUG=+seh,+relay log for wine 0.9.59 under Ubuntu 8.04 if needed. Please note that Ubuntu 7.10 runs Linux kernel 2.6.22, while Ubuntu 8.04 runs 2.6.24, if this matters.
http://bugs.winehq.org/show_bug.cgi?id=12973
Alexander Varnin fenixk19@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fenixk19@mail.ru
--- Comment #5 from Alexander Varnin fenixk19@mail.ru 2008-05-10 03:59:42 --- It works with following native windows replacements: oleaut32, shdocvw, wininet.
http://bugs.winehq.org/show_bug.cgi?id=12973
--- Comment #6 from Alexander Varnin fenixk19@mail.ru 2008-05-10 04:00:26 --- It works with following native windows replacements: oleaut32, shdocvw, wininet.
http://bugs.winehq.org/show_bug.cgi?id=12973
--- Comment #7 from Kirill K. Smirnov lich@math.spbu.ru 2008-05-11 11:18:48 --- wine-1.0-rc1: when I deleted mshtml.dll.so and mshtml.tlb.so in /usr/local/lib/wine and c:\windows\system32\mshtml.dll, it worked.
No native replacements.
http://bugs.winehq.org/show_bug.cgi?id=12973
--- Comment #8 from Austin English austinenglish@gmail.com 2008-05-11 20:17:44 --- Can you run the regression test?
http://bugs.winehq.org/show_bug.cgi?id=12973
Kirill K. Smirnov lich@math.spbu.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #9 from Kirill K. Smirnov lich@math.spbu.ru 2008-05-24 16:34:19 --- patch-culprit:
commit 98ab1a92c03c9aa28963e5cb221a7fbd137bd318 Author: Jacek Caban jacek@codeweavers.com Date: Mon Apr 21 18:21:54 2008 +0200
mshtml: Added HTMLDocument's IDispatchEx implementation.
http://bugs.winehq.org/show_bug.cgi?id=12973
--- Comment #10 from Ivan Zahariev famzah@domainhostel.com 2008-05-25 01:29:29 --- (In reply to comment #7)
wine-1.0-rc1: when I deleted mshtml.dll.so and mshtml.tlb.so in /usr/local/lib/wine and c:\windows\system32\mshtml.dll, it worked.
No native replacements.
Confirmed, this works for me too. I wonder however what else gets broken which depends on mshtml.dll :)
http://bugs.winehq.org/show_bug.cgi?id=12973
denis bonnenfant denis.bonnenfant@diderot.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |denis.bonnenfant@diderot.org
--- Comment #11 from denis bonnenfant denis.bonnenfant@diderot.org 2008-06-02 02:58:54 --- maybe a duplicate of bug 12582 ?
http://bugs.winehq.org/show_bug.cgi?id=12973
--- Comment #12 from Kirill K. Smirnov lich@math.spbu.ru 2008-06-02 05:43:13 ---
maybe a duplicate of bug 12582 ?
It looks like it is not a dupe:
1) It happens, that qip suffers from segfaults all the time I use it with wine. Before 0.9.61 qip itself successfully intercepted this faulure, displayed alert window and continued to work. But now it does not display any alert windows and does not work though.
2) Regression patches are different for this bug and bug 12582
(I did not tried proposed solution for bug 12582 yet to check it being remedy for this one.)
http://bugs.winehq.org/show_bug.cgi?id=12973
--- Comment #13 from Kirill K. Smirnov lich@math.spbu.ru 2008-06-03 07:56:22 --- Created an attachment (id=13619) --> (http://bugs.winehq.org/attachment.cgi?id=13619) Qiuck hack to make it working
In proposed hack I just removed interface IID_IDispatch from HTMLDocument
http://bugs.winehq.org/show_bug.cgi?id=12973
--- Comment #14 from Kirill K. Smirnov lich@math.spbu.ru 2008-06-03 08:49:28 --- A little more inverstigation resulted in:
qip causes fault right after it calls DispatchEx_DeleteMemberByName function. Let's see.
static HRESULT WINAPI DispatchEx_DeleteMemberByName(IDispatchEx *iface, BSTR bstrName, DWORD grfdex) { DispatchEx *This = DISPATCHEX_THIS(iface); FIXME("(%p)->(%s %x)\n", This, debugstr_w(bstrName), grfdex); return E_NOTIMPL; }
If I change retval from E_NOTIMPL to S_OK qip does not crash. So it seems qip does not check return values correctly - buggy app? What is strange that is qip passes empty line as bstrName. Or it is some kind of magic value?
http://bugs.winehq.org/show_bug.cgi?id=12973
--- Comment #15 from Kirill K. Smirnov lich@math.spbu.ru 2008-06-07 14:30:04 --- Further info:
The object HTMLDocument is queried as IDDispatch interface only and never as IDDispatchEx, but DispatchEx_DeleteMemberByName() function is specific for IDDispatchEx! And arguments passed to this function do not look like a valid params.
I've looked through mshtml/tests and did not find any IDDispatch tests.
Could someone possessing enough knowledge about this write a test? Jacek, could you, please?
http://bugs.winehq.org/show_bug.cgi?id=12973
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thesource@mail.ru
--- Comment #16 from Austin English austinenglish@gmail.com 2008-10-24 10:36:44 --- *** Bug 13817 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12973
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ad_lac@freemail.hu
--- Comment #17 from Vitaliy Margolen vitaliy@kievinfo.com 2008-10-30 20:42:00 --- *** Bug 15771 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12973
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arethusa26@gmail.com
--- Comment #18 from Andrew Nguyen arethusa26@gmail.com 2008-11-26 15:24:05 --- *** Bug 16064 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12973
--- Comment #19 from Andrey Yeltsin gutierrez@nigma.ru 2009-04-02 03:56:52 --- Created an attachment (id=20264) --> (http://bugs.winehq.org/attachment.cgi?id=20264) Wine console output - error log
I hope, this will be usefull
http://bugs.winehq.org/show_bug.cgi?id=12973
Andrey Yeltsin gutierrez@nigma.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gutierrez@nigma.ru
--- Comment #20 from Andrey Yeltsin gutierrez@nigma.ru 2009-04-02 04:18:07 --- I attached my error log. I'm using Ubuntu 8.10 and wine 1.0.1
Hacked from comment 7 helped me, but will other programs work without this dll?
http://bugs.winehq.org/show_bug.cgi?id=12973
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #20264|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=12973
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|QIP: Does not work with |QIP: Does not work |0.9.61, stopped working | |after 0.9.60 |
http://bugs.winehq.org/show_bug.cgi?id=12973
John Haywards normandy@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |normandy@web.de
--- Comment #21 from John Haywards normandy@web.de 2009-06-07 14:43:31 --- I can confirm this bug for MicroSoft FlightSimulator 9 (2004). It is not able to display it's html-menus and crashes. Renaming "mshtml.dll.so" and "mshtml.tlb.so" in "lib/wine" and "system32\mshtml.dll" makes the app starting now. Clicking around still makes it crash. The "Qiuck hach" above did not help.
http://bugs.winehq.org/show_bug.cgi?id=12973
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mshtml
http://bugs.winehq.org/show_bug.cgi?id=12973
--- Comment #22 from Andrew Nguyen arethusa26@gmail.com 2009-12-16 03:41:18 --- The issue persists in wine-1.1.34-469-g33a1934.
http://bugs.winehq.org/show_bug.cgi?id=12973
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ahso47@yahoo.com
--- Comment #23 from Austin English austinenglish@gmail.com 2009-12-16 11:24:21 --- *** Bug 20706 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12973
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani@redhat.com
--- Comment #24 from Michael Stefaniuc mstefani@redhat.com 2010-06-11 14:20:17 --- Is this still an issue? A regression bug 22888 affecting QIP was fixed in wine-1.2-rc3 but there QIP works just fine; there is no crash on start.
http://bugs.winehq.org/show_bug.cgi?id=12973
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #25 from Jacek Caban jacek@codeweavers.com 2010-06-21 11:32:07 --- Fixed by 2c354b8bbbd4f59962673894caa8f188cc682eca
http://bugs.winehq.org/show_bug.cgi?id=12973
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #26 from Alexandre Julliard julliard@winehq.org 2010-06-25 12:40:34 --- Closing bugs fixed in 1.2-rc5.