PowerShell Login Issue

Logging into Epic Games through either method gives no errors but doesn't work.
I am on Windows 11, using System Stable (v2.18.0)


Epic/Legendary Log:
(23:14:14) [INFO]:    Running command: LEGENDARY_CONFIG_PATH=C:\Users\John\AppData\Roaming\heroic\legendaryConfig\legendary powershell -NoProfile Start-Process "`"C:\Users\John\AppData\Local\Programs\heroic\resources\app.asar.unpacked\build\bin\x64\win32\legendary`"" -Wait -NoNewWindow -ArgumentList "`"--version`"" 

(23:14:14) [INFO]:    Game Output:

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>] } ]

                  [-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 https://aka.ms/powershell-docs



All parameters are case-insensitive.
Was this page helpful?