When I open any wine session I get the following message in the console:
ERROR: ld.so: object '/usr/lib64/libv4l/v4l2convert.so' from /etc/ld.so.preload cannot be preloaded: ignored.
Is this significant? The 3-4 apps I have installed seem to work (with a few hiccups during installation) but I have no idea of what this error message implies.
Preload error
Re: Preload error
Google the whole error message.whonea wrote:ERROR: ld.so: object '/usr/lib64/libv4l/v4l2convert.so' from /etc/ld.so.preload cannot be preloaded: ignored.
Re: Preload error
Remove that library preload from /etc/ld.so.preload. It will cause you all sorts of problems.whonea wrote:ERROR: ld.so: object '/usr/lib64/libv4l/v4l2convert.so' from /etc/ld.so.preload cannot be preloaded: ignored.
Re: Preload error
Thanks.vitamin wrote:Remove that library preload from /etc/ld.so.preload. It will cause you all sorts of problems.
For some reason removal induces a string of additional messages of the form fixme: etc. Is there a doc that describes this and the various un-implemented functions? As you might guess, this is my first foray into wine for a long time so I need to get back up to speed so I don't flood the forum with simple questions.
Re: Preload error
http://wiki.winehq.org/FAQ#head-51e2c09 ... e97170c503whonea wrote:For some reason removal induces a string of additional messages of the form fixme: etc.