http://bugs.winehq.org/show_bug.cgi?id=34851
Bug #: 34851 Summary: 64-bit Autodesk Fusion 360 installer needs kernel32 GetFinalPathNameByHandleA/W Product: Wine Version: 1.7.5 Platform: x86-64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
as the summary says... An appdb user mentioned this here: http://appdb.winehq.org/objectManager.php?sClass=version&iId=29272
Direct link to bootstrapper downloader location here (to work around browser OS/platform check):
https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Cl...
Prerequisite: 64-bit WINEPREFIX and Winver set to "Windows 7"
Download/installation is almost done when an error dialog is shown, stating: "GetFinalPathNameByHandle not available on this platform"
Log file content, mentioned in error dialog:
--- snip --- ... 2013-11-03 20:29:50,805 - adsk.dls.streamer.process - ERROR :: Exception during processing: Traceback (most recent call last): File "W:\SRC\Neutron\Installer\Streamer\src\adsk\dls\streamer\process.py", line 935, in execute File "W:\SRC\Neutron\Installer\Streamer\src\adsk\dls\streamer\process.py", line 910, in _execute_base_impl File "W:\SRC\Neutron\Installer\Streamer\src\adsk\dls\streamer\process.py", line 771, in _config_app File "W:\SRC\Neutron\Installer\Streamer\src\adsk\dls\streamer\process.py", line 463, in _executetasks File "W:\SRC\Neutron\Installer\Streamer\src\adsk\dls\streamer\utils.py", line 564, in activate_configurations File "W:\SRC\Neutron\Installer\Streamer\src\adsk\dls\streamer\process.py", line 1063, in activate_configurations File "W:\SRC\Neutron\Installer\Streamer\src\adsk\dls\streamer\manifests.py", line 383, in walk File "W:\SRC\Neutron\Installer\Streamer\src\adsk\dls\streamer\manifests.py", line 405, in _walk File "W:\SRC\Neutron\Installer\Streamer\src\adsk\dls\streamer\process.py", line 1058, in _visit_file File "W:\SRC\Neutron\Installer\Streamer\src\adsk\dls\streamer\windows\platform.py", line 685, in activate_configuration File "F:\P4\Neutron\3P\PYTHON\3.3_slim_a\WIN64\lib\shutil.py", line 221, in copy File "F:\P4\Neutron\3P\PYTHON\3.3_slim_a\WIN64\lib\shutil.py", line 92, in copyfile File "F:\P4\Neutron\3P\PYTHON\3.3_slim_a\WIN64\lib\shutil.py", line 77, in _samefile File "C:\PROJECTS\Neutron3rd\PYTHON\3.3_slim_a\WIN64\lib\ntpath.py", line 661, in samefile NotImplementedError: GetFinalPathNameByHandle not available on this platform
------------------------------------------------------------------------------- 2013-11-03 20:29:50,807 - adsk.dls.streamer.process - WARNING :: Error detected, removing incomplete packages 2013-11-03 20:29:51,770 - adsk.dls.streamer.utils - WARNING :: Could not remove non-existant file: c:\users\focht\local settings\application data\autodesk\webdeploy\production\201fd6e278bda5ff82a09daf7e42854420d9b4bc\fusion 360.server.config 2013-11-03 20:29:55,568 - adsk.dls.streamer.registry - INFO :: Shutting down database connection --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa364962%28v=vs.85%2...
$ sha1sum Fusion\ 360\ Client\ Downloader.exe 3621396240db11f87a1263c4593a7b760308a2d9 Fusion 360 Client Downloader.exe
$ du -sh Fusion\ 360\ Client\ Downloader.exe 5.4M Fusion 360 Client Downloader.exe
$ wine --version wine-1.7.5-251-gbcf4ded
Regards