http://bugs.winehq.org/show_bug.cgi?id=6505
------- Additional Comments From atrauzzi(a)gmail.com 2006-04-11 12:23 -------
How would I go about doing that? I know how to do d3d, but how do I set
traces for specific function calls?
When I'm doing the trace can I omit d3d? It might help ensure a good crash
and prevent too much slowdown.
--
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=6605
Summary: Button icons are black
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
CC: mike(a)codeweavers.com
All button icons in Delphi applications are black. Regression caused by:
d9598c383c7fec6f77f6b703141bdc879d7f5993 is first bad commit
commit d9598c383c7fec6f77f6b703141bdc879d7f5993
Author: Mike McCormack <mike at codeweavers.com>
Date: Tue Oct 31 14:31:29 2006 +0900
comctl32: Remove some more Nx1 assumptions.
--
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=5578
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jan.wine(a)zerebecki.de 2006-04-11 12:04 -------
Just retested with current git and the visual regression is now fixed.
--
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=3063
------- Additional Comments From speed47(a)speed47.net 2006-04-11 12:03 -------
I wrapped emule using a shell script, which was logging each 30 seconds the
number of leaked handles left by emule.exe, which is basically given by :
lsof -nc emule.exe | grep "identify protocol" | wc -l
Here is an example of a matching line :
emule.exe 15308 speed 277u sock 0,5 56127 can't identify protocol
The leaked handles are always sockets. I've attached two graphs that show the
number of leaked handles growing with time. The graph stops where emule stopped
working, complaining that too many files were open, and wine flooding the
console with :
fixme:winsock:NtStatusToWSAError Status code c000011f converted to DOS error code 4
118877 lines like the one above where logged before my wrapper detected the
problem and killed emule, and as it checked each 30 seconds for messages like
the one above, we can tell that we had at least ~4.000 messages per second being
printed to the console.
The second graph is a zoom of the first one, just to show that sometimes, the
number of leaked handles does go down a bit. We know have to find out why.
--
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=4051
------- Additional Comments From the3dfxdude(a)gmail.com 2006-04-11 10:34 -------
Michael, I don't know if it's possible whether arts will be fixed. Their home
page is years outdated, and I think KDE 4 is dropping it entirely. I can't find
who is maintaining it. I suggest sending the arts patch to your distro package
maintainer. The one I posted here came from slackware.
--
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=6550
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|wine-programs |wine-loader
Resolution| |FIXED
Summary|Segfault (coredump) |Segfault (coredump) from
| |stack protection
------- Additional Comments From the3dfxdude(a)gmail.com 2006-04-11 10:22 -------
Reported fixed.
--
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.