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.95k stars 121 forks source link

Invalid Directory but can navigate same path - Permissions issue? #238

Open MrAdam1983 opened 2 years ago

MrAdam1983 commented 2 years ago

I am running Manjaro with Kernel 5.17.9-1

I think this is some strange issue with my system more than a issue with this install process. Running this command Appears to get me the current build files but the install.sh does not appear to run correctly.

mkdir -p "$HOME/.fusion360/bin" && cd "$HOME/.fusion360/bin" && wget -N https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/install.sh && chmod +x install.sh && bash install.sh && exit

If I run the Install.sh manually I can now see the following errors

Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... connected. HTTP request sent, awaiting response... 304 Not Modified File ‘/home/MyProfile/.fusion360/locale/zh-CN/extensions-zh.txt’ not modified on server. Omitting download. EN TRUE

wget: missing URL Usage: wget [OPTION]... [URL]...

Try wget --help' for more options. mv: cannot stat 'Fusion360installer.exe': No such file or directory rmdir: failed to remove 'defaultDXVK/home/MyProfile/.fusion360/wineprefixes/default/drive_c/users/MyProfile/Downloads/Fusion360installer.exe': No such file or directory cp: cannot create regular file 'defaultDXVK/home/MyProfile/.fusion360/wineprefixes/default/drive_c/users/MyProfile/Downloads': No such file or directory wine: invalid directory defaultDXVK/home/MyProfile/.fusion360/wineprefixes/default in WINEPREFIX: not an absolute path /home/MyProfile/.fusion360/bin/install.sh: line 405: kill: (52676) - No such process wine: invalid directory defaultDXVK/home/MyProfile/.fusion360/wineprefixes/default in WINEPREFIX: not an absolute path /home/MyProfile/.fusion360/bin/install.sh: line 416: kill: (52696) - No such process

But I can in fact navigate those exact paths and find all of the supposedly missing files and directories.

Attached is the entire output from Install.sh

06092022Fusion360Error.txt