[Bug 19861] Wine should warn when ulimit -n needs raising

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 11 06:55:16 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=19861





--- Comment #31 from Dmitry Timoshkov <dmitry at 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.

-- 
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.



More information about the wine-bugs mailing list