http://bugs.winehq.com/show_bug.cgi?id=1650
Summary: Weird Error message "fatal IO error 0 (Success) on X server" Product: Wine Version: 20030115 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.com ReportedBy: bernhard@csa-gmbh.com
Using wine from the Mandrake 9.1 distribution I try to start a special Program "StrePla.exe". Program starts but then aborts. Console shows: <snip> fixme:dc:LockWindowUpdate ((nil)), partial stub! fixme:dc:LockWindowUpdate (0x10072), partial stub! fixme:dc:LockWindowUpdate ((nil)), partial stub! fixme:bitmap:CreateCompatibleBitmap got bad width -1074872059 or height 6659286, please look for reason fixme:bitmap:CreateCompatibleBitmap got bad width -1074872059 or height 6659286, please look for reason fixme:bitmap:CreateCompatibleBitmap got bad width -1074872059 or height 6659286, please look for reason ..... (about 40 times) ....... fixme:bitmap:CreateCompatibleBitmap got bad width -1074872059 or height 6659286, please look for reason fixme:bitmap:CreateCompatibleBitmap got bad width -1074872059 or height 6659286, please look for reason XIO: fatal IO error 0 (Success) on X server ":0.0" after 42887 requests (42887 known processed) with 0 events remaining.
If I start wine as follows:
wine --debugmsg +relay StrePla2.exe > aaa 2>&1
then the program runs well but very slow, because the logfile aaa grows really huge and fast.
Is there anybody who can help me?
Regards Bernhard