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.91k stars 120 forks source link

Arch Linux (KDE Plasma on Wayland) - Installer crashes after installing dialog and wmctrl *solved* #87

Closed JoshDoesStuff closed 2 years ago

JoshDoesStuff commented 3 years ago

It just kicks me out. Packages are installed, as it says warning: package is up to date -- skipping.

Using Arch Linux and KDE Plasma on wayland.

cryinkfly commented 3 years ago

@Lava3063 Can you read this post here: https://bbs.archlinux.org/viewtopic.php?id=240397 :+1:

JoshDoesStuff commented 3 years ago

It already has --needed in it. Tried removing it, and it still failed. Try adding --noconfirm, and it still stopped.

blazej222 commented 3 years ago

Please replace the bottom part of the script with this code:

##############################################################################
# THE INSTALLATION PROGRAM IS STARTED HERE:
##############################################################################
exec 5> log.txt
BASH_XTRACEFD="5"
set -x
clear &&
select-language &&
check-requirement

############################################################################################################################################################

And attach resulting log.txt file here.

Edit: You are using the newest version of install script, as-of-today, right? There was a bugfix in commit 28ebb92a2734dbc05e3b99919d477c5d0deaf890 , this might be the cause of your problem.

cryinkfly commented 2 years ago

@blazej222 Thank you for this information!

https://unix.stackexchange.com/questions/155551/how-to-debug-a-bash-script

I've looked at it and will build it into it. :+1:

But the problem is that we can't see the processes!!! We can only see the steps of the installation (commands) and I will also see what happens when maybe @Lava3063 have the problem with this one:

Packages are installed, as it says warning: package is up to date -- skipping.

blazej222 commented 2 years ago

@blazej222 Thank you for this information! I've looked at it and will build it into it.

I've already included it in my upcoming commits, but haven't created pull request yet (still working on some minor tweaks)

But the problem is that we can't see the processes!!! We can only see the steps of the installation (commands).

Yes, but we can possibly find where it fails (on which function call). I think it would be a good place to start debugging :smiley:

cryinkfly commented 2 years ago

@blazej222 We can also discuss these special things here in the future: https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/discussions :smiley:

JoshDoesStuff commented 2 years ago

Reinstalled system after a makepkg issue, and now it suddenly works. No idea what caused it to error last time. Marking as closed.