http://bugs.winehq.org/show_bug.cgi?id=19861
--- Comment #31 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-11 06:55:15 --- (In reply to comment #30)
Sorry - but if we follow that logic, wine should not warn when it cannot initialize OpenGL because for most people it is obvious they need drivers for that, it should not warn when an application request 16 bit depth,and X server depth is 24 bits because for most people it is obvious that X cannot switch to desire bit depth without restart, and so on...
That's obvious cases, and that happens at the initialization time, therefore easy to catch, and print a FIXME. File handles limit matters at the run-time, and sometimes it's a legitimate error (really too much open files), which can happen on Windows as well.