http://bugs.winehq.org/show_bug.cgi?id=26952
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|Taxman Spezial 2011 failed |Taxman Spezial 2011 |to install - |installer fails |netapi32.NetGetJoinInformat |(netapi32.NetGetJoinInforma |ion() returns success but |tion() should behave like a |contains no data |stub using | |ERROR_CALL_NOT_IMPLEMENTED | |retval) Ever Confirmed|0 |1
--- Comment #4 from Anastasius Focht focht@gmx.net 2011-04-29 02:20:04 CDT --- Hello,
well both approaches work. Either return ERROR_CALL_NOT_IMPLEMENTED or provide some fake "Workgroup" in buffer allocated with NetApiBufferAllocate(). I tested with Taxman 2011 - the installer is happy with both.
Needs winetricks msxml3 prerequisite to work around initial msxml3 crash.
Maybe this bug could be about NetGetJoinInformation() to behave like at stub and not lie using "success" retval but simply stating ERROR_CALL_NOT_IMPLEMENTED.
Bug 26761 could be about extending NetGetJoinInformation() to return meaningful information (not only partial).
Maybe "netapi32" could be added to list of avail bugzilla components (one day some more work is done) which helps properly track the issues.
Regards