Search Issue Tracker
Fixed
Fixed in 3.16.0-beta.1
Votes
0
Found in [Package]
3.15.1
Issue ID
HUBX-1556
Regression
Yes
Performing Headless Editor or Module installs leaves ghost processes
Steps to reproduce:
1. Quit Unity Hub (Check task manager to ensure there are no active Hub Processes)
2. Open the CMD window
3. Perform a headless Editor version or Module install. For example - "C:\Program Files\Unity Hub\Unity Hub.exe" – --headless install-modules --version 6000.0.61f1 -m linux-mono
4. Wait for the process to finish
5. Try opening Unity Hub. Either via the CMD with "C:\Program Files\Unity Hub\Unity Hub.exe" or via shortcut
Expected result: Hub does not leave any ghost processes after a headless install operation, allowing the window to open
Actual result: The Hub window does not open due to leftover processes
Reproducible with Hub: 3.15.1
Not reproducible with Hub: 3.14.3
Reproducible on: Windows 10, Windows 11
Notes:
Hub leaves 4 processes after a headless install operation. Manually ending them can be used as a workaround
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 3.16.0-beta.1):
The issue was resolved.