http://bugs.winehq.com/show_bug.cgi?id=1530
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:44 -------
Resolving invalid, this function is only useful for increasing efficiency on SMP
systems by avoiding a call to WaitForSingleObject. It makes no difference on
uniprocessor systems, and is useful only for locks that experience high levels
of contention.
If anything, I'd say this fixme should be turned into a comment. The amount of
spew it generates can be large, and I can't see it being implemented anytime
soon, there are too many more important things.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:35 -------
Hi Ed, could you try this patch please?
--- olefont.c.old 2003-06-20 11:33:06.000000000 +0100
+++ olefont.c 2003-06-20 11:33:11.000000000 +0100
@@ -304,10 +304,11 @@
if (ppvObj==0)
return E_POINTER;
- *ppvObj = 0;
-
if (lpFontDesc == 0)
return NO_ERROR; /* MSDN Oct 2001 */
+
+ *ppvObj = 0;
+
/*
* Try to construct a new instance of the class.
Apply it with `patch -p0 </path/to/patch` in the wine/dlls/oleaut32 directory.
See if that fixes the problem.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:51 -------
can you run it again with --debugmsg +ole,+relay this time?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=96
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:43 -------
partially true.
you sometimes cannot drop in windows dlls though, for instance
our ddraw.dll could not work with windows gdi.
but review might be possible and needed
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=15
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:37 -------
judging from last comment it is fixed, so why is the bug "reopened"?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1530
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:35 -------
this is not a bugreport?
what is broken?
these messages do not point to brokenness as is.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1532
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|fixme:win32:SetCriticalSecti|fixme:win32:SetCriticalSecti
|onSpinCount |onSpinCount
|critsection=0xa9165c0: |critsection=0xa9165c0:
|spincount=4000 not supported|spincount=4000 not
|fixme:win32:SetCriticalSecti|supportedfixme:win32:SetCrit
|onSpinCount |icalSectionSpinCount
|critsection=0xa9165e0: |critsection=0xa9165e0:
|spincount=100 not supported |spincount=100 not
|fixme:win32:SetCriticalSecti|supportedfixme:win32:SetCrit
|onSpinCount |icalSectionSpinCount
|critsection=0x412f00b0: |critsection=0x412f00b0:
Summary|spincount=4000 not supported|spincount=4000 not supported
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:34 -------
these are harmless and probably not root of the problem.
does xilinx 5.1 have a problem?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:30 -------
please rerun --debugmsg +relay and post the 200 lines before it starts the
debugger (or attach thge last 2000 lines bzipped)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.