[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
Fri Mar 9 01:59:46 CST 2018


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

--- Comment #38 from Stan <markau0 at lycos.com> ---

As a rough test (forgetting my previous changes post) I added a rough unix to
windows path convert to just after strcpyW( volumenameW, filename );

so that it looks like

    strcpyW( volumenameW, filename );

       WCHAR *p2;

        /* Normalize path */
        for (p2 = volumenameW; *p2; p2++) if (*p2 == '/') *p2 = '\\';


With this the wine volume tests work and Native Access works.

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