https://bugs.winehq.org/show_bug.cgi?id=40155 --- Comment #2 from super_man(a)post.com --- Actually you shouldnt get that error with newer wine. 2303 /*********************************************************************** 2304 * SetVolumeMountPointW (KERNEL32.@) 2305 */ 2306 BOOL WINAPI SetVolumeMountPointW(LPCWSTR path, LPCWSTR volume) 2307 { 2308 FIXME("(%s, %s), stub!\n", debugstr_w(path), debugstr_w(volume)); 2309 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 2310 return FALSE; 2311 } You are just using outdated software that doesnt include this code. You need to upgrade your wine version. This bug is basically dupe of some old bug or invalid. -- 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.