[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
Thu Mar 8 22:08:25 CST 2018


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

--- Comment #34 from Stan <markau0 at lycos.com> ---
(In reply to Louis Lenders from comment #31)
> > 
> > 
> > changing 
> > 
> > c = strrchrW( volumenameW, '\\' );
> > 
> > to
> > 
> > c = strrchrW( volumenameW, '/' );
> > 
> > results in correct volumename being returned and Native Access then works
> > normally.
> 
> Hi Stan, just checked but that single change breaks the tests in
> kernel32/tests so  I guess a fix is more complicated then this single change


Maybe some things are sending a backslash path to GetVolumePathNameW and some
things are sending a forward slash path to GetVolumePathNameW.

Anyway, something is wrong with the forward slashes and back slashes in regards
to GetVolumePathNameW

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