I am struggling to install Flame 2026 or 2025 linux on a ADSK sourced Rocky 9.5 system on a HP Z8 G4 with NVIDIA RTX 6000 Ada Generation. No funky installs ; DKU corresponds to the flame version. I have setup the BIOS as ADSK recommends.
And yet I never get past 5% of the install before the installer rolls back to 3%, and shows me a Error 1 message. There is nothing in the terminal to indicate an issue. The OS is new. No vestiges.
Can anyone tell me what I might be doing wrong please ?
you may not see that from the flame app because you are downloading from a privileged source (you need to log inand your connection is monitored), not a public source.
ping me personally and i’m happy to help you
@chlowden, did you solve your problem? I assume not. I encountered the exact same error. After a deep dive into the logs with AI assistance and trying several different approaches, I finally found a solution.
First, did you ensure that you created at least a 2 GiB /boot/efi partition when installing Rocky Linux?
Regarding the Flame installation: I was getting a terminal error , where the progress reaches 5%, rolls back to 3%, and then throws Error 1. I noticed a file error specifically mentioning ‘upiconfig_lin.xml’. The Flame installer expects to find this file inside /ODIS/CER/. It is supposed to be created automatically, but for some reason, my system failed to do so.
I solved this by manually installing ODIS onto the system first. This forced the creation of the required file. Once created, I located the file and copied it into the installer package. With this workaround, the Flame installation completed without any terminal errors.
Also, make sure to install the necessary Linux libraries for Flame beforehand. I’m not a Linux expert, so I recommend asking an AI for the specific library list, but do not update your Linux kernel! Give this a try; it might work for you too."
I meant by ‘Manually Installing ODIS’: Simply copying the folder is not enough; you need to trigger the ODIS installation script itself so it registers with the system and creates the necessary environment.
Go to your Flame installer folder.
Navigate to: autodesk_flame_2025.2.5_LINUX64/ODIS/
Look for an install script or binary (usually named AdODIS-installer.run or similar).
Run it with sudo: sudo ./AdODIS-installer.run (or the exact name of the .run file there).
This will install ODIS to /opt/Autodesk/AdODIS/V1.
Regarding the upiconfig_lin.xml file: Don’t just rename the existing upiconfig.xml. The installer is looking for a specific structure. Once you manually install ODIS, check the /opt/Autodesk/AdODIS/V1/ or the ODIS subfolders within the installer. The correct upiconfig_lin.xml should be generated there. If it’s still missing, then you can try to copy the generated one from the system’s ODIS folder back into your installer’s ODIS/CER/ directory.
Also i guess i u need to install a required package is missing on your Rocky Linux. Before running the Flame installer? : sudo dnf install expect and i didnt use any extra command for install flame. just used sudo ./INSTALL_FLAME after fix that upiconfig errror.
If you still encounter ‘Code 1’ after these steps, it likely points to missing system libraries (such as libnsl, libXScrnSaver, etc.) that Flame requires to run. You might need to verify if all prerequisite libraries for Rocky Linux are installed
I just had this problem and solved with with (I’m probably getting the syntax wrong here,) a --nogui flag. It installed completely via the CLI and then worked.
To be honest, I have not moved forward because since then, when I now install any dku, the reboot gives me a black screen. In my experience, this is a Nvidia driver issue. It maybe also because of the bios changes that I did to align with Autodesk recommendations.
In all my years of installing flames, I have never encountered so many issues. It’s driving me mad.
When I boot up with another disk that has rocky 9.5 and Nvidia for comfyui , all works perfectly. It’s really weird.
Concerning the install addition, the adsk help desk suggested the same code. Thank you for the advice
For those that are interested about where a post dku install black screen during boot up may come from, below is what I did to stop it.
Reset the hp Z8 BIOS to factory default.
Set secure boot to legacy active and no secure boot.
Boot outside of EULER.
Install DKU
Boot now works correctly with Nvidia-smi identifying the GPU.
As for the installer, I have tried with
-nogui
But no joy for me.
~/.autodesk/ODIS/
Has lots of installer log files. There is a summary file that seems to identify errors. I am waiting for adsk help desk to instruct me as to what to do next.