https://bugs.winehq.org/show_bug.cgi?id=39268
Bug ID: 39268 Summary: x11drv: Can't store handle for display fd Product: Wine Version: 1.7.50 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: hramrach@gmail.com Distribution: ---
Sometimes application suddenly quits and this message is displayed.
x11drv: Can't store handle for display fd
This happens after showing a splash screen so there is probably another application started and whatever shows the splash screen does not check that it started properly.
https://bugs.winehq.org/show_bug.cgi?id=39268
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- Without further information it is a bit difficult to help. Please try to make your bug report a bit more specific.
* Which applications are affected? How can the issue be reproduced?
* Which distribution and Wine build do you use?
* Could you attach a debug log with WINEDEBUG=+server,+x11drv,+tid ? Information how to obtain such a log / debug trace can be found here: http://wiki.winehq.org/FAQ#get_log . It might be necessary to compress the log when its too big to attach it directly.
* Do you know if the issue also occured with older Wine versions? If not this could be a regression. You could try to do a bisect: http://wiki.winehq.org/RegressionTesting
https://bugs.winehq.org/show_bug.cgi?id=39268
Manu manu@manu311.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |manu@manu311.de
--- Comment #2 from Manu manu@manu311.de --- I ran into the same issue trying to install dotnet45 into a 64-bit prefix. But it was not a clean one and I don't remember everything that's in it. I couldn't reproduce it (yet) inside a clean prefix.
https://bugs.winehq.org/show_bug.cgi?id=39268
--- Comment #3 from Michal Suchanek hramrach@gmail.com --- blade and soul from playbns.com is affected for one.
The bug is reproduced by starting the application. Either login screen appears or the x11drv: Can't store handle for display fd message appears.
I was running Debian 8 and now running Debian 9.
This is probably a regression but there is no way to bisect. Sometimes the bug seems gone (like now) and at other times it happens like 3/4 of the time.
The X11 setup is very racy recently. bug 39169 might be also related
https://bugs.winehq.org/show_bug.cgi?id=39268
Ruslan Kabatsayev b7.10110111@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |b7.10110111@gmail.com
--- Comment #4 from Ruslan Kabatsayev b7.10110111@gmail.com --- This problem is reproducible with e.g. GTA Vice City. Also affects GTA 3 and GTA San Andreas (all three show their intro videos via quartz, which uses gstreamer). It reproduces after the splash screen is skipped. Most frequently I get this after installing new wine version and going through its automatic configuration dialog. After re-running the game one or two times it starts normally and continues to work without problems.
https://bugs.winehq.org/show_bug.cgi?id=39268
--- Comment #5 from Ruslan Kabatsayev b7.10110111@gmail.com --- Created attachment 53904 --> https://bugs.winehq.org/attachment.cgi?id=53904 GTAVC log with WINEDEBUG=+server,+x11drv,+tid
Here's the log of a bug-reproducing run of GTAVC. Note: the file is quite long: 710055 lines.
https://bugs.winehq.org/show_bug.cgi?id=39268
Ruslan Kabatsayev b7.10110111@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #53904|0 |1 is obsolete| |
--- Comment #6 from Ruslan Kabatsayev b7.10110111@gmail.com --- Created attachment 53905 --> https://bugs.winehq.org/attachment.cgi?id=53905 Reproducing GTAVC log with WINEDEBUG=+server,+x11drv,+tid
The above log appears to not have that message about display fd, it seems to be another bug. Here's the one which does have this exact message. Note that this log is even larger (483858 lines): I had to try to make the bug reproduce.
https://bugs.winehq.org/show_bug.cgi?id=39268
Na na@amagineer.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |na@amagineer.com
--- Comment #7 from Na na@amagineer.com --- Created attachment 55000 --> https://bugs.winehq.org/attachment.cgi?id=55000 SpyParty (4434) crash output with WINEDEBUG=+server,+x11drv,+tid
I'm running into this intermittently with SpyParty (build 4434) during startup. I get a splash screen, and the crash happens right as (I assume) the game is opening the actual game window.
I've attached the output of WINEDEBUG=+server,+x11drv,+tid wine spyparty.exe --window_borderless --window_maximize --datadir ./data_dir/
Some more details: This was using wine-1.8.2 Under a freshly created wineprefix Using Xmonad as my window manager
Let me know if there are any other important details you need or tests I can run.
https://bugs.winehq.org/show_bug.cgi?id=39268
thaytan@noraisin.net thaytan@noraisin.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thaytan@noraisin.net
--- Comment #8 from thaytan@noraisin.net thaytan@noraisin.net --- Created attachment 55120 --> https://bugs.winehq.org/attachment.cgi?id=55120 WINEDEBUG=+server,+x11drv,+tid log for Silver from GOG
Attaching a log with similar output from the GOG version of the game Silver. After playing the first intro video, the game will pause until the space bar is hit, then it will exit with this error.
https://bugs.winehq.org/show_bug.cgi?id=39268
thaytan@noraisin.net thaytan@noraisin.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #55120|application/x-tar |application/gzip mime type| |
https://bugs.winehq.org/show_bug.cgi?id=39268
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #9 from winetest@luukku.com --- The message coems freom here.
http://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=grep&s...
It's another thing what goes wrong.
https://bugs.winehq.org/show_bug.cgi?id=39268
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #10 from Jacek Caban jacek@codeweavers.com --- It's possible that the bug is fixed with: http://source.winehq.org/git/wine.git/commitdiff/af9f722361800c17875964007b4...
Please retest with current Wine version.
https://bugs.winehq.org/show_bug.cgi?id=39268
--- Comment #11 from thaytan@noraisin.net thaytan@noraisin.net --- I no longer get the error in Silver
https://bugs.winehq.org/show_bug.cgi?id=39268
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |af9f722361800c17875964007b4 | |f5f276db5cd4c
--- Comment #12 from Jacek Caban jacek@codeweavers.com --- Thanks for testing.
https://bugs.winehq.org/show_bug.cgi?id=39268
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 2.0-rc4.
https://bugs.winehq.org/show_bug.cgi?id=39268
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.8.x
https://bugs.winehq.org/show_bug.cgi?id=39268
--- Comment #14 from Jacek Caban jacek@codeweavers.com --- Michael, note that this patch depends on f0e7bd248e7e2a2f2d49dde0ccc332e6b6d97306, which changes driver interface, so it's probably not a good stable candidate.
https://bugs.winehq.org/show_bug.cgi?id=39268
--- Comment #15 from Michael Stefaniuc mstefani@redhat.com --- Remove 1.8.x target milestone from bugs that didn't make it into 1.8.x for one reason or another. This are all included in the stable 2.0 release.
https://bugs.winehq.org/show_bug.cgi?id=39268
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |---
https://bugs.winehq.org/show_bug.cgi?id=39268
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=44125