cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.8k stars 115 forks source link

Failed to install ParameterIO add-on, malformed URL *solved* #173

Closed andrewazores closed 2 years ago

andrewazores commented 2 years ago

Describe the bug Installing the "Parameter I/O" add-on with the graphical wizard on first installation fails. See the following logs - two other add-ons succeeded, but the Parameter I/O one, which came last, failed with a malformed URL like "ftp://https/https://github.com"

--2022-01-23 09:27:14--  https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/extensions/AdditiveAssistant.bundle-win64.msi
Resolving github.com (github.com)... 140.82.112.4
Connecting to github.com (github.com)|140.82.112.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/extensions/AdditiveAssistant.bundle-win64.msi [following]
--2022-01-23 09:27:15--  https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/extensions/AdditiveAssistant.bundle-win64.msi
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8001::154, 2606:50c0:8003::154, 2606:50c0:8002::154, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8001::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1093632 (1.0M) [application/octet-stream]
Saving to: ‘AdditiveAssistant.bundle-win64.msi’

AdditiveAssistant.bundle-win64.msi                          100%[=========================================================================================================================================>]   1.04M  --.-KB/s    in 0.1s    

Last-modified header missing -- time-stamps turned off.
2022-01-23 09:27:15 (8.66 MB/s) - ‘AdditiveAssistant.bundle-win64.msi’ saved [1093632/1093632]

002c:fixme:winediag:LdrInitializeThunk wine-staging 7.0-rc3 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

002c:fixme:ver:GetCurrentPackageId (000000000066FD70 0000000000000000): stub
011c:fixme:file:NtLockFile I/O completion on lock not implemented yet
011c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0070:fixme:imm:ImeSetActiveContext (0x51c00, 0): stub
0070:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000051C00): stub
011c:fixme:imm:ImeSetActiveContext (0x7bd3d0, 1): stub
011c:fixme:imm:ImmReleaseContext (0001007A, 007BD3D0): stub
0034:fixme:ver:GetCurrentPackageId (00000000006AFD70 0000000000000000): stub
011c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
011c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
011c:fixme:ver:GetCurrentPackageId (0073FEA4 00000000): stub
0114:fixme:ver:GetCurrentPackageId (00000000006AFD70 0000000000000000): stub
--2022-01-23 09:27:20--  https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/blob/main/files/extensions/HelicalGear_win64.msi
Resolving github.com (github.com)... 140.82.112.4
Connecting to github.com (github.com)|140.82.112.4|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘HelicalGear_win64.msi’

HelicalGear_win64.msi                                           [ <=>                                                                                                                                      ] 163.82K  1.06MB/s    in 0.2s    

Last-modified header missing -- time-stamps turned off.
2022-01-23 09:27:21 (1.06 MB/s) - ‘HelicalGear_win64.msi’ saved [167748]

014c:fixme:file:NtLockFile I/O completion on lock not implemented yet
014c:fixme:ver:GetCurrentPackageId (0073FEA4 00000000): stub
0130:fixme:ver:GetCurrentPackageId (00000000006AFD70 0000000000000000): stub
--2022-01-23 09:27:22--  ftp://https/https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/blob/main/files/extensions/ParameterIO_win64.msi
           => ‘.listing’
Resolving https (https)... failed: Name or service not known.
wget: unable to resolve host address ‘https’
003c:fixme:ver:GetCurrentPackageId (00000000006BFD70 0000000000000000): stub

To Reproduce Run the installation script to produce a new Fusion installation. When the window appears asking for add-ons to install with Fusion, select the Parameter I/O one, which has a description talking about import/export parameters as CSV.

Expected behavior wget downloads the add-on file and it gets installed.

Desktop (please complete the following information):

cryinkfly commented 2 years ago

Hey @andrewazores Thank you very much for this information! :+1: I have solved this bug. (https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/commit/e54fec2f4faabe78f821e87911bd6539d2cda438)