http://bugs.winehq.org/show_bug.cgi?id=34770
--- Comment #6 from NSLW lukasz.wojnilowicz@gmail.com 2013-10-20 08:11:09 CDT --- Created attachment 46365 --> http://bugs.winehq.org/attachment.cgi?id=46365 WINEDEBUG=+wbemprox,+tid on wine-1.7.4-209-g29c6e10 after removing E_NOTIMPL
(In reply to comment #5)
Does it help at all if you comment out this part (return E_NOTIMPL; line)?
if (lFlags != WBEM_FLAG_ALWAYS) { FIXME("flags %08x not supported\n", lFlags); return E_NOTIMPL; }
No. The same error.