Search Issue Tracker
Won't Fix
Votes
5
Found in
2018.3.0f2
2019.1.0a12
Issue ID
1129138
Regression
No
[Linux][Editor] Activating license on CentOS 7 through the command line fails
To reproduce:
1. Install CentOS 7 minimal and update (sudo yum update -y)
2. Install the following packages: sudo yum install gtk3 mesa-libGLU GConf2 libpng libarchive
3. Download/curl the installer at https://beta.unity3d.com/download/6e9a27477296/UnitySetup-2018.3.0f2
4. Run the installer with: ./UnitySetup-2018.3.0f2 --unattended --components=Unity,WebGL --install-location=INSTALL-LOCATION-HERE
5. Run the installed Unity with: ./Unity -quit -batchmode -nographics -serial SERIAL-NUMBER-HERE -username USERNAME-HERE -password PASSWORD-HERE -logfile
Expected: License is activated and there are no errors.
Actual:
Output is the following:
Initiating legacy licensing moduleDisplayProgressbar: Unity license
[0214/100328:ERROR:browser_main_loop.cc(161)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
Cancelling DisplayDialog: Failed to activate/update license. Timeout occured while trying to update license. Please try again later or contact support@unity3d.com
This should not be called in batch mode.
(Filename: /home/builduser/buildslave/unity/build/Editor/Platform/Linux/EditorUtility.cpp Line: 257)
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
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
Resolution Note (2019.2.X):
A workaround is available here:
https://forum.unity.com/threads/unable-run-the-editor-without-a-desktop-environment-in-batchmode-with-nographics.609058/#post-4486591