http://bugs.winehq.org/show_bug.cgi?id=2813
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-06-04 11:49 -------
I think that with a current CVS the last 50 lines of a trace of the edit channel
(with a backtrace bt) would help. (Make sure you back out any applied patch first.)
We might want to add some more traces in EDIT_EM_ReplaceSel()to find out where
exactly it is going.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
Summary: Date Time Picker Incorrect
Product: Wine
Version: 20050310
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmay(a)ou.edu
The Weather scope program:
http://sdg.ocs.ou.edu/builds/final/win/WeatherScope/WeatherScope-1.2.1.exe
uses the date time picker (DTP) to set the date and time for weather data being
viewed in the program. The date can be set by right clicking the date in the
upper left and selecting "date".
When I do this under Wine, the control shows two boxes with the current time as
opposed to one with the time and one with the date under windows. Also, neither
box has up and down arrows for changing the date/time as appear under windows.
Instead, I can click the spot where the arrows should be and both boxes give a
dropdown calendar for picking the date, even though this is meaningless for the
time box.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From burnus(a)gmx.de 2005-06-04 10:33 -------
Ok, I updated to just before the edit.c patch, added the painter.c fix
(http://cvs.winehq.org/patch.py?id=16456) and compiled.
Result: Origin6 works, i.e. the endless-loop bug is already fixed :-)
Now, I updated edit.c from 1.18 to 1.19 by a cvs update -Pd
-D2005.02.25.14.00.00 (edit.c being the only change) and recompiled.
Result: Origin6 crashes with a memory access error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-06-04 09:48 -------
Good work. It looks like it is the edit.c patch by Lauri Tulmin that is the real
problem with current cvs.
Could you try this:
Update cvs to 2005.02.25.13.59.30 and apply this patch
http://www.winehq.org/hypermail/wine-cvs/2005/03/0097.html
The date of this patch is Mon Mar 07 2005 - 05:06:30 CST and should fix the
endless loop. This patch went into CVS after the dlls/user/edit.c patch by Lauri
Tulmin. If that works, then just be be sure update cvs to after the edit.c patch.
cvs -q up -PdA -D2005.02.25.14.00.00
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From burnus(a)gmx.de 2005-06-04 09:24 -------
Remark to the painter.c problem: Marcus Meissner mentions that he had the same
problem which was solved in a recent CVS version.
As soon as it doesn't crash with the current CVS version, I'll it again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
------- Additional Comments From burnus(a)gmx.de 2005-06-04 09:02 -------
Ok, traced down the other regression.
Without the following patch, Origin works nicely. With that patch, the main
window comes up (empty or with menubar) and then the CPU consumes 100% - the
background of that window is not painted.
I don't know whether there are more regressions besides the ones caused by (a)
painting.c and (b) edit.c, but (a) causes Origin not to work and (b) causes a
crash which makes it hard to test for regressions inbetween or afterwards.
http://www.winehq.org/hypermail/wine-cvs/2005/02/0498.html
Changes by: julliard(a)wine.codeweavers.com 2005/02/24 13:42:08
Modified files:
dlls/user : painting.c
Log message:
Repaint the non-client area to work around broken WM_PAINT handlers
also when doing a synchronous update with RDW_UPDATENOW.
Patch: http://cvs.winehq.org/patch.py?id=16316
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2855
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-05-04 18:08 -------
*** Bug 2856 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.