http://bugs.winehq.org/show_bug.cgi?id=35041
--- Comment #4 from Anastasius Focht focht@gmx.net 2013-12-03 12:21:59 CST --- Hello greg,
you probably mean these messages:
--- quote --- err:menubuilder:convert_to_native_icon error 0x88982F81 initializing encoder --- quote ---
That's because you have 'windowscodecs' component set to 'native' in WINEPREFIX (check with 'winecfg').
The 'spam' is the result of a Wine windowscodecs extension that is not present in native. This is harmless and can be ignored.
--- quote --- it still can't find the USB device, but I don't know if it is even possible to actually connect a device. --- quote ---
Depends what this app is looking for and how the device access is done.
If the device access is through 'serial' or 'mass storage' (vfat) there might be a chance - if Linux kernel recognizes it.
Regards