http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #10 from Ismael Barros razielmine@gmail.com 2010-05-15 08:02:45 --- Problem seems to be in DP_FindAnyGroup@dplay.c:969 (on current trunk), where we try to DPQ_FIND_ENTRY( This->dp2->lpSysGroup->groups, groups, lpGData->dpid, ==, dpid, lpGroups ); but This->dp2->lpSysGroup is null.
Since dpwsocks is mostly a stub and I don't know when I (or someone else) will have time to complete it, should we try to isolate this bug in a testcase and fix it properly, or should we just return DPERR_UNSUPPORTED on SPInit@dpwsockx_main.c:240 for now, instead of DP_OK, which is mostly what changed in 17afb0ddd43979b8df71bf70ac5cb8ea20ae011a?