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
- Asset Database warning is being logged continuously when creating a script in an embedded package
- Build process only shows Initializing when building for Android
- TileMap Palette preview flickers when scaled
- Shader Graph Blackboard "plus" sign is not centered within the button
- [URP] When Rendering Layers are enabled, the DepthNormalPrepass is enabled even if not used
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