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.81k stars 116 forks source link

Script terminate after installing/checking for "dialog" & "wmctrl" packages *solved* #92

Closed syfq91 closed 2 years ago

syfq91 commented 2 years ago

Re-run the script does not help, it still stops at the same place.

Below is the terminal output:

In this step, the following packages package >dialog< and >wmctrl< are installed for the installation of Autodesk Fusion 360!
Do you wish to install these packages (y/n)?y
Debian-based
Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://security.ubuntu.com/ubuntu hirsute-security InRelease
Hit:3 http://my.archive.ubuntu.com/ubuntu hirsute InRelease
Hit:4 http://my.archive.ubuntu.com/ubuntu hirsute-updates InRelease
Hit:5 http://my.archive.ubuntu.com/ubuntu hirsute-backports InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
software-properties-common is already the newest version (0.99.10).
dialog is already the newest version (1.3-20201126-1).
wmctrl is already the newest version (1.07-7build1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
user@hppc:~/Downloads$ 

Any idea how to proceed?

OS version: Ubuntu 21.04 64-bit Windowing system: Wayland

cryinkfly commented 2 years ago

Hey @syfq91 🙂 I think you have the same issue like this one: https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/issues/87

But the only thing is that this user use Arch Linux. 😉

TN-1 commented 2 years ago

I believe I have identified and fixed this issue. I have created a PR to fix. @syfq91 Please try again with the fix listed in the PR.
Simple typo, missing a &&

Edit: Maybe not, seems my bug fix comes later in the chain.

TN-1 commented 2 years ago

Ok I have tracked this issue down properly and confirmed the fix. It is contained in #94
I don't know why this extra echo fixes the script, but I had it in there for a debug message and it solved it. Technology amiright?

syfq91 commented 2 years ago

Thank you everyone for the help. I can confirm that adding echo fixed this issue. It is installing now.