https://bugs.winehq.org/show_bug.cgi?id=40155
Bug ID: 40155 Summary: TomTom Home fails with runtime.exe error 0. Process failed to start up correctly. Product: Wine Version: 1.6.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: wine.ys9z@ncf.ca Distribution: ---
Created attachment 53657 --> https://bugs.winehq.org/attachment.cgi?id=53657 Two Program error reports. Both generated prior to the Tomtom error message.
Using Linux Mint 17.3 (64 bit) with Cinnamon desktop. Trying to execute TomTom Home results in two Program error reports and one Error report from TomTom. Attached file contains both Program error reports. I've only been running Mint for about a week, definitely in the newbie class.
https://bugs.winehq.org/show_bug.cgi?id=40155
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #1 from super_man@post.com --- This is because of
unimplemented function KERNEL32.dll.SetVolumeMountPointW called in 32-bit code (0x7b83aace).
https://bugs.winehq.org/show_bug.cgi?id=40155
--- Comment #2 from super_man@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.
https://bugs.winehq.org/show_bug.cgi?id=40155
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |sebastian@fds-team.de Resolution|--- |DUPLICATE Severity|major |normal
--- Comment #3 from Sebastian Lackner sebastian@fds-team.de --- Not major (see bug reporting guidelines). As super_man already wrote, this is a duplicate of bug 31951 and has been fixed about a year ago. You need to upgrade Wine. If your distribution does not provide up-to-date packages, check the download page of the WineHQ website.
*** This bug has been marked as a duplicate of bug 31951 ***
https://bugs.winehq.org/show_bug.cgi?id=40155
--- Comment #4 from Kevin wine.ys9z@ncf.ca --- Many thanks for response. I have updated my Mint 17.3 system to Wine 1.8, Now I can execute TomTom Home. Next problem is that it will not connect to the GPS GO 920. I will search Wine bugs and Internet to look for a solution before raising a problem report. Thank you very much.
https://bugs.winehq.org/show_bug.cgi?id=40155
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com --- Closing.