http://bugs.winehq.org/show_bug.cgi?id=3225
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-patches |wine-kernel
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4912
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Component|wine-patches |wine-misc
Keywords| |regression
--- Comment #6 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-22 12:34:07 ---
Closing fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5496
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Component|wine-patches |wine-misc
Keywords| |patch
--- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-22 12:32:34 ---
Closing fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6060
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Component|wine-patches |wine-tools
Keywords| |patch
OS/Version|Windows XP |other
--- Comment #4 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-22 12:29:42 ---
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6246
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Component|wine-patches |wine-dbghelp
--- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-22 12:28:09 ---
Closing fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7831
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-patches |wine-user
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6399
Andrey Turkin <andrey.turkin(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrey.turkin(a)gmail.com
--- Comment #5 from Andrey Turkin <andrey.turkin(a)gmail.com> 2007-12-22 12:24:33 ---
The program is buggy; instead of
CPen *old = (CPen *)memDC.SelectObject(pen);
there must be
CPen *old = memDC.SelectObject(&pen);
Thanks to C++ polymorphism such small typo made almost bare SelectObject call
instead of MFC-wrapped CPen-aware call. old variable gets initialized with old
pen object ID, which then will be used as pointer to CPen. On Windows (in my
test anyway) old (default) pen ID is 0x1B00017, which points in middle of some
zero-filled memory block so this error was unnoticed. On Wine it is 0x60 hence
crash.
I doubt we should tune IDs and provide memory maps to work this around, unless
there are many such programs with same problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9051
Sascha Silbe <sascha-web-bugs.winehq.org(a)silbe.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sascha-web-
| |bugs.winehq.org(a)silbe.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5828
Ken <ken69267(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ken69267(a)gmail.com
--- Comment #36 from Ken <ken69267(a)gmail.com> 2007-12-22 11:48:32 ---
The patch doesn't seem to apply completely or compile anymore with the latest
git (.51 or later). Compiling seems to error out on mouse.c.
It would be very appreciated if you could fix these cursor patches!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3797
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Wine-Rebar |wine-comctl32
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.