https://bugs.winehq.org/show_bug.cgi?id=50337
--- Comment #3 from emilio norrmann enorrmann@gmail.com --- update: I made the following change
BOOL WINAPI SetupAddToDiskSpaceListA(HDSKSPC diskspace, PCSTR targetfile, LONGLONG filesize, UINT operation, PVOID reserved1, UINT reserved2) { FIXME(": stub\n"); //SetLastError(ERROR_CALL_NOT_IMPLEMENTED); // comment this return TRUE; // was FALSE }
and recompiled, solves this issue
compiled on ubuntu 20.10 with ./configure --enable-win64 wine-6.0-rc2-20-g04ddabfdff6