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.

Bug Unity Hub 3.4.1 not launching projects

Discussion in 'Unity Hub' started by diegoop, Jan 5, 2023.

  1. diegoop

    diegoop

    Joined:
    May 7, 2014
    Posts:
    7
    Hey guys, if anyone can give me a lead on this would be much appreciated.

    When I click any of my projects on any version (I'm using 2019.4.12f1, 2021.3.7f1 and 2020.3.19f1) the circle loader starts spinning, and stops after a while without error or anything, but the editor is not launching at all.

    Tried:
    Restarting Unity Hub and computer.
    Reinstalling Unity Hub and Unity Editor
    Deleting AppData\Roaming\UnityHub and Unity folders
    Disabling network adapter, changing from ethernet to wifi and back.
    Launching the editor from the command line (not opening anything either).

    In the logs found the following:


    {"timestamp":"2023-01-05T14:45:38.888Z","level":"info","moduleName":"LicensingSdkService","message":"[ 'checkEntitlements: checking entitlements for: com.unity.editor.ui' ]"}
    {"timestamp":"2023-01-05T14:45:38.900Z","level":"info","moduleName":"LicensingSdkService","message":"[ 'Successfully checked for entitlements request.' ]"}
    {"timestamp":"2023-01-05T14:45:38.902Z","level":"info","moduleName":"LocalProjectService","message":"[\n 'openProject projectPath: C:\\\\Code\\\\NewProject, current editor:',\n undefined\n]"}
    {"timestamp":"2023-01-05T14:45:38.902Z","level":"info","moduleName":"RestEvent:Project","message":"[\n 'onProjectOpen data:',\n {\n projectPath: 'C:/Code/NewProject',\n normalizedProjectPath: 'C:/Code/NewProject'\n }\n]"}
    {"timestamp":"2023-01-05T14:45:38.902Z","level":"info","moduleName":"LicensingSdkService","message":"[ 'checkEntitlements: checking entitlements for: com.unity.editor.ui' ]"}
    {"timestamp":"2023-01-05T14:45:38.923Z","level":"info","moduleName":"LicensingSdkService","message":"[ 'Successfully checked for entitlements request.' ]"}
    {"timestamp":"2023-01-05T14:45:38.923Z","level":"info","moduleName":"LaunchProcess","message":"[\n 'Spawning editor instance with command: ',\n 'C:\\\\Program Files\\\\Unity\\\\Hub\\\\Editor\\\\2019.4.12f1\\\\Editor\\\\Unity.exe',\n ', and arguments: ',\n [\n '-projectpath',\n 'C:\\\\Code\\\\NewProject',\n '-useHub',\n '-hubIPC',\n '-cloudEnvironment',\n 'production',\n '-licensingIpc',\n 'LicenseClient-xxxx',\n '-hubSessionId',\n '85aec610-8d05-11ed-b889-bdd2cdfb30ef',\n '-accessToken',\n 'xJSiFHRJMykJO8M4ZpeqyQ9-MpoxXC5jI1m8x7qNmlM444f'\n ]\n]"}
    {"timestamp":"2023-01-05T14:45:38.929Z","level":"info","moduleName":"LicensingSdkService","message":"[ 'Get all entitlement groups' ]"}
    {"timestamp":"2023-01-05T14:45:38.945Z","level":"info","moduleName":"LicensingSdkService","message":"[ 'Successfully received all entitlement groups details' ]"}
    {"timestamp":"2023-01-05T14:45:38.945Z","level":"info","moduleName":"LicensingSdkService","message":"[ 'Received 1 entitlement groups' ]"}
    {"timestamp":"2023-01-05T14:45:38.945Z","level":"info","moduleName":"LicensingSdkService","message":"[ 'Get all entitlement groups' ]"}
    {"timestamp":"2023-01-05T14:45:38.974Z","level":"info","moduleName":"LicensingSdkService","message":"[ 'Successfully received all entitlement groups details' ]"}
    {"timestamp":"2023-01-05T14:45:38.974Z","level":"info","moduleName":"LicensingSdkService","message":"[ 'Received 1 entitlement groups' ]"}
    {"timestamp":"2023-01-05T14:45:42.735Z","level":"info","moduleName":"LaunchProcess","message":"[ 'child process exited with code 0' ]"}


    Thank you!
     
  2. Zergling103

    Zergling103

    Joined:
    Aug 16, 2011
    Posts:
    383
    I am having this problem too. Last night, I could open the project just fine. Now? Closes instantly with the same log. No errors.

    Can't even make a NEW project. Though in this case, it says the path cannot be found in the error log, even after just making it. lol.