https://bugs.winehq.org/show_bug.cgi?id=50337 --- Comment #3 from emilio norrmann <enorrmann(a)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 -- 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.