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

pzip-full and pzip-rar not available for Manjaro *solved* #74

Closed tomlawesome closed 3 years ago

tomlawesome commented 3 years ago

I noticed it mentioned Manjaro is compatible, but I can't find two of the required packages even in the AUR repo.

Mentions Manjaro/Arch support here: https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-#hardware-and-software-requirements


image

blazej222 commented 3 years ago

Hi, in ArchLinux/Manjaro this is just one single package called p7zip. You can see the packages installed in install script:

function archlinux_2 {
   sudo pacman -Sy --needed wine wine-mono wine_gecko winetricks p7zip curl cabextract samba ppp
}

I believe p7zip is split into multiple packages in other distros, hence those names are present in "requirements". Do you have any problems with running the script?

cryinkfly commented 3 years ago

@tomlawesome The packages you see in the picture are just a brief overview. :+1:

tomlawesome commented 3 years ago

Hi, in ArchLinux/Manjaro this is just one single package called p7zip. You can see the packages installed in install script:

function archlinux_2 {
   sudo pacman -Sy --needed wine wine-mono wine_gecko winetricks p7zip curl cabextract samba ppp
}

I believe p7zip is split into multiple packages in other distros, hence those names are present in "requirements". Do you have any problems with running the script?

Yes, unfortunately neither script works.

Flatpak script fails too (I appreciate this is experimental):

error: Nothing matches org.winehq.flatpak-proton-68-ge-1 in remote flathub
error: app/org.winehq.flatpak-proton-68-ge-1/x86_64/master not installed
error: app/org.winehq.flatpak-proton-68-ge-1/x86_64/master not installed
blazej222 commented 3 years ago

Yes, unfortunately neither script works.

What message does the main (not flatpak) script fail with?

tomlawesome commented 3 years ago

Yes, unfortunately neither script works.

What message does the main (not flatpak) script fail with?

Just running it again now, it spams this warning constantly throughout running the script:

------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------

And it then errors:

image

PS, thanks a lot for assistance and to those who've put the work in. Fusion360 is my go-to freebie for CAD and it's really limiting at home on Linux. At the moment I do all CAD at work, because I don't like FreeCAD!

blazej222 commented 3 years ago

Ok, have you tried running the app after closing installation? You didn't have error before installation finished, so I suppose you might try running the app?

Please run it via this command (replacing paths if necessary)

F360DIR="$HOME/.wineprefixes/fusion360/"
env WINEPREFIX="${F360DIR}" wine C:\\windows\\command\\start.exe /Unix "${F360DIR}/drive_c/ProgramData/Microsoft/Windows/Start Menu/Programs/Autodesk/Autodesk Fusion 360.lnk"

If you encounter any errors, paste them here.

Sometimes wine just throws out random errors without any real reason.

cryinkfly commented 3 years ago

@blazej222 and @tomlawesome Check this new program launcher: https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/issues/70

Then I have implemented this in my installation script! ✅