-
Notifications
You must be signed in to change notification settings - Fork 1.4k
No UI error on headless server on player death #5251
Copy link
Copy link
Open
Labels
Size: SSmall effort likely only affecting a single area and requiring little to no researchSmall effort likely only affecting a single area and requiring little to no researchStatus: Needs InvestigationRequires to be debugged or checked for feasibility, etc.Requires to be debugged or checked for feasibility, etc.Topic: StabilizationRequests, Issues and Changes related to improving stablity and reducing flakynessRequests, Issues and Changes related to improving stablity and reducing flakynessType: BugIssues reporting and PRs fixing problemsIssues reporting and PRs fixing problems
Milestone
Metadata
Metadata
Assignees
Labels
Size: SSmall effort likely only affecting a single area and requiring little to no researchSmall effort likely only affecting a single area and requiring little to no researchStatus: Needs InvestigationRequires to be debugged or checked for feasibility, etc.Requires to be debugged or checked for feasibility, etc.Topic: StabilizationRequests, Issues and Changes related to improving stablity and reducing flakynessRequests, Issues and Changes related to improving stablity and reducing flakynessType: BugIssues reporting and PRs fixing problemsIssues reporting and PRs fixing problems
Type
Projects
Status
No status
Status
No status
What happened
I died in-game and the server logged an error.
How to reproduce
Proposed Fix
A headless server shouldn't try to run the respective code path in the first place as it is not expected to have a UI.
If the respective code is relevant for players, this should be run client-side.