http://bugs.winehq.org/show_bug.cgi?id=19610
Summary: Eclipse exits on load with X Error Product: Wine Version: 1.1.26 Platform: PC URL: http://www.eclipse.org/downloads/download.php?file=/te chnology/epp/downloads/release/europa/winter/eclipse-j ava-europa-winter-win32.zip OS/Version: Linux Status: NEW Keywords: download, regression Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: bunglehead@gmail.com CC: hverbeet@gmail.com Blocks: 10916
Trying to solve bug 10916 I found that today git (at 760d2b652f547fe3861d5fa30fcbf219beab69da) introduced a regression that causes Eclipse to exit earlier with the following X error: --- X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 147 (MIT-SHM) Minor opcode of failed request: 3 (X_ShmPutImage) Value in failed request: 0x48312be8 Serial number of failed request: 570 Current serial number in output stream: 571 ---
This is caused by commit http://source.winehq.org/git/wine.git/?a=commit;h=9fd29492c1b47fb0618997e993.... Reverting it allows application to start as before.
If you need any traces let me know.