Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0p1
Issue ID
990864
Regression
No
Fix Integration Test stalls after failure to connect to WindowServer
When running the Unity Integration Test suite to run integration tests on real devices on a build machine, the tests stall indefinitely.
This problem occurs when a user is not logged into the build machine when the tests are run. The failure that occurs is:
>RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL
Instead of stalling, if this error is encountered, could Unity instead exit instead of idling. Alternatively, if the integration tests could be run with -nographics or without a logged in user, we expect this might work as well.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note (2018.2.X):
Closing the issue based on its age and lack of information to reproduce