http://bugs.winehq.org/show_bug.cgi?id=4804
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:15 -------
Closing Duplicate.
--
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=4798
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:15 -------
Closing Duplicate.
--
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=4793
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:14 -------
Closing Duplicate.
--
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=4789
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:14 -------
Closing duplicate.
--
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=4777
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:12 -------
Closing Duplicate.
--
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=4766
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:11 -------
Closing Duplicate.
--
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=4761
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-05 16:09 -------
Closing Duplicate.
--
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=5182
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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=5161
------- Additional Comments From molle.bestefich(a)gmail.com 2006-04-05 07:37 -------
Added debug fprintf's to xorg-server/dix/dispatch.c:
--- dispatch.c.orig
+++ dispatch.c
@@ -1483,2 +1483,3 @@
client->errorValue = 0;
+ fprintf(stderr, "failed width: %d, or height: %d", stuff->width,
stuff->height);
return BadValue;
@@ -1509,2 +1510,3 @@
client->errorValue = stuff->depth;
+ fprintf(stderr, "failed depth: %d", stuff->depth);
return BadValue;
Those produced the following output:
failed width: 0, or height: 0
failed width: 20, or height: 0
failed width: 20, or height: 0
failed width: 6, or height: 0
failed width: 0, or height: 0
failed width: 0, or height: 19
failed width: 0, or height: 19
failed width: 0, or height: 0
failed width: 20, or height: 0
failed width: 19, or height: 0
failed width: 0, or height: 0
failed width: 0, or height: 19
failed width: 0, or height: 19
failed width: 0, or height: 0
failed width: 20, or height: 0
failed width: 20, or height: 0
failed width: 15, or height: 0
failed width: 0, or height: 0
failed width: 0, or height: 19
failed width: 0, or height: 19
failed width: 0, or height: 0
failed width: 20, or height: 0
failed width: 18, or height: 0
failed width: 0, or height: 0
failed width: 0, or height: 19
failed width: 0, or height: 19
I'm unable to synchronize the above with the trace output from Wine, though.
(Had this been on Windows, I would've just used OutputDebugString and
DebugView and be done with it..)
A reasonable assumption would be that the last BadValue failure corresponds to
the one that's making X give up on Trillian.
The values seem completely off, though...
--
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.