http://bugs.winehq.org/show_bug.cgi?id=30532
--- Comment #5 from James Lewis james@fsck.co.uk 2012-04-29 01:25:41 CDT --- CCP Snorlax wrote: This seems to be an issue in how Python under Wine deals with file descriptors - opening a file with os.open and closing it with os.close causes this error.
The Python source code has a comment indicating that this is handled in a hacky way, using internal structures of the Microsoft CRT.
I'll see if I can achieve the same thing in a different way, but I don't have a way to test under Linux, nor should I technically be spending time on this, this being an unsupported platform and all. Still, I don't like seeing EVE crashing.
Hopefully this gives Wine developers a clue, nonetheless.