Skip to content

SteamPS no longer works with PS 7.x to update existing installations #106

@szalkerous

Description

@szalkerous

Describe "Module Bug or Issue"

When using the module, the installed game server can no longer be updated.

Context "The Problem"

PowerShell command:

Update-SteamApp -AppID 294420 -Path $installdir -ErrorAction Stop

...where $installdir refers to a valid installation path that was working previously.

PowerShell output:

Exception caught: Cannot validate argument on parameter 'ApplicationID'. Not FoundNot FoundMethod 'GetAppList' not found in interface 'ISteamApps'

Context "Expected Behavior"

Expectation is that the module would update the installed Steam app.

Context "Additional Information"

PS D:\GAMESERVERS\7DTD> Get-Module -Name SteamPS -ListAvailable |
>>     Select-Object -Property Name, Version

Name    Version
----    -------
SteamPS 4.1.0

PS D:\GAMESERVERS\7DTD> $PSVersionTable | Out-String

Name                           Value
----                           -----
PSVersion                      7.4.13
PSEdition                      Core
GitCommitId                    7.4.13
OS                             Microsoft Windows 10.0.26100
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

SteamCMD: Steam Console Client (c) Valve Corporation - version 1779919584

Metadata

Metadata

Assignees

No one assigned

    Labels

    Category-ModulePertaining to the module's functionality itself.Issue-DiscussionLet's talk about it!

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions