http://bugs.winehq.org/show_bug.cgi?id=22672 --- Comment #10 from Ismael Barros <razielmine(a)gmail.com> 2010-05-15 08:02:45 --- Problem seems to be in DP_FindAnyGroup(a)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(a)dpwsockx_main.c:240 for now, instead of DP_OK, which is mostly what changed in 17afb0ddd43979b8df71bf70ac5cb8ea20ae011a? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.