Mike Hearn mike@navi.cx writes:
It just means there was some information loss in converting error codes internally inside Wine ... you'll have to look elsewhere to figure out *why* it failed. There is a table of errno codes on MSDN you can use or look in winerror.h to find out what 38 is.
Actually it's a Unix errno, 38 is ENOSYS. It would be interesting to find out what function causes that, a relay trace is probably the best way.