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

Bug: UE will error when run under a designated worker, if another user (an artist) is using UE in their account #104

Open
andymanaws opened this issue Jan 6, 2025 · 1 comment
Labels
bug Something isn't working needs triage A new issue that needs a first look

Comments

@andymanaws
Copy link

Describe the bug

From Unreal Engine 5.4 (?) it looks as though DDC is now provided by a Zen Storage service, regardless if you are using DCC explicitly on your machine image or not.

When UE starts to process a job / startup, it attempts to start the Zen Storage service, but if this has already been started by another user ( e.g. an artist, or a Deadline worker user) then UE throws an error ( attached below) and exits.

I think this is a change in UE 5.4 behaviour but this behaviour prevents a deadline worker running in the background, and will throw a job error, if an artist is using UE on the same machine, in a different account - or vice versa.

image (4)

Expected Behaviour

Be great if UE could launch specific services/ports for each user ( or share services)

Current Behaviour

2nd Application launch will result in an error./

Reproduction Steps

Launch a simple scene ( e.g. Meerkat) from 2 different accounts - e.g. artist account and deadlineworker account.
You will get an error on the 2nd application launch.

Environment

At minimum:

  1. Operating system: Windows Server 2022
  2. Version of Unreal Engine:5.4
    3: Version of this package: n/a
  3. If this is from a version installed by the Deadline Cloud Submitter installer, then what version of the submitter installer?

Please share other details about your environment that you think might be relevant to reproducing the bug.

@andymanaws andymanaws added bug Something isn't working needs triage A new issue that needs a first look labels Jan 6, 2025
@baxeaz
Copy link
Contributor

baxeaz commented Jan 10, 2025

We're planning on adding some automated testing in the near future which will likely rely on this working, will take a look, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage A new issue that needs a first look
Projects
None yet
Development

No branches or pull requests

2 participants