http://bugs.winehq.org/show_bug.cgi?id=10176
--- Comment #35 from Ken Richardson ktrichardson@eastlink.ca 2010-10-16 16:29:42 CDT --- By the way, to fix this until Wine is corrected, modify the NetCommUtilPlugin.dll file and replace this jump (address 0x1000CCFF):
jz loc_1000CDF1
with this jump:
jz loc_1000CDD6
Ken