[Bug 50337] Roland Zenology Pro (VST3 plugin) used with carla-bridge fails to save files

WineHQ Bugzilla wine-bugs at winehq.org
Thu Dec 17 12:47:26 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50337

--- Comment #3 from emilio norrmann <enorrmann at 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.



More information about the wine-bugs mailing list