Search Unity

Bug Can't activate Unity?

Discussion in 'Linux' started by btristan, Dec 26, 2019.

  1. btristan

    btristan

    Joined:
    Oct 15, 2018
    Posts:
    95
    I installed Unity 2019.3.0f3 through the standalone installer.

    Then I activate my license:
    Code (CSharp):
    1. xvfb-run -a --error-file '/var/log/xvfb_error.log' \
    2.     --server-args='-screen 0 1024x768x24 +extension RANDR' /opt/Unity/Editor/Unity \
    3.     -logFile -quit -nographics -batchmode \
    4.     -serial "${serial}" -username "${username}" -password "${password}" \
    5.     -projectPath "${PROJECT_DIR}"
    I get this output which sends me mixed signals:
    Code (CSharp):
    1. CreateDirectory '' failed:  (current dir: )
    2. [LicensingClient] ERROR Failed to connect to local IPC
    3. [Licensing::Module] Failed to connect to channel: LicenseClient-root
    4. [Licensing::Module] Successfully launched the LicensingClient
    5. [Licensing::Module] Successfully connected to LicensingClient on channel: LicenseClient-root
    6. [SignatureVerifier] Application signature verification not supported on this platform.
    7. [Licensing::Module] Successfully launched and connected to LicensingClient
    8. Entitlement-based licensing initiated
    9. [LicensingClient] Licenses Updated successfully in LicensingClient
    10. DisplayProgressbar: Unity license
    11. [Licensing::Module] License is not active (com.unity.editor.headless). HasEntitlements will fail.
    12. [1226/191716: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.
    13. [1226/191716:ERROR:sandbox_linux.cc(308)] InitializeSandbox() called with multiple threads in process gpu-process
    14.  
    15. LICENSE SYSTEM [20191226 19:17:17] Starting license activation with account [SCRUBBED]
    16.  
    17.  
    18. LICENSE SYSTEM [20191226 19:17:17] Opening https://license.unity3d.com/update/poll?cmd=9&tx_id=ff1dd15b740b7c4b792237ceef4a0e53&(serial removed)
    19.  
    20. LICENSE SYSTEM [20191226 19:17:17] Posting <?xml version="1.0" encoding="UTF-8"?><root><SystemInfo><IsoCode>en</IsoCode><UserName>root</UserName><OperatingSystem>Linux 4.9 Ubuntu 16.04 64bit</OperatingSystem><OperatingSystemNumeric>409</OperatingSystemNumeric><ProcessorType>Intel(R) Xeon(R) W-2150B CPU @ 3.00GHz</ProcessorType><ProcessorSpeed>3000</ProcessorSpeed><ProcessorCount>8</ProcessorCount><ProcessorCores>8</ProcessorCores><PhysicalMemoryMB>3946</PhysicalMemoryMB><ComputerName>docker-desktop</ComputerName><ComputerModel>PC</ComputerModel><UnityVersion>2019.3.0f3</UnityVersion><SupportedLicenseVersion>6.x</SupportedLicenseVersion></SystemInfo><License id="Terms"><MachineID Value="2jmj7l5rSw0yVb/vlWAYkK/YBwk=" /><MachineBindings><Binding Key="1" Value="" /></MachineBindings><UnityVersion Value="2019.3.0f3" /></License></root>
    21.  
    22.  
    23. LICENSE SYSTEM [20191226 19:17:18] Received https://license.unity3d.com/update/poll?cmd=9&tx_id=ff1dd15b740b7c4b792237ceef4a0e53&(serial removed)
    24.  
    25. LICENSE SYSTEM [20191226 19:17:18] Headers:
    26.     HTTP/1.1 200 OK
    27.     X-RX: GEN-da753a1e-7368-4dbe-a458-98c0a858bdf0
    28.     sc-request-id: 87619b87-7bd8-472e-b988-618017559982
    29.     Vary: Accept-Encoding
    30.     Content-Encoding: deflate
    31.     sc-token-expires-in: 5695
    32.     Cache-Control: no-cache, no-store, must-revalidate
    33.     Pragma: no-cache
    34.     Expires: 0
    35.     Content-Type: text/plain
    36.     Content-Length: 158
    37.  
    38.  
    39.  
    40. LICENSE SYSTEM [20191226 19:17:18] Opening https://activation.unity3d.com/license.fcgi?CMD=9&TX=ff1dd15b740b7c4b792237ceef4a0e53&RX=GEN-da753a1e-7368-4dbe-a458-98c0a858bdf0
    41.  
    42.  
    43. LICENSE SYSTEM [20191226 19:17:18] Posting <?xml version="1.0" encoding="UTF-8"?><root><SystemInfo><IsoCode>en</IsoCode><UserName>root</UserName><OperatingSystem>Linux 4.9 Ubuntu 16.04 64bit</OperatingSystem><OperatingSystemNumeric>409</OperatingSystemNumeric><ProcessorType>Intel(R) Xeon(R) W-2150B CPU @ 3.00GHz</ProcessorType><ProcessorSpeed>3000</ProcessorSpeed><ProcessorCount>8</ProcessorCount><ProcessorCores>8</ProcessorCores><PhysicalMemoryMB>3946</PhysicalMemoryMB><ComputerName>docker-desktop</ComputerName><ComputerModel>PC</ComputerModel><UnityVersion>2019.3.0f3</UnityVersion><SupportedLicenseVersion>6.x</SupportedLicenseVersion></SystemInfo><License id="Terms"><MachineID Value="2jmj7l5rSw0yVb/vlWAYkK/YBwk=" /><MachineBindings><Binding Key="1" Value="" /></MachineBindings><UnityVersion Value="2019.3.0f3" /></License></root>
    44.  
    45.  
    46. LICENSE SYSTEM [20191226 19:17:19] Received https://activation.unity3d.com/license.fcgi?CMD=9&TX=ff1dd15b740b7c4b792237ceef4a0e53&RX=GEN-da753a1e-7368-4dbe-a458-98c0a858bdf0
    47.  
    48. LICENSE SYSTEM [20191226 19:17:19] Headers:
    49.     HTTP/1.1 200 OK
    50.     sc-request-id: 3a6be6e5-da36-4018-a9f9-b0ea9c3a5f58
    51.     Vary: Accept-Encoding
    52.     Content-Encoding: deflate
    53.     sc-token-expires-in: 5694
    54.     Cache-Control: no-cache, no-store, must-revalidate
    55.     Pragma: no-cache
    56.     Expires: 0
    57.     Content-Type: text/xml
    58.     Content-Length: 1081
    59.  
    60.  
    61.  
    62. LICENSE SYSTEM [20191226 19:17:19] License activated successfully with user: [SCRUBBED]
    63.  
    64.  
    65. LICENSE SYSTEM [20191226 19:17:19] Next license update check is after 2019-12-27T19:17:19
    66.  
    67. No valid Unity Editor license found. Please activate your license.

    It says that the license was activated successfully but also reports that no Editor license could be found.

    Trying to build my project then fails:
    /opt/Unity/Editor/Unity -batchMode -nographics -quit -projectPath "${PROJECT_DIR}" -executeMethod "${build_method}"


    Code (CSharp):
    1. [LicensingClient] ERROR Failed to connect to local IPC
    2. [Licensing::Module] Failed to connect to channel: LicenseClient-root
    3. [Licensing::Module] Successfully launched the LicensingClient
    4. [Licensing::Module] Successfully connected to LicensingClient on channel: LicenseClient-root
    5. [SignatureVerifier] Application signature verification not supported on this platform.
    6. [Licensing::Module] Successfully launched and connected to LicensingClient
    7. Entitlement-based licensing initiated
    8. [LicensingClient] Licenses Updated successfully in LicensingClient
    9.  
    10. LICENSE SYSTEM [20191226 19:22:59] Next license update check is after 2019-12-27T19:17:19
    11.  
    12. No valid Unity Editor license found. Please activate your license.

    However, returning the license seems to work just fine:
    /opt/Unity/Editor/Unity -logFile -quit -nographics -batchmode -returnlicense


    Code (CSharp):
    1. CreateDirectory '' failed:  (current dir: )
    2. [LicensingClient] ERROR Failed to connect to local IPC
    3. [Licensing::Module] Failed to connect to channel: LicenseClient-root
    4. [Licensing::Module] Successfully launched the LicensingClient
    5. [Licensing::Module] Successfully connected to LicensingClient on channel: LicenseClient-root
    6. [SignatureVerifier] Application signature verification not supported on this platform.
    7. [Licensing::Module] Successfully launched and connected to LicensingClient
    8. Entitlement-based licensing initiated
    9. [LicensingClient] Licenses Updated successfully in LicensingClient
    10.  
    11. LICENSE SYSTEM [20191226 19:26:40] Next license update check is after 2019-12-27T19:17:19
    12.  
    13. DisplayProgressbar: Returning license
    14.  
    15. LICENSE SYSTEM [20191226 19:26:40] Opening https://license.unity3d.com/update/poll?cmd=3&tx_id=4668be4b36f4a1772af5afdf601f23ab
    16.  
    17.  
    18. LICENSE SYSTEM [20191226 19:26:40] Posting <?xml version="1.0" encoding="UTF-8"?><root><SystemInfo><IsoCode>en</IsoCode><UserName>root</UserName><OperatingSystem>Linux 4.9 Ubuntu 16.04 64bit</OperatingSystem><OperatingSystemNumeric>409</OperatingSystemNumeric><ProcessorType>Intel(R) Xeon(R) W-2150B CPU @ 3.00GHz</ProcessorType><ProcessorSpeed>3000</ProcessorSpeed><ProcessorCount>8</ProcessorCount><ProcessorCores>8</ProcessorCores><PhysicalMemoryMB>3946</PhysicalMemoryMB><ComputerName>docker-desktop</ComputerName><ComputerModel>PC</ComputerModel><UnityVersion>2019.3.0f3</UnityVersion><SupportedLicenseVersion>6.x</SupportedLicenseVersion></SystemInfo>
    19.   <TimeStamp Value="bm4Pn4W4j280IQ=="/>
    20.     <License id="Terms">
    21.         <MachineBindings>
    22.             <Binding Key="1" Value=""/>
    23.         </MachineBindings>
    24.         <MachineID Value="2jmj7l5rSw0yVb/vlWAYkK/YBwk="/>
    25.         <SerialHash Value="4efa693bd1e44e20157029a6861dc49692915805"/>
    26.         <Features>
    27.             <Feature Value="33"/>
    28.             <Feature Value="12"/>
    29.             <Feature Value="34"/>
    30.             <Feature Value="13"/>
    31.             <Feature Value="24"/>
    32.             <Feature Value="25"/>
    33.             <Feature Value="36"/>
    34.             <Feature Value="17"/>
    35.             <Feature Value="18"/>
    36.             <Feature Value="19"/>
    37.             <Feature Value="0"/>
    38.             <Feature Value="1"/>
    39.             <Feature Value="2"/>
    40.             <Feature Value="3"/>
    41.             <Feature Value="4"/>
    42.             <Feature Value="60"/>
    43.             <Feature Value="20"/>
    44.         </Features>
    45.         <DeveloperData Value="AQAAAFNCLUI0V1AtRVo2Vy1IRU5ZLVBWSzUtMzJDWA=="/>
    46.         <SerialMasked Value="SB-B4WP-EZ6W-HENY-PVK5-XXXX"/>
    47.         <StartDate Value="2017-11-03T00:00:00"/>
    48.         <StopDate Value="2020-05-22T16:08:48"/>
    49.         <UpdateDate Value="2019-12-27T19:17:19"/>
    50.         <InitialActivationDate Value="2017-11-08T01:31:20"/>
    51.         <LicenseVersion Value="6.x"/>
    52.         <ClientProvidedVersion Value="2019.3.0f3"/>
    53.         <AlwaysOnline Value="false"/>
    54.         <Entitlements>
    55.             <Entitlement Ns="unity_editor" Tag="UnityPro" Type="EDITOR" ValidTo="2020-05-21T16:08:48"/>
    56.             <Entitlement Ns="unity_editor" Tag="UnityPersonal" Type="EDITOR" ValidTo="9999-12-31T00:00:00"/>
    57.         </Entitlements>
    58.     </License>
    59. <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><Reference URI="#Terms"><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><DigestValue>y/idz6IXyzMNyI2HP9p2caGOZcM=</DigestValue></Reference></SignedInfo><SignatureValue>nuaXQ8efKBfxkDosa5YYk/Ico83iP1B1LfkPpTdfQGQnG+ABZgppvf57ywRlrpT9/t8C1S5FJnOb
    60. i4pmudRfqP78ydQ5sKRiwZ/Wi+CqU3GHBm82FIfJZK1gRbwwhH0GLb5bpsL/vZlwQ9aOqUyJNXWI
    61. H6zJVZtsQqIarmR2fGOKwcvgMUeSMpn/oBU5V91FF3r1n5PwTLmhlM3LAcr/yR3NbAi0o4HmwQWU
    62. eRivyoCfcPeSki1xsYX2SAqYTSBIB0gSzFjevJO0HCHyPp9kl1gTM+dunRUHHP9EkUj2X/uHk2cg
    63. HKJfnftAzWgti0ll/wDzcD8dDvXRqUDHJ7eUbw==</SignatureValue></Signature></root>
    64.  
    65.  
    66. LICENSE SYSTEM [20191226 19:26:41] Received https://license.unity3d.com/update/poll?cmd=3&tx_id=4668be4b36f4a1772af5afdf601f23ab
    67.  
    68. LICENSE SYSTEM [20191226 19:26:41] Headers:
    69.     HTTP/1.1 200 OK
    70.     X-RX: GEN-61737745-49b2-482f-8d02-5eba1fa26f74
    71.     sc-request-id: 463a4427-6fcd-4f45-b02d-f46f0733e911
    72.     Vary: Accept-Encoding
    73.     Content-Encoding: deflate
    74.     Cache-Control: no-cache, no-store, must-revalidate
    75.     Pragma: no-cache
    76.     Expires: 0
    77.     Content-Type: text/plain
    78.     Content-Length: 160
    79.  
    80.  
    81.  
    82. LICENSE SYSTEM [20191226 19:26:41] Opening https://activation.unity3d.com/license.fcgi?CMD=3&TX=4668be4b36f4a1772af5afdf601f23ab&RX=GEN-61737745-49b2-482f-8d02-5eba1fa26f74
    83.  
    84.  
    85. LICENSE SYSTEM [20191226 19:26:41] Posting <?xml version="1.0" encoding="UTF-8"?><root><SystemInfo><IsoCode>en</IsoCode><UserName>root</UserName><OperatingSystem>Linux 4.9 Ubuntu 16.04 64bit</OperatingSystem><OperatingSystemNumeric>409</OperatingSystemNumeric><ProcessorType>Intel(R) Xeon(R) W-2150B CPU @ 3.00GHz</ProcessorType><ProcessorSpeed>3000</ProcessorSpeed><ProcessorCount>8</ProcessorCount><ProcessorCores>8</ProcessorCores><PhysicalMemoryMB>3946</PhysicalMemoryMB><ComputerName>docker-desktop</ComputerName><ComputerModel>PC</ComputerModel><UnityVersion>2019.3.0f3</UnityVersion><SupportedLicenseVersion>6.x</SupportedLicenseVersion></SystemInfo>
    86.   <TimeStamp Value="bm4Pn4W4j280IQ=="/>
    87.     <License id="Terms">
    88.         <MachineBindings>
    89.             <Binding Key="1" Value=""/>
    90.         </MachineBindings>
    91.         <MachineID Value="2jmj7l5rSw0yVb/vlWAYkK/YBwk="/>
    92.         <SerialHash Value="4efa693bd1e44e20157029a6861dc49692915805"/>
    93.         <Features>
    94.             <Feature Value="33"/>
    95.             <Feature Value="12"/>
    96.             <Feature Value="34"/>
    97.             <Feature Value="13"/>
    98.             <Feature Value="24"/>
    99.             <Feature Value="25"/>
    100.             <Feature Value="36"/>
    101.             <Feature Value="17"/>
    102.             <Feature Value="18"/>
    103.             <Feature Value="19"/>
    104.             <Feature Value="0"/>
    105.             <Feature Value="1"/>
    106.             <Feature Value="2"/>
    107.             <Feature Value="3"/>
    108.             <Feature Value="4"/>
    109.             <Feature Value="60"/>
    110.             <Feature Value="20"/>
    111.         </Features>
    112.         <DeveloperData Value="AQAAAFNCLUI0V1AtRVo2Vy1IRU5ZLVBWSzUtMzJDWA=="/>
    113.         <SerialMasked Value="SB-B4WP-EZ6W-HENY-PVK5-XXXX"/>
    114.         <StartDate Value="2017-11-03T00:00:00"/>
    115.         <StopDate Value="2020-05-22T16:08:48"/>
    116.         <UpdateDate Value="2019-12-27T19:17:19"/>
    117.         <InitialActivationDate Value="2017-11-08T01:31:20"/>
    118.         <LicenseVersion Value="6.x"/>
    119.         <ClientProvidedVersion Value="2019.3.0f3"/>
    120.         <AlwaysOnline Value="false"/>
    121.         <Entitlements>
    122.             <Entitlement Ns="unity_editor" Tag="UnityPro" Type="EDITOR" ValidTo="2020-05-21T16:08:48"/>
    123.             <Entitlement Ns="unity_editor" Tag="UnityPersonal" Type="EDITOR" ValidTo="9999-12-31T00:00:00"/>
    124.         </Entitlements>
    125.     </License>
    126. <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><Reference URI="#Terms"><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><DigestValue>y/idz6IXyzMNyI2HP9p2caGOZcM=</DigestValue></Reference></SignedInfo><SignatureValue>nuaXQ8efKBfxkDosa5YYk/Ico83iP1B1LfkPpTdfQGQnG+ABZgppvf57ywRlrpT9/t8C1S5FJnOb
    127. i4pmudRfqP78ydQ5sKRiwZ/Wi+CqU3GHBm82FIfJZK1gRbwwhH0GLb5bpsL/vZlwQ9aOqUyJNXWI
    128. H6zJVZtsQqIarmR2fGOKwcvgMUeSMpn/oBU5V91FF3r1n5PwTLmhlM3LAcr/yR3NbAi0o4HmwQWU
    129. eRivyoCfcPeSki1xsYX2SAqYTSBIB0gSzFjevJO0HCHyPp9kl1gTM+dunRUHHP9EkUj2X/uHk2cg
    130. HKJfnftAzWgti0ll/wDzcD8dDvXRqUDHJ7eUbw==</SignatureValue></Signature></root>
    131.  
    132.  
    133. LICENSE SYSTEM [20191226 19:26:42] Received https://activation.unity3d.com/license.fcgi?CMD=3&TX=4668be4b36f4a1772af5afdf601f23ab&RX=GEN-61737745-49b2-482f-8d02-5eba1fa26f74
    134.  
    135. LICENSE SYSTEM [20191226 19:26:42] Headers:
    136.     HTTP/1.1 200 OK
    137.     sc-request-id: 4168cd78-311c-446d-88ce-e01c13ccd940
    138.     Vary: Accept-Encoding
    139.     Content-Encoding: deflate
    140.     Cache-Control: no-cache, no-store, must-revalidate
    141.     Pragma: no-cache
    142.     Expires: 0
    143.     Content-Type: text/xml
    144.     Content-Length: 1082
    145.  
    146.  
    147.  
    148. LICENSE SYSTEM [20191226 19:26:43] Information: Unity license returned.

    This previously worked in 2019.2.9f1. (with a very slightly different procedure)

    What am I to do?
     
    Last edited: Dec 26, 2019
  2. btristan

    btristan

    Joined:
    Oct 15, 2018
    Posts:
    95
    Current line of thinking: does Unity (2019.3+) now require the Hub to manage licenses?
     
    Last edited: Dec 26, 2019
  3. btristan

    btristan

    Joined:
    Oct 15, 2018
    Posts:
    95
    Looks like I'm right so this thread should really be on the Beta forums. This can be closed.