Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16420 - Wine doesn't start any app with XFree 4.2.99.902
Summary: Wine doesn't start any app with XFree 4.2.99.902
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 16267
Blocks:
  Show dependency tree
 
Reported: 2003-02-26 14:53 UTC by Michele Balistreri (RETIRED)
Modified: 2003-04-16 09:46 UTC (History)
7 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
test.c (test.c,490 bytes, text/plain)
2003-02-28 11:13 UTC, Stefan Jones (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Balistreri (RETIRED) gentoo-dev 2003-02-26 14:53:41 UTC
I just updated to XFree 4.2.99.902 (i was using 4.2.99.4) and wine doesn't start 
app anymore, giving this error message: 
 
XIO:  fatal IO error 0 (Success) on X server ":0.0" 
      after 175 requests (175 known processed) with 0 events remaining. 
 
It's a strange error, it take succes as an error or i'm in wrong? 175 is a variable 
number, it depends in which application you try to run (in this case winmx) 
I tried to recompile wine, it makes no effects. I'm using wine 20030115. 

Reproducible: Always
Steps to Reproduce:
1. Install XFree86 4.2.99.902 
2. Install Wine (in this case, 20030115) 
 
Actual Results:  
Wine can't start any app 

Expected Results:  
Start them ;P
Comment 1 SpanKY gentoo-dev 2003-02-26 17:10:42 UTC
what version of glibc 
Comment 2 Stefan Jones (RETIRED) gentoo-dev 2003-02-26 17:25:43 UTC
see the same problem with the vmware startup errors, I guess they are linked.
Comment 3 Michele Balistreri (RETIRED) gentoo-dev 2003-02-26 17:46:15 UTC
glibc 2.3.2_pre1 
Comment 4 SpanKY gentoo-dev 2003-02-26 17:48:01 UTC

*** This bug has been marked as a duplicate of 16267 ***
Comment 5 Michele Balistreri (RETIRED) gentoo-dev 2003-02-26 17:57:09 UTC
If i remember well, i used it with glibc 2.3.2_pre1 before X recompilation (upgrade) 
Comment 6 SpanKY gentoo-dev 2003-02-26 20:57:52 UTC
time to patch 
Comment 7 Stefan Jones (RETIRED) gentoo-dev 2003-02-28 11:13:02 UTC
Created attachment 8822 [details]
test.c

to compile run:
$ gcc -o test test.c  -I/usr/X11R6/include -L/usr/X11R6/lib -lX11
$ ./test
XIO:  fatal IO error 0 (Success) on X server "localhost:10.0"
      after 7 requests (7 known processed) with 0 events remaining.

If you read the source you may understand the cause of the problem.

This is exacally what wine does, just simplified. It is the cause of the Xfree
error with glibc-2.3.2.

The wine ppl are working as I type!

Stefan
Comment 8 Troy Dack 2003-03-18 17:45:48 UTC
Bouncing back to bug-wranglers because:

a) This really isn't my area of expertise
b) I've limited 'net connectivity for the next couple of weeks and the 1.4 release cycle is in full swing.
Comment 9 Martin Holzer (RETIRED) gentoo-dev 2003-03-31 14:34:45 UTC
*** Bug 18548 has been marked as a duplicate of this bug. ***
Comment 10 Seemant Kulleen (RETIRED) gentoo-dev 2003-04-16 02:28:28 UTC
brain, is this still an issue?
Comment 11 Michele Balistreri (RETIRED) gentoo-dev 2003-04-16 08:38:10 UTC
no, lastest wine (20030411 at the moment) works well with glibc 2.3.2 
Comment 12 Seemant Kulleen (RETIRED) gentoo-dev 2003-04-16 09:46:37 UTC
closing then.