http://bugs.winehq.org/show_bug.cgi?id=3930
--- Comment #39 from Wylda <wylda(a)volny.cz> 2010-06-19 23:26:10 ---
Still present in wine-1.2-rc4. To work around the startup black screen i have
to disable alsa in winecfg.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3542
--- Comment #40 from Wylda <wylda(a)volny.cz> 2010-06-19 21:36:09 ---
Still present in wine-1.2-rc4.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1719
--- Comment #20 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2010-06-19 21:29:14 ---
I tested the same behaviour on the top level window for winefile, and found
that it forced the size the same way as for the MDI window. It also set the
position of the window to -32000,-32000 but that is likely a result of the task
bar being used since windows 95.
Also note that icons with transparency don't seem to have their background
being erased before being drawn. Of course this is the scrambled window effect
that was pointed out, which my previous patch does not address.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8351
EA Durbin <ead1234(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |23271
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8351
--- Comment #23 from EA Durbin <ead1234(a)hotmail.com> 2010-06-19 20:57:09 ---
(In reply to comment #22)
> This is your friendly reminder that there has been no bug activity for 6
> months. Is this still an issue in current (1.1.43 or newer) wine?
Regression in installer still present in wine 1.2-rc4, filing bug now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1719
Dylan Smith <dylan.ah.smith(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
CC| |dylan.ah.smith(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1719
--- Comment #19 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2010-06-19 20:42:14 ---
Created an attachment (id=28994)
--> (http://bugs.winehq.org/attachment.cgi?id=28994)
user32: Prevent resize of icon title from SetWindowPos
Attached is my proposed fix for the bug based on my analysis.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1719
--- Comment #18 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2010-06-19 20:40:56 ---
Created an attachment (id=28993)
--> (http://bugs.winehq.org/attachment.cgi?id=28993)
Modified winefile for debugging the bug
The delphi application seem to be responding the WM_SIZE message in the child
window. They seem to get the normal window rect with GetWindowPlacement, then
for some reason use SetWindowPos on the just minimized window to resize it to
the previous size.
The attached patch modifies winefile for debugging. Specifically it reproduces
the bug in winefile by using SetWindowPos on WM_SIZE when the window is
minimized, and prints the messages received during the SetWindowPos call (and
dumping some interesting structures in the messages).
I found that WM_WINDOWPOSCHANGING was being sent with the proposed new size,
but this size was fixed before WM_NCCALCSIZE was sent to the window. I also
tried returning 0 without calling the DefWindowProc on WM_WINDOWPOSCHANGING to
make sure that DefWindowProc didn't make the change. This implies that
SetWindowPos fixes the value after sending WM_WINDOWPOSCHANGING in user32.
(Side note: I noticed that WM_GETMINMAXINFO sent from DefWindowProc on Windows
had the ptReserved equal to the fixed size of an icon title, but wine seems to
set this to the window rect's current top left position, but this isn't
relevant for this bug.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4490
--- Comment #28 from James McKenzie <jjmckenzie51(a)earthlink.net> 2010-06-19 20:38:24 ---
Installing IE6 through winetricks brings up the program to the login screen.
Also, the AIM item appears on the Wine System Tray.
Since I don't have an AIM account, I cannot test further.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4490
James McKenzie <jjmckenzie51(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jjmckenzie51(a)earthlink.net
--- Comment #27 from James McKenzie <jjmckenzie51(a)earthlink.net> 2010-06-19 20:13:51 ---
Received the following after pressing the Cntl+C key a second time:
err:seh:raise_exception Unhandled exception code c000013a flags 0 addr
0x98825b2e
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.