http://bugs.winehq.org/show_bug.cgi?id=24569
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #5 from Jerome Leclanche adys.wh@gmail.com 2010-09-30 11:31:49 CDT --- The real issue here is that tapi:lineGetDevCapsA and tapi:lineNegotiateAPIVersion are very verbose. xsession-errors is automatically managed to by the X server, so it's not directly Wine's fault if yours ends up being gigabytes-large.
The best you can hope for is either: - Devs making it a fixme-once (Louis' patch) - Properly implementing and unstubbing the functions - Downgrading the fixmes to warns
And meanwhile, linking to /dev/null is fine.
This should be closed as a dupe of bug 15435.