[Bug 40155] TomTom Home fails with runtime.exe error 0. Process failed to start up correctly.

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 15 11:13:24 CST 2016


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

--- Comment #2 from super_man at 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.



More information about the wine-bugs mailing list