http://bugs.winehq.org/show_bug.cgi?id=7051
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:09 ---
Closing bugs fixed in 1.1.6.
--
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=6382
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:08 ---
Closing bugs fixed in 1.1.6.
--
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=6253
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:06 ---
Closing bugs fixed in 1.1.6.
--
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=5145
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:06 ---
Closing bugs fixed in 1.1.6.
--
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=5008
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:04 ---
Closing bugs fixed in 1.1.6.
--
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=3915
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:02 ---
Closing bugs fixed in 1.1.6.
--
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=3875
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:02 ---
Closing bugs fixed in 1.1.6.
--
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=2122
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-10 10:08:00 ---
Closing bugs fixed in 1.1.6.
--
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=6971
--- Comment #182 from Tobias Jakobi <liquid.acid(a)gmx.net> 2008-10-10 09:07:27 ---
I think some time ago all DGA (and DGA2) support was ripped out of the wine
source.
I don't know why this happened, but since DGA is now considered deprecated
anyway I don't think any of this code will return. Most likely the input issues
are finally fixed when XInput2 hits the road. However this is still going to
take some time.
Can anyone (from the input devs) comment on the DGA "story"?
--
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=3756
Andrey Turkin <andrey.turkin(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrey.turkin(a)gmail.com
--- Comment #12 from Andrey Turkin <andrey.turkin(a)gmail.com> 2008-10-10 03:39:11 ---
(In reply to comment #8)
> CoTaskMemAlloc/Free do not use the same heap as the CRT.
> They use a dedicated heap created on your behalf when the OLE DLL loads.
No, on Windows these use system heap - the one returned by GetProcessHeap(). On
Wine they do the same.
> First, on the SysAllocString and SysFreeString, they are just convenience
> functions to CoTaskMemAlloc and CoTaskMemFree.
Sort of true :)
The culprit is probably BSTR caching; SysXxxString does not always allocate or
free memory for BSTRs so double frees would probably be caught by these
functions and silently discarded (I think checked oleaut32 version would cry
out loudly on such thing). See http://support.microsoft.com/kb/139071 for some
info and way to disable caching. Please try if disabling the cache will make
this app crash on Windows
--
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.