Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Bug Can't open hub on Linux(pop OS)

Discussion in 'Unity Hub' started by Black_Spree, Sep 30, 2022.

  1. Black_Spree

    Black_Spree

    Joined:
    Dec 11, 2019
    Posts:
    3
    I use apt installed HUB, but i can't use it.He will be stuck on the Logo interface.
    When I start him in shell it shows the following error:

    This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
    ConnectionLost: Timeout! Cannot connect to Licensing Client within 60000ms
    at Function.fromType (/opt/unityhub/resources/app.asar/node_modules/@licensing/licensing-sdk/lib/core/ipc/licensingIpc.js:51:16)
    at LicensingIpc.waitForConnection (/opt/unityhub/resources/app.asar/node_modules/@licensing/licensing-sdk/lib/core/ipc/licensingIpc.js:118:152)
    at LicensingSdk.getMachineId (/opt/unityhub/resources/app.asar/node_modules/@licensing/licensing-sdk/lib/core/licensingSdk.js:68:37)
    at Object.<anonymous> (/opt/unityhub/resources/app.asar/build/main/services/licenseService/licensingSdk.js:118:86)
    at Generator.next (<anonymous>)
    at /opt/unityhub/resources/app.asar/build/main/services/licenseService/licensingSdk.js:31:71
    at new Promise (<anonymous>)
    at __awaiter (/opt/unityhub/resources/app.asar/build/main/services/licenseService/licensingSdk.js:27:12)
    at Object.getMachineId (/opt/unityhub/resources/app.asar/build/main/services/licenseService/licensingSdk.js:117:16)
    at Object.<anonymous> (/opt/unityhub/resources/app.asar/build/main/services/cloudAnalytics/cloudAnalytics.js:96:56)
    ^CThis error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
    TypeError: this.ipc.server.stop is not a function
    at UnityIPCServer.closeSockets (/opt/unityhub/resources/app.asar/build/main/common/ipc/UnityIPCServer.js:51:25)
    at HubIPCService.stop (/opt/unityhub/resources/app.asar/build/main/services/localIPC/hubIPCService.js:42:24)
    at App.<anonymous> (/opt/unityhub/resources/app.asar/build/main/app.js:340:33)
    at Generator.next (<anonymous>)
    at /opt/unityhub/resources/app.asar/build/main/app.js:7:71
    at new Promise (<anonymous>)
    at __awaiter (/opt/unityhub/resources/app.asar/build/main/app.js:3:12)
    at App.quitApp (/opt/unityhub/resources/app.asar/build/main/app.js:334:16)
    at App.quitGracefully (/opt/unityhub/resources/app.asar/build/main/app.js:309:14)
    at App.before-quit (/opt/unityhub/resources/app.asar/build/main/app.js:74:26)
     
  2. attishno1

    attishno1

    Joined:
    Dec 6, 2016
    Posts:
    18
    This actually occurred for me today. It is due to an Arch Linux update
     
  3. infinitejess

    infinitejess

    Joined:
    Jan 29, 2019
    Posts:
    5
    Has anyone discovered a solution to this bug yet?