Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CachyOS Support #507

Open
Bossiskeyboard opened this issue Dec 7, 2024 · 3 comments
Open

CachyOS Support #507

Bossiskeyboard opened this issue Dec 7, 2024 · 3 comments

Comments

@Bossiskeyboard
Copy link

Is your feature request related to a problem? Please describe.
A I want to use fusion 360 on CachyOS and it doesn't allow me to install it eventhough the os is based on Arch Linux.

Describe the solution you'd like
A Allow it to install to CachyOS since it is already possible to install in Arch and Endeavour.
Describe alternatives you've considered
I might possibly just go with the bottles version of the app but I would prefer to not use that.

@dukenukemx
Copy link

dukenukemx commented Dec 18, 2024

I'm also running into this issue. This is what happens when I run the script. As far as I can tell, mokutil is installed.

The required command (mokutil) is available!
The installer will install the required packages for the installation!
Missing package: mokutil
The installer doesn't support your current Linux distribution at this time!
The installer has been terminated!

@dukenukemx
Copy link

I was able to get it to install by editing the "autodesk_fusion_installer_x86-64.sh" and looking for the section which mentions Arch, Manjaro, EndevorOS and then edited Manjaro to CachyOS and ran "./autodesk_fusion_installer_x86-64.sh --install --default". The problem is that when Fusion pops up, it says "Initializing" and nothing happens.

I do see this before it stops in terminal.
0150:err:module:import_dll Library Qt6Pdf.dll (which is needed by L"C:\Program Files\Autodesk\webdeploy\production\bce2902bbfcb27678033cbb9e17a3529631b97a7\plugins\imageformats\qpdf.dll") not found

@dukenukemx
Copy link

I fixed it. I had installed wine-cachyos which is at version 9.0, which is rather outdated. I was using Kron4ek's wine-staging-tkg anyway for World of Warcraft, so I just put this in .profile in the home directly and rebooted the PC. So now the machine uses that over wine-cachyos, including the cryinkfly fusion installer script.

if [ -d "/opt/wine-staging-tkg/bin" ] ; then
PATH="/opt/wine-staging-tkg/bin:$PATH"
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants