Skip to content

Inconsistent available modules via RDP vs SSH on Windows #437

@joelsdc

Description

@joelsdc

Issue Checklist

  • I'm using the latest u3d version
  • I ran u3d --help
  • I read the README
  • I made sure that a similar issue doesn't exit

Issue Description

When trying to install a Unity version with specific packages, if I run the command via RDP/cmd I get a different set of results, than if I run the same command via SSH (on the same server).

Example when running via RDP from a cmd shell:

C:\Users\Admin>u3d available -u 2021.3.3f1 -p
Version 2021.3.3f1: https://download.unity3d.com/download_unity/af2e63e8f9bd/
Packages:
 - Unity
 - Visualstudio
 - Visualstudioprofessionalunityworkload
 - Visualstudioenterpriseunityworkload
 - Android
 - Ios
 - Appletv
 - Linux-il2cpp
 - Linux-mono
 - Linux-server
 - Mac-mono
 - Mac-server
 - Universal-windows-platform
 - Webgl
 - Windows-il2cpp
 - Windows-server
 - Documentation
 - Language-ja
 - Language-ko
 - Language-zh-hans
 - Language-zh-hant
 - Android-sdk-ndk-tools
 - Android-sdk-platform-tools
 - Android-sdk-build-tools
 - Android-sdk-platforms-29
 - Android-sdk-platforms-30
 - Android-ndk
 - Android-sdk-command-line-tools
 - Android-open-jdk

C:\Users\Admin>

The exact same server, same command, but running it via SSH:

admin@TEST-PHX C:\Users\Admin>u3d available -u 2021.3.3f1 -p
No closest version from UnityHub found for version 2021.3.3f1
Version 2021.3.3f1: https://download.unity3d.com/download_unity/af2e63e8f9bd/
Packages:
 - Unity
 - Visualstudio
 - Visualstudioprofessionalunityworkload
 - Visualstudioenterpriseunityworkload
 - Android
 - Ios
 - Appletv
 - Linux-il2cpp
 - Linux-mono
 - Linux-server
 - Mac-mono
 - Mac-server
 - Universal-windows-platform
 - Webgl
 - Windows-il2cpp
 - Windows-server

admin@TEST-PHX C:\Users\Admin>

Any clue what can be causing this behavior?

This is on u3d v1.3.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions