http://bugs.winehq.org/show_bug.cgi?id=9787 Mike Kaplinskiy <mike.kaplinskiy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25176|0 |1 is obsolete| | --- Comment #411 from Mike Kaplinskiy <mike.kaplinskiy(a)gmail.com> 2010-01-02 01:30:55 --- Created an attachment (id=25502) --> (http://bugs.winehq.org/attachment.cgi?id=25502) Set as of 01-02-2010 That should fix the problem. Seems I've missed a new fd that was added. For the future, a message like that (Invalid Handle) means there was a new fd type added and you need to fix 3 of the patches in order to make it work again. In particular, patches 3, 5 and 6 are what you want to look at. The command grep -R -A 12 'const struct fd_ops [a-zA-Z]' server/*.c | less might help to find which fd broke it (you will see a pattern broken). I probably won't be rebasing these too often, so if it breaks again those are the instructions on how to fix it in one case. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.