http://bugs.winehq.org/show_bug.cgi?id=12696
Summary: nsis script with a gradient background window => install window not displayed Product: Wine Version: 0.9.60 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: leohome@free.fr
If I create a nsis script that contains this line : BGGradient 000000 800000 FFFFFF (This instruction specifies the use a gradient background window) then, when I compile and run it, the install window is not displayed. There is only the gradient background window on the screen. This problem occurs under wine 0.9.60 or 0.9.59. However, it works fine with wine 0.9.54 (for example). ubuntu 7.10 32 bits nsis 2.34
http://bugs.winehq.org/show_bug.cgi?id=12696
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://nsis.sourceforge.net/ Severity|major |normal Keywords| |download, regression, source
--- Comment #1 from Lei Zhang thestig@google.com 2008-04-21 23:23:46 --- Can you run a regression test?
http://wiki.winehq.org/RegressionTesting
Not sure how many real world apps are affected, so setting severity to normal for now.
http://bugs.winehq.org/show_bug.cgi?id=12696
hugues leohome@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rob@codeweavers.com
--- Comment #2 from hugues leohome@free.fr 2008-04-22 16:06:18 --- 0.9.55: good 0.9.56: bad Here is the result of the regression test: 5209ed0c5e1f3b605b5d716896a09ebc094b8985 is first bad commit commit 5209ed0c5e1f3b605b5d716896a09ebc094b8985 Author: Rob Shearman rob@codeweavers.com Date: Fri Feb 8 12:17:10 2008 +0000
mshtml: Fix inserting a hyperlink when text is already selected.
There is no need to use cmd_insertLinkNoUI when we have the code to do most of the action anyway. Make use of the handy InsertLinkAroundSelection to insert the "a" element when not inserting at the caret and don't create a text node in this case because it is redundant.
HTH
Best regards
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #3 from hugues leohome@free.fr 2008-04-23 00:02:21 --- Excuse me but my regression test is wrong. I must do it again.
http://bugs.winehq.org/show_bug.cgi?id=12696
hugues leohome@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|rob@codeweavers.com |marcus@jet.franken.de
--- Comment #4 from hugues leohome@free.fr 2008-04-23 13:50:28 --- I ran again the regression test: I think it's good now ! 0.9.55: good 0.9.56: bad
wine-0.9.55-421-g5e19763 : bad wine-0.9.55-112-gf979134: good wine-0.9.55-168-gb579eac: good wine-0.9.55-196-g8608e89: good wine-0.9.55-210-g50dea38: good wine-0.9.55-217-g275ba25: good wine-0.9.55-221-g1f0ac37: good wine-0.9.55-223-g2ef077e: good wine-0.9.55-224-gf09f03a: good
494dd5f1fab2d69246413a4798bab6fc2bf75343 is first bad commit commit 494dd5f1fab2d69246413a4798bab6fc2bf75343 Author: Marcus Meissner marcus@jet.franken.de Date: Sun Feb 17 15:20:54 2008 +0100
dinput: Some debug output for BuildActionMap.
:040000 040000 a281194d7b243d870351697b14b3be6de954f0bc 7f4e3a3b1fbdef73082a6676c0f25fe5e59dddd0 M dlls
HTH
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #5 from Rob Shearman rob@codeweavers.com 2008-04-23 13:52:04 --- I don't think dinput should be involved with gradient backgrounds. Want to try one more time just to be sure?
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #6 from hugues leohome@free.fr 2008-04-24 00:04:35 --- OK, I will try again but it needs a little time to do it.
http://bugs.winehq.org/show_bug.cgi?id=12696
hugues leohome@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|marcus@jet.franken.de |julliard@winehq.org
--- Comment #7 from hugues leohome@free.fr 2008-04-24 16:15:58 --- Et voila : 0.9.55: good 0.9.56: bad
Here is the result of the regression test:
wine-0.9.55-225-g494dd5f: good wine-0.9.55-337-gaa284e7: good wine-0.9.55-393-gf90fcca: bad wine-0.9.55-365-g6bf0f0e: good wine-0.9.55-379-g0c4ffe4: good wine-0.9.55-386-g9f23c3f: good wine-0.9.55-389-g55165f8: bad wine-0.9.55-388-gea56370: good
55165f87cce88e6b49f2436ef0f9d7dc12e25285 is first bad commit commit 55165f87cce88e6b49f2436ef0f9d7dc12e25285 Author: Alexandre Julliard julliard@winehq.org Date: Wed Feb 20 14:41:09 2008 +0100
user32: Pass the modified SetWindowPos flags to the set_window_pos server request.
:040000 040000 3a164853989033be637a6d5cdcd5fdaa999a6b7e 209edd44358b65569641270dd383775d82741ac5 M dlls
HTH.
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #8 from hugues leohome@free.fr 2008-04-24 16:18:21 --- with julliard@winehq.org in cc
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #9 from Lei Zhang thestig@google.com 2008-04-24 16:38:57 --- duplicate of bug 11741 then?
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #10 from hugues leohome@free.fr 2008-04-24 16:53:53 --- (In reply to comment #9)
duplicate of bug 11741 then?
Yes, it is
http://bugs.winehq.org/show_bug.cgi?id=12696
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #11 from Lei Zhang thestig@google.com 2008-04-24 17:07:22 --- marking it as a dup.
*** This bug has been marked as a duplicate of bug 11741 ***
http://bugs.winehq.org/show_bug.cgi?id=12696
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Lei Zhang thestig@google.com 2008-04-24 17:07:32 --- closing dup.
http://bugs.winehq.org/show_bug.cgi?id=12696
hugues leohome@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |WONTFIX
--- Comment #13 from hugues leohome@free.fr 2008-05-02 14:45:04 --- I have tested again with wine 0.9.61: there is only the gradient background window on the screen. However, there is an improvement. If I left click on the button of the install window in the task bar, then the install window is now displayed and I can continue the install. I couldn't do this with wine 0.9.60.
kubuntu hardy heron 8.04 nsis 2.34
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #14 from Dmitry Timoshkov dmitry@codeweavers.com 2008-05-02 22:26:33 --- WONTFIX doesn't look like a proper resolution.
http://bugs.winehq.org/show_bug.cgi?id=12696
hugues leohome@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|WONTFIX | Version|0.9.60 |0.9.61.
--- Comment #15 from hugues leohome@free.fr 2008-05-03 02:32:36 --- Then, what is the status of this bug ? For me, this is a regression because it works fine with wine 0.9.55.
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #16 from Austin English austinenglish@gmail.com 2008-05-03 18:26:01 --- Can you attach the script to compile?
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #17 from hugues leohome@free.fr 2008-05-05 12:52:26 --- Created an attachment (id=12751) --> (http://bugs.winehq.org/attachment.cgi?id=12751) the file archive
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #18 from hugues leohome@free.fr 2008-05-05 12:54:38 --- Here is the comment of the previous archive. It contains: - 2 screen shots of the problem (screenshot1.png is what it actually happen when I launch the install, and screenshot2.png what it should happen) - test.nsi, the nsis script - install.exe, the compiled install
HTH
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #19 from Austin English austinenglish@gmail.com 2008-05-05 14:27:18 --- (In reply to comment #18)
Here is the comment of the previous archive. It contains:
- 2 screen shots of the problem (screenshot1.png is what it actually happen
when I launch the install, and screenshot2.png what it should happen)
- test.nsi, the nsis script
- install.exe, the compiled install
HTH
Install.exe works fine for me in git.
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #20 from hugues leohome@free.fr 2008-05-05 17:02:26 --- For me, in git (wine-0.9.61-59-ga2d5301), there is no changes: when I run the install.exe (./wine Install.exe), there is only the background windows without the install window. I must click on the button in the task bar for displaying the install window...
http://bugs.winehq.org/show_bug.cgi?id=12696
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #21 from André H. nerv@dawncrow.de 2008-12-28 12:36:23 --- Install.exe works fine for me in wine 1.1.10, ubuntu 8.10 64-Bit also works when recompiling with nsis 2.42 Think bug is fixed
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #22 from Austin English austinenglish@gmail.com 2008-12-28 17:07:02 --- hugues, can you retest?
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #23 from hugues leohome@free.fr 2009-01-10 03:25:13 --- (In reply to comment #22)
hugues, can you retest?
There is no changes: there is only the background windows without the install window. I must click on the button in the task bar for displaying the install window in order to continue the install
wine 1.1.12 kubuntu 8.04
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #24 from André H. nerv@dawncrow.de 2009-01-10 10:47:41 --- mmh, might be a KDE problem or the difference between 8.04 and 8.10
http://bugs.winehq.org/show_bug.cgi?id=12696
--- Comment #25 from André H. nerv@dawncrow.de 2009-10-30 15:38:49 --- hugues can you retest in a _clean_ wineprefix? maybe thats all... otherwise we should consider to close this bug as it works for me and Austin
http://bugs.winehq.org/show_bug.cgi?id=12696
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #26 from Alexandre Julliard julliard@winehq.org 2010-06-01 06:56:36 --- I cannot reproduce either on KDE 4.4.3. Assuming fixed.
http://bugs.winehq.org/show_bug.cgi?id=12696
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #27 from Alexandre Julliard julliard@winehq.org 2010-06-11 12:49:41 --- Closing bugs fixed in 1.2-rc3.