Search Issue Tracker

Fixed

Fixed in 3.9.0

Votes

25

Found in [Package]

3.5

Issue ID

HUBX-937

Regression

No

"Install failed: Validation Failed" error when installing an Editor version through Hub

Package: Hub

-

Reproduction steps:
1. Open the Hub
2. Press the “Install Editor” Button
3. In the “Install Unity Editor” Window, pick any version and press “Install”
4. Wait for the installation to progress

Expected result: Installation is completed without any errors
Actual result: The “Editor Application” fails installation with the "Install failed: Validation Failed" error

Reproducible with: 3.5.0, 3.6.1

Reproducible on: Windows 10

Note:
* The issue could not be reproduced locally
* All the cases have this line in common: {{user did not agree to the UAC prompt and the process was not started}}

  1. Resolution Note (fix version 3.9.0):

    There are multiple causes for this issue. One of those was addressed and fixed, others will be captured in separate tickets.

Comments (13)

  1. Fledered

    Oct 08, 2024 08:53

    This issue is not resolved, it still happens on Unity Hub 3.9.1
    This is beyond embarrassing.

  2. MoonMoritz

    May 02, 2024 09:05

    For the time being, here's a workaround (which also proves my analysis of this bug)

    https://forum.unity.com/threads/workaround-install-failed-validation-failed-hub-3-8-x-and-earlier.1589106/

  3. MoonMoritz

    May 02, 2024 07:29

    I can confirm, your bug is as follows:

    Unity HUB tries to run powershell 1.0 (using its argument format) usually installed here:

    PS P:\> C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe Start-Process

    But it tries to run this using just powershell.exe (or pwsh.exe) from the path, which is version 7 on many reasonably well-maintained developer machines.

  4. MoonMoritz

    May 02, 2024 07:21

    Please note that this bug, in this form, has existed and kept me from installing editors through Unity Hub on Windows 11 Pro since at least Hub 3.6.x or 3.5.x, in the middle of last year.

    The new Hub version only added some logging that made it much clearer what was going on, and also how TRIVIAL the nature of this bug is.

  5. MoonMoritz

    May 02, 2024 07:19

    On my machine, it seems that powershell fails (using the new Unity Hub 3.8.0 (7c88724)) being invoked; either via pwsh or powershell (.exe).

    The error is that it is being called as follows:

    pwsh $COMMAND

    ... instead of ...

    pwsh -Command $COMMAND

    ... which results in this error message:

    PS P:\> pwsh Start-Process $something
    The argument 'Start-Process' is not recognized as the name of a script file. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

    Usage: pwsh[.exe] [-Login] [[-File] <filePath> [args]]
    [-Command { - | <script-block> [-args <arg-array>]
    | <string> [<CommandParameters>] } ]
    [-CommandWithArgs <string> [<CommandParameters>]
    [-ConfigurationName <string>] [-ConfigurationFile <filePath>]
    [-CustomPipeName <string>] [-EncodedCommand <Base64EncodedCommand>]
    [-ExecutionPolicy <ExecutionPolicy>] [-InputFormat {Text | XML}]
    [-Interactive] [-MTA] [-NoExit] [-NoLogo] [-NonInteractive] [-NoProfile]
    [-NoProfileLoadTime] [-OutputFormat {Text | XML}]
    [-SettingsFile <filePath>] [-SSHServerMode] [-STA]
    [-Version] [-WindowStyle <style>]
    [-WorkingDirectory <directoryPath>]

    pwsh[.exe] -h | -Help | -? | /?

    PowerShell Online Help (cut because URLs are not allowed)

    All parameters are case-insensitive.

    ---

    This error can also be found in the Unity Hub logs:

    {"timestamp":"2024-04-30T13:53:49.407Z","level":"error","moduleName":"UnityInstallerWindows","pid":7676,"message":"{ code: 'User did not grant permission.', message: 'The Hub does not have proper permissions to install Unity.' } The argument 'Start-Process' is not recognized as the name of a script file. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.\r\n \r\nUsage: pwsh[.exe] [-Login] [[-File] <filePath> [args]]\r\n [-Command { - | <script-block> [-args <arg-array>]\r\n | <string> [<CommandParameters>] } ]\r\n [-CommandWithArgs <string> [<CommandParameters>]\r\n [-ConfigurationName <string>] [-ConfigurationFile <filePath>]\r\n [-CustomPipeName <string>] [-EncodedCommand <Base64EncodedCommand>]\r\n [-ExecutionPolicy <ExecutionPolicy>] [-InputFormat {Text | XML}]\r\n [-Interactive] [-MTA] [-NoExit] [-NoLogo] [-NonInteractive] [-NoProfile]\r\n [-NoProfileLoadTime] [-OutputFormat {Text | XML}] \r\n [-SettingsFile <filePath>] [-SSHServerMode] [-STA] \r\n [-Version] [-WindowStyle <style>] \r\n [-WorkingDirectory <directoryPath>]\r\n\r\n pwsh[.exe] -h | -Help | -? | /?\r\n\r\nPowerShell Online Help (url)powershell-docs\r\n\r\nAll parameters are case-insensitive.\r\n"}

  6. _eternal

    Apr 25, 2024 12:12

    It's admittedly pretty funny that you can't use Unity Hub to install Unity.

  7. SlavomirDEV

    Feb 27, 2024 12:52

    Have the same problem with Windows 11 with 3.7.0 version

  8. PatrickRenaud

    Feb 21, 2024 18:29

    Also having this issue with 3.7.0

  9. BacMan12

    Jan 25, 2024 17:37

    Currently having this issue with Unity hub 3.7.0
    Have to download Unity from the download archive

  10. Hexalted

    Jan 16, 2024 10:50

    Same error when trying to add modules to an existing Editor. Did work once restarting the Hub as Administrator.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.