[Bug 20887] Dragon Age: Origins: Fails to find the DVD

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 14 09:34:55 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=20887





--- Comment #10 from Stephen Smith <stephenmsmith at blueyonder.co.uk>  2010-07-14 09:34:54 ---
From:
GetVolumeInformationW   (KERNEL32.@)
removing the trailing backslash check but leaving device[4] = root[0];
//    else
//    {
//        if (!root[0] || root[1] != ':' || root[lstrlenW(root)-1] != '\\' )
//        {
//            SetLastError( ERROR_INVALID_NAME );
//            return FALSE;
//        }
        device[4] = root[0];
//    }
changes the message from unable to find disk to unable to validate disk

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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