[Bug 42446] Native Instruments 'Native Access' 1.1.x fails to start, reports 'You cannot start Native Access from the mounted disk'

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 10 06:58:36 CST 2018


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

--- Comment #44 from Stan <markau0 at lycos.com> ---
I added

    WCHAR *fwdslash;

    /* forward slash backslash replace */
    for (fwdslash = volumenameW; *fwdslash; fwdslash++) if (*fwdslash == '/')
*fwdslash = '\\';


to 

GetVolumePathNameW


in dlls kernel32 volume.c


and I added

        { /* test 42: a reasonable forward slash path that is guaranteed to
exist */
            "C:/windows/system32", "C:\\", sizeof(volume_path),
            NO_ERROR, NO_ERROR
        },

to

test_GetVolumePathNameA

in dlls kernel32 tests volume.c


I then ran the volume test and it seems ok.

-- 
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