Search Unity

Unity Hub not launching (latest ver.)

Discussion in 'Unity Hub' started by Chowcolin, Mar 27, 2021.

  1. Chowcolin

    Chowcolin

    Joined:
    Feb 4, 2019
    Posts:
    1
    I'm trying to launch Unity Hub on windows 10, but nothing shows up (the process is displayed as running in the background in the task manager). I verified the logs and this is the only thing that is displayed:
    Code (JavaScript):
    1. {
    2.     "level": "error",
    3.     "message": "Unhandled promise rejection, reason: Cannot read property 'includes' of undefined\n\tstack TypeError: Cannot read property 'includes' of undefined\n    at formatValue (internal/util/inspect.js:549:16)\n    at formatProperty (internal/util/inspect.js:1289:11)\n    at buffer.js:670:19\n    at Array.reduce (<anonymous>)\n    at Uint8Array.inspect (buffer.js:667:51)\n    at formatValue (internal/util/inspect.js:535:31)\n    at inspect (internal/util/inspect.js:210:10)\n    at formatWithOptions (internal/util/inspect.js:1523:40)\n    at Object.format (internal/util/inspect.js:1400:10)\n    at Function.log (D:\\UnityHub\\resources\\app.asar\\node_modules\\debug\\src\\node.js:135:43)",
    4.     "timestamp": "2021-03-27T18:21:19.050Z"
    5. }
    Anyone got an idea how to fix that ? thanks !