http://bugs.winehq.org/show_bug.cgi?id=28950
--- Comment #5 from GyB gyebro69@gmail.com 2011-11-16 10:59:02 CST --- This is really weird... on my current system (Fedora 16, newly installed a week ago) I can't reproduce the problem: the application doesn't hang on exit. It quits normally, but I often see such messages in the terminal, after the application exited: wine client error:29: write: Bad file descriptor wine client error:29: write: Bad file descriptor
I also see several wininet messages, which were missing on my previous Fedora installation. They're printed after I chose to exit the application: fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (8000): STUB fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 8000 fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 8000
Likely some kind of network activity is taking place when the program quits, which didn't succeed on my previous system, leading the app to hang. If no one else can reproduce the problem, I reckon this is invalid.
I must add that all testing was done in a clean wineprefix, and during the regression test I received both bad and good results.