Package Details: maya 2024.2-1

Git Clone URL: https://aur.archlinux.org/maya.git (read-only, click to copy)
Package Base: maya
Description: Autodesk Maya 3D Animation, Modelling, Simulation and Rendering Software
Upstream URL: http://www.autodesk.com/products/maya/overview
Keywords: 3d Autodesk Maya
Licenses: custom
Submitter: aquarius
Maintainer: meepzh (ttc0419, aquarius)
Last Packager: meepzh
Votes: 21
Popularity: 0.177514
First Submitted: 2016-07-25 19:14 (UTC)
Last Updated: 2023-12-26 22:01 (UTC)

Sources (2)

Pinned Comments

meepzh commented on 2022-04-08 22:36 (UTC) (edited on 2023-12-05 01:19 (UTC) by meepzh)

Many thanks to ttc0419 for getting this set up and for writing these instructions originally.

Autodesk has updated the EULA for the Autodesk Education version. See here for more info. Note that the checksums for this package use the paid version, which may or may not be the same as the educational versions.

Installation Instructions:

To download the latest version of Maya, go to your Autodesk account Products and Services and save the Linux tgz file to any location of your choice.

Extract the tgz file to any location of your choice.

Maya is now split into several packages as it is for the official rpm installation. You will need the following files from the extracted tgz file to build some other packages as well:

  1. (required) Packages/adlmapps*.rpm to build adlmapps
  2. (required) Packages/adsklicensing*.rpm to build adsklicensing
  3. (required) Packages/Maya*.rpm to build this package
  4. (optional) Packages/package.zip to build maya-arnold
  5. (optional) Packages/Bifrost*.rpm to build maya-bifrost
  6. (optional) Packages/AdobeSubstance3DforMaya*.rpm to build maya-substance, if you don't want to download directly from Adobe
  7. (optional) Packages/MayaUSD*.rpm to build maya-usd-bin, if you don't want to download directly from GitHub
  8. (optional) Packages/LookdevX.rpm to build maya-lookdevx

Packages 1 and 2 are required to use Maya and 4 to 8 are plugins that can be installed when needed.

You will need to move the rpm files to the directory containing the corresponding package's PKGBUILD file. Please refer to the AUR wiki for further installation details.

After installation, you may wish to enable the Autodesk Licensing service with systemctl enable adsklicensing.service. This service is started automatically one time when installing and removing this package.

Note that the install file will automatically register and deregister Maya with the licensing service if you are using the adsklicensing package. You may need to restart the adsklicensing service and reinstall Maya if adsklicensing was upgraded and running at the same time.

Launch Maya and log into your Autodesk account or enter your product serial to check out a license.

Please note that the Maya executable is patched to launch with the --single-process flag to address launch issues with the Application Home. You may try to opt out of this patch if this does not present an issue for you.

Troubleshooting:

If you are having the following font error, Failed trying to load font : -*-helvetica-bold-r-normal-*-11-*-*-*-*-*-iso8859-1 //, first try the Autodesk recommended commands with your normal permissions.

xset +fp /usr/share/fonts/100dpi
xset +fp /usr/share/fonts/75dpi
xset fp rehash

(source)

If you are still seeing font errors, you can try one or more of the following:

  1. Install xorg-mkfontscale and run mkfontscale in /usr/share/fonts. Then re-run the xset commands above.
  2. Try running the xset commands with superuser permissions.
  3. Try enabling and generating the following locales: en_GB ISO-8859-1 en_US ISO-8859-1

If you are having licensing errors, you can refer to this comment/forum post by mac666er recommending you to only use the en_US.UTF-8 locale or this comment by TheSunCat recommending you to disable Wayland.

If your launch process hangs at the OpenCL initialization, you may wish to check for OpenCL conflicts as mentioned in this comment by TheSunCat. You may also need to rename/delete the intel-openapi icd file in /etc/OpenCL/vendors as mentioned here.

Cheers

Latest Comments

1 2 3 4 5 6 .. 16 Next › Last »

aquarius commented on 2024-03-28 07:19 (UTC)

I will check Maya 2025 today and will try to fix PKGBUILD.

meepzh commented on 2024-03-27 22:41 (UTC) (edited on 2024-03-28 00:57 (UTC) by meepzh)

I'm not confident that Maya 2025 is supported on Arch Linux at the moment. Attempting to run Maya 2025 with adsklicensing-13.3.1.9694 generates the error:

ERROR: Error Information: Maya 2025 : command execution error

(Though I get this error more frequently now, so perhaps Autodesk has simply blocked me.)

Attempting to run Maya 2025 with adsklicensing-14.1.0.10619 (or 14.0.0.10163), adskidentitymanager-1.11.10.1 (which is a standard install, but with a symlink at /opt/Autodesk/AdskIdentityManager/Current), and webkit2gtk-2.44.0 generated the error at some point for me:

ERROR: Error Information: Maya 2025 : [IDSDK] 3070: The PC have not installed WebView2

where WebView2 is a Windows component.

There may be an permissions issue when running the AdskIdentityManager since it crashes with regular user permissions, but I'm still getting timed out.

[IdSDKPlugin ERROR] Timed out after 15s while waiting for SSO process to be ready

I'll continue testing, but I can push the updated PKGBUILDs if that's preferable instead. Thanks!

meepzh commented on 2024-02-03 19:38 (UTC)

@Tanghe, personally I haven't seen many issues, and the dependencies for this package haven't really changed meaningfully over the past year or so, though admittedly I haven't run Maya very frequently either.

That being said, if you have the option to choose a distro for computer graphics, Arch Linux will still be a second class citizen compared to RHEL or Rocky. You can see that in how much patching is required to get a project like Open RV working (and it's probably broken again).

Tanghe commented on 2024-02-03 14:51 (UTC)

Hello in 2021 - 2022 i decided to switch to RHEL because the dependencies kept breaking.

Is this still the case or is the instal stable these days ?

meepzh commented on 2023-11-22 20:11 (UTC)

Hi all, please note that the maya-usd package has been moved to maya-usd-bin per AUR guidelines.

MrAlcoholicFox commented on 2023-06-07 09:41 (UTC)

Hey guys, Just a little note for future peoples. The education license edition of maya comes with the 13.0.0.8122 version of adsklicensing. How I installed it is just by going to the aur page for the adsklicensing and using a previous version meant for the 13.0.0.8122 version (and of course putting the rpm there) and then just ran makepkg for the adsklicensing (installing that before the main maya). Hope this helps future people!

meepzh commented on 2023-05-02 19:25 (UTC)

Hi @wilaze131! I've updated the pinned comment to hopefully address most of your questions. I suspect that this is compatible with the student version (you may need to update the checksums), but I don't seem to be able to verify this myself. Hopefully someone else here might know.

Once you put the extracted file for each package in the same directory as each corresponding AUR repository, you can run makepkg -si to build and install them. It sounds like pamac might run that command for you, but unfortunately I wouldn't know. Best of luck!

wilaze131 commented on 2023-05-02 08:15 (UTC) (edited on 2023-05-02 08:16 (UTC) by wilaze131)

Hi, is this AUR package is for Student Version of Maya or I should have paid license? And for 2024 should i download tgz file first and put the extracted file somewhere? or i just need to press build button in pamac AUR without need to do anything else?

*i read pinned comment but i think it's old from 2022?

Redwolf commented on 2023-04-18 15:19 (UTC)

Thank you @meepzh that was the fix! The libmd.so file was missing.

meepzh commented on 2023-04-05 19:55 (UTC) (edited on 2023-04-10 15:00 (UTC) by meepzh)

I'm really sorry about that, Camrais! There's a note about going back to the older version of adsklicensing package on its package page, but I forgot about the hard-coded version in the Maya install file. I'm going to figure out a better way of going about it this weekend. (Edit: This is done!) Thanks for flagging!