http://bugs.winehq.org/show_bug.cgi?id=10514
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-11-20 15:21:21 --- Ok, i'm not going to reopen this again if you keep it closing, but from the mswsock spec file it reads:
@ stdcall AcceptEx(long long ptr long long long ptr ptr)
Ok, it only prints a simple fixme, but application don't crash like "Call to unimplemented function AcceptEx" etc when they hit it.
From wsock32.spec:
1141 stub AcceptEx
I get a crash "Call to unimplemented function AcceptEx"
I was able to get the app running by just copying the "implementation" for AcceptEx from mswsock to wsock32, and return a simple TRUE instead of FALSE. Anyway, if no-one bothers , i'll stop wasting mine and yours time....