http://bugs.winehq.com/show_bug.cgi?id=1110
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|INVALID |
--
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=1575
------- Additional Comments From Speeddymon(a)yahoo.com 2003-07-07 10:12 -------
Reporter, please also make sure you are using the most recent wine snapshot
(wine-20030618) which can be downloaded using the Source link in the Download
section of the winehq.com website.
--
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=1575
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Protocol error:0x807be48: |Protocol error:0x807be48:
|bad wait fd |bad wait fd
------- Additional Comments From Speeddymon(a)yahoo.com 2003-07-07 10:10 -------
Code notes (server/thread.c):
DECL_HANDLER(init_thread)
{
[-snip-]
int wait_fd = thread_get_inflight_fd( current, req->wait_fd );
[-snip-]
if (wait_fd == -1)
{
fatal_protocol_error( current, "bad wait fd\n" );
goto error;
}
[-snip-]
}
So thread_get_inflight_fd is returning -1 is his case.. but why..?
/* get an inflight fd and purge it from the list */
/* the fd must be closed when no longer used */
int thread_get_inflight_fd( struct thread *thread, int client )
{
int i, ret;
if (client == -1) return -1;
-----something is probably failing between here-----
| do
| {
| for (i = 0; i < MAX_INFLIGHT_FDS; i++)
| {
| if (thread->inflight[i].client == client)
| {
| ret = thread->inflight[i].server;
| thread->inflight[i].server = thread->inflight[i].client = -1;
| return ret;
| }
| }
| } while (!receive_fd( thread->process )); /* in case it is still in the
socket buffer */
-----and here-----
return -1;
}
and so it returns -1. If it doesnt make it to the loop then the client is bad?
Could someone add a trace in between the client == -1 line and the start of the
loop and attach the diff (along with instructions on how to proceed) here?
--
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=1110
------- Additional Comments From l30w(a)hotmail.com 2003-07-07 05:21 -------
I just installed 20030618 in my slackware box, and the bug stills there like
Z_God says.
This bug is not invalid, please, reopen bug.
My wine installation is not using any windoze dll's.
thx
--
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=1567
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)theoretic.com 2003-07-07 04:31 -------
Confirming then.
--
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=1562
------- Additional Comments From mike(a)theoretic.com 2003-07-07 04:30 -------
Could you attach a test case EXE? Just a simple program with the offending edit
mask configuration will do.
--
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=1575
Summary: Protocol error:0x807be48: bad wait fd
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: chiitenshi(a)yahoo.com
Protocol error:0x807be48: bad wait fd is all i get whenever i try to start
wnything with wine
--
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=52
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://msdn.microsoft.com/li
| |brary/default.asp?url=/libra
| |ry/en-
| |us/gdi/pantdraw_4i5h.asp
------- Additional Comments From Speeddymon(a)yahoo.com 2003-06-07 17:41 -------
Adding link to MSDN doc for easier reference and reading
--
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=129
------- Additional Comments From Speeddymon(a)yahoo.com 2003-06-07 17:28 -------
I seem to remember testing this one out a while back and not seeing the
problem, but I could be wrong.. Anyone mind checking it out for me and letting
me know the results..
--
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.