getting a popup and tons of these :
“Exited with error code 9666. This action will retry without UBA”
Is it possible to fix? Maybe turn off UBA?
getting a popup and tons of these :
“Exited with error code 9666. This action will retry without UBA”
Hi. I’ve also run into this problem on my Windows 11 ARM computer using UE 5.4.4. Any chance you figured out a solution to this error?
So I was able to get my project to build in UE 5.5 by disabling Unreal Build Accelerator, which I did from the engine’s buildconfiguration.xml, as outlined in this tutorial: Disable UbaSessionServer (UBA) | Community tutorial
After disabling it I was still getting cook errors, so I:
Not sure if all of these steps are necessary. In fact after it packaged successfully I ran it again with Unreal Build Accelerator enabled again, and it produced the Error 9666 again, but those build steps were automatically retried with UBA disabled, and the packaging still completed successfully.
I tried looking through the source code but since I couldn’t dig into the ubahost.dll file to see what was producing Error 9666, I wasn’t able to determine what the specific issue was.