docs: warn about Autodesk ADP startup failure in 3ds Max 2027 host config READMEs - #274
Merged
crowecawcaw merged 1 commit intoAug 5, 2026
Conversation
ZainAallii
force-pushed
the
fix/3dsmax-2027-autodesk-adp
branch
from
August 4, 2026 01:05
a200b64 to
f0639cd
Compare
crowecawcaw
reviewed
Aug 4, 2026
crowecawcaw
requested changes
Aug 4, 2026
ZainAallii
force-pushed
the
fix/3dsmax-2027-autodesk-adp
branch
from
August 5, 2026 20:00
f0639cd to
5a83cdc
Compare
ZainAallii
force-pushed
the
fix/3dsmax-2027-autodesk-adp
branch
2 times, most recently
from
August 5, 2026 21:51
9b4bcc1 to
5ac9f05
Compare
…DP issue Flatten each per-version subfolder into a single top-level .ps1, move the sunflower_sphere example to examples/, and consolidate all per-script READMEs into the 3dsmax/README.md index. Fold the Autodesk ADP 'Failed to start' known issue for 3ds Max 2027 into that README with root cause and workaround (mirrors deadline-cloud-for-3ds-max discussion aws-deadline#271). Signed-off-by: Zain Ali <55154081+ZainAallii@users.noreply.github.com>
ZainAallii
force-pushed
the
fix/3dsmax-2027-autodesk-adp
branch
from
August 5, 2026 22:07
5ac9f05 to
9beeb82
Compare
crowecawcaw
approved these changes
Aug 5, 2026
Contributor
|
Great cleanup! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: N/A
What was the problem/requirement? (What/Why)
3ds Max 2027 launched in server mode (as render nodes do) can abort at startup with
ADP Failed to start(exit code -12) when the launching user is opted out of the Autodesk Analytics Program (ADP). This blocks all rendering on fleets provisioned with the 3ds Max 2027 host configuration scripts, but the READMEs gave customers no warning or pointer to the fix.What was the solution? (How)
Added a
## Known issue: Autodesk ADPsection to all five affected 3ds Max 2027 host config READMEs (base, +V-Ray, +Corona 14, +V-Ray+tyFlow, +V-Ray+AEC plugins). Each section describes the symptom, links deadline-cloud-for-3ds-max discussion #271 for the root cause, and points to the opt-in consent workaround with the consent caveat.What is the impact of this change?
Customers provisioning 3ds Max 2027 Service Managed Fleets are warned about the ADP startup failure and directed to the documented workaround before hitting it in production.
How was this change tested?
Documentation-only change. Ran
python scripts/validate_repository.py(only a pre-existing Windows path-separator unit-test failure, unrelated to this change) and confirmed the new discussion link is not among the external-link checker failures.Was this change documented?
Yes - this change is itself documentation for the five affected samples.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.