http://bugs.winehq.org/show_bug.cgi?id=18247
Summary: PS7 -> open Dialogs -> Content not painted Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: h.huenteler@web.de
Tested versions: openSuse 11.1 with wine 1.1.9 and KDE 4.2.2 Fedora 10 with wine 1.1.15 and Gnome/LXDE
until some weeks (don't know the latest version when it works) the content of dialogs isn't painted (the previous content from the underlying frame is shown).
File -> open File ... WORKS
but, here in german with the possible translation, it doesn't work german: Datei -> Automatisieren -> Stapelverarbeitung englsh?: File -> automate -> batch processing there are some other with the same problem ...
the same problem, but a little bit other than before, are the dialogs about layers, navigator, actions and so on ... they are paited, but you can't activate any of the components in it ...
No Log-File, but it seems to me, that there is a loop with following output: fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0) fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0)
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #1 from Austin English austinenglish@gmail.com 2009-04-27 18:26:36 --- Run a regression test: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=18247
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias|Windows_not_painted | Component|gdi32 |-unknown Version|unspecified |1.1.15
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #2 from Hardy h.huenteler@web.de 2009-05-02 16:39:24 --- Hello,
i've downgraded my Fedora to wine 1.1.7-1 and with this version all seems to be OK.
greetings, Hardy
http://bugs.winehq.org/show_bug.cgi?id=18247
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-03 05:30:35 --- Please post the results of the requested regression test.
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #4 from Hardy h.huenteler@web.de 2009-05-07 15:46:54 --- Hey,
it would be nice to know, that i have to make the regression test ...
a simple:
@Hardy (or any other name)
in front of the tip of a regression test would have told me, that i'm the one to do this ...
I have only done a test with the 1.1.7 version because nothing else happens, not because i've known that this is my part.
That should only be a hint for more responses ...
Greetings, Hardy
P.S.: i hope to be able to post some news tomorrow ... i'm now compiling ...
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #5 from Hardy h.huenteler@web.de 2009-05-07 15:48:24 --- Before i compile, the hint of some bugs(?) before starting:
configure: libGLU development files not found, GLU won't be supported. configure: libhal development files not found, no dynamic device support. configure: libgnutls development files not found, no schannel support. configure: lib(n)curses development files not found, curses won't be supported. configure: libsane development files not found, scanners won't be supported. configure: liblcms development files not found, Color Management won't be supported. configure: libcapi20 development files not found, ISDN won't be supported. configure: libcups development files not found, CUPS won't be supported. configure: libldap (OpenLDAP) development files not found, LDAP won't be supported.
configure: Finished. Do 'make depend && make' to compile Wine.
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #6 from Austin English austinenglish@gmail.com 2009-05-07 16:07:41 --- (In reply to comment #4)
Hey,
it would be nice to know, that i have to make the regression test ...
a simple:
@Hardy (or any other name)
You're the reporter of the bug. The bug report page says to run the regression test *before* reporting the bug...
(In reply to comment #5)
Before i compile, the hint of some bugs(?) before starting:
configure: libGLU development files not found, GLU won't be supported. configure: libhal development files not found, no dynamic device support. configure: libgnutls development files not found, no schannel support. configure: lib(n)curses development files not found, curses won't be supported. configure: libsane development files not found, scanners won't be supported. configure: liblcms development files not found, Color Management won't be supported. configure: libcapi20 development files not found, ISDN won't be supported. configure: libcups development files not found, CUPS won't be supported. configure: libldap (OpenLDAP) development files not found, LDAP won't be supported.
configure: Finished. Do 'make depend && make' to compile Wine.
try ./configure --verbose for better hints.
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #7 from Hardy h.huenteler@web.de 2009-05-09 00:38:55 --- (In reply to comment #6)
You're all doing a good job and i respect it!!! But: "Run a regression test:" could mean
I run a regression test or You should run a regression test (bug-reporter)
Nonetheless i have found all dependencies (but not capi20) and the regression test ist running
Thank you all, Hardy
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #8 from Hardy h.huenteler@web.de 2009-05-09 02:20:56 --- And the result is:
Bisecting: 0 revisions left to test after this [a971489dd075e5c39c26aa958b1f3683a1f70b95] msimtf: Add a mostly wrapper stub for IActiveIMMApp.
I hope it will help, greetings, Hardy
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #9 from Paul Romanyszyn pgr@arcelectronicsinc.com 2009-05-09 08:37:33 --- You are almost finished but you need to do it one more time to get to the "is first bad commit" http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #10 from Austin English austinenglish@gmail.com 2009-05-09 17:16:25 --- (In reply to comment #7)
(In reply to comment #6)
You're all doing a good job and i respect it!!! But: "Run a regression test:" could mean
I run a regression test or You should run a regression test (bug-reporter)
I'm not the reporter, and I don't have the application
It doesn't matter WHO, but SOMEONE needs to run the regression test.
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #11 from Hardy h.huenteler@web.de 2009-05-14 15:37:40 --- Sorry, thats my fault ...
a971489dd075e5c39c26aa958b1f3683a1f70b95 is first bad commit commit a971489dd075e5c39c26aa958b1f3683a1f70b95 Author: Aric Stewart aric@codeweavers.com Date: Mon Nov 3 10:14:43 2008 -0600
msimtf: Add a mostly wrapper stub for IActiveIMMApp.
:040000 040000 63d9a6081db8981d72f629af38136eaedb24ee17 6d94577d69fa143f0911de5fa1336c4d6c698d63 M dlls
Hope it will help (my first compilation under Linux) Greetings, Hardy
P.S.: a realy good thing this regression test!!!
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #12 from Hardy h.huenteler@web.de 2009-05-14 15:50:52 --- Hello,
one question left: after this weekend, i'm three weeks in hollydays ... will there come something that i have to test???
Hardy
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #13 from Austin English austinenglish@gmail.com 2009-05-16 14:24:41 --- Does reverting that patch fix it?
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #14 from Hardy h.huenteler@web.de 2009-05-16 15:27:04 --- Should i do something?
http://bugs.winehq.org/show_bug.cgi?id=18247
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.fileplanet.com/5 | |9113/50000/fileinfo/Adobe-P | |hotoshop-7.0-Trial---Win32 CC| |kennybobs@o2.co.uk Severity|enhancement |normal
--- Comment #15 from Ken Sharp kennybobs@o2.co.uk 2009-05-23 21:24:25 --- You need to revert that commit to see if it fixes the problem, to confirm the regression.
http://bugs.winehq.org/show_bug.cgi?id=18247
Mats Ahlgren ahlgren@mit.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ahlgren@mit.edu
--- Comment #16 from Mats Ahlgren ahlgren@mit.edu 2009-06-26 21:49:57 --- Confirmed in wine 1.1.21 from debian testing.
http://bugs.winehq.org/show_bug.cgi?id=18247
Andrew Eikum aeikum@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com
--- Comment #17 from Andrew Eikum aeikum@codeweavers.com 2010-01-11 12:41:21 --- I can't reproduce this with 1.1.36 and Photoshop 7.0.1. Can someone who confirmed this before retest? If this bug is still present, can you give more specific instructions about how to reproduce it?
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #18 from Hardy h.huenteler@web.de 2010-01-11 14:23:55 --- Hi, i'm here ;-)
i've tested 1.1.32 with Fedora (PS 7.0) and is always the same: After starting PS all seem looking ok, but you can't change something like the brushes (Tools/Werkzeuge, Actions ...) all whats comming in an inner-Dialog(?)
If you accept the challenge, i will support you!
The last compiling of 1.1.7 (which works fine) will have some foreseeable problems with moving libs ... :-(
If you realy need it, i can send you the 7.0 version ...
Thank you very much for your help, Hardy
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #19 from Andrew Eikum aeikum@codeweavers.com 2010-01-11 14:32:11 --- Can you please be very specific in explaining how to recreate this bug and exactly what the bug is? Attaching a screenshot would also be helpful.
First, you open Photoshop. Then...?
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #20 from Hardy h.huenteler@web.de 2010-01-11 14:47:47 --- Created an attachment (id=25676) --> (http://bugs.winehq.org/attachment.cgi?id=25676) Thats wine 1.1.7 and is OK
You can see, that the Action "Triton" is selected ...
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #21 from Hardy h.huenteler@web.de 2010-01-11 14:50:35 --- Created an attachment (id=25677) --> (http://bugs.winehq.org/attachment.cgi?id=25677) The brush is the same as selected before, but i can't change it. And i can't change the action to "Triton"
This is how it doesn't work, because i can't change any of the selections ...
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #22 from Hardy h.huenteler@web.de 2010-01-11 14:50:58 --- I hope it helps ...
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #23 from Andrew Eikum aeikum@codeweavers.com 2010-01-11 15:28:31 --- Thanks for the screenshots. I checked out wine-1.1.32 and was unfortunately unable to reproduce the problem on my computer.
I'm guessing that your problem is a stale WINEPREFIX. Try installing Photoshop into a clean WINEPREFIX and seeing if the bug is still there. Here's a quick how-to.
[aeikum@aeikum ~]$ mkdir new_wine [aeikum@aeikum ~]$ WINEPREFIX=$HOME/new_wine wine /path/to/photoshop/installer.exe [aeikum@aeikum ~]$ WINEPREFIX=$HOME/new_wine wine ~/new_wine/drive_c/Program\ Files/Adobe/Photoshop\ 7.0/Photoshop.exe
If the bug is still there, then you can try upgrading to 1.1.36 and re-installing again. I am not familiar with Fedora, so you will have to figure out how to install 1.1.36 on your own. If it's not available from your package manager, you will have to compile it yourself. Run ./tools/wineinstall or see README for more information.
If the bug is not there in 1.1.36, great, we can close this bug since it's been fixed. If the problem is still there, then there's a problem with Fedora or your computer (maybe German locale does it?) and will take a fair bit of work to investigate. But hopefully it's just problems from a stale WINEPREFIX and your new installation will work fine.
Good luck.
http://bugs.winehq.org/show_bug.cgi?id=18247
--- Comment #24 from Hardy h.huenteler@web.de 2010-01-11 15:49:00 --- I'm sorry, but i'm going to sleep ...
Tommorow i have something to do, so i can't pledge you some informations, but i will do my very best, that you have the informations you need, latest on Wednesday ...
thank you for your help! Hardy
http://bugs.winehq.org/show_bug.cgi?id=18247
Hardy h.huenteler@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #25 from Hardy h.huenteler@web.de 2010-01-13 09:38:54 --- Hello Andrew,
i've installed PS7 in the directory new_wine as you have posted before ... All seems all right and is locking ok!!
I think this bug can be closed, thank you for your help, Hardy
http://bugs.winehq.org/show_bug.cgi?id=18247
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID
--- Comment #26 from Nikolay Sivov bunglehead@gmail.com 2010-01-13 09:50:46 --- Invalid.
http://bugs.winehq.org/show_bug.cgi?id=18247
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #27 from Nikolay Sivov bunglehead@gmail.com 2010-01-13 09:50:59 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=18247
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED Resolution|INVALID |FIXED
--- Comment #28 from Nikolay Sivov bunglehead@gmail.com 2010-01-13 09:54:01 --- Oh, sorry. I thought it's a kind of recent bug not tested with clean prefix. Changing to FIXED.
http://bugs.winehq.org/show_bug.cgi?id=18247
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID
--- Comment #29 from Nikolay Sivov bunglehead@gmail.com 2010-01-14 10:09:57 --- Apparently dirty prefix was an initial problem. Thanks, Andrew.
http://bugs.winehq.org/show_bug.cgi?id=18247
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #30 from Nikolay Sivov bunglehead@gmail.com 2010-01-14 10:10:11 --- Closing.