Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Windows issues #278

Open
downslayer opened this issue Jan 5, 2023 · 2 comments
Open

Windows issues #278

downslayer opened this issue Jan 5, 2023 · 2 comments

Comments

@downslayer
Copy link

Attempted to use this to install a satisfactory server, clicking the add server button and naming the server and selecting the memory always created an error in the bottom right of the screen that said "server creation failed". There is an issue with the server in windows 10 or the guide is not complete, either way I do not want this installed on my server anymore.

Windows uninstall process does not exist in the guide. Attempting to use the Invoke-WebREquest command to pull the tinyurl link for the linux uninstall file and then run it the same way the install file was run does not appear to work, gives numerous errors.

errors shown below after
PS C:\WINDOWS\system32> Invoke-WebRequest https://tinyurl.com/ssmuninstall -Out uninstall.ps1
PS C:\WINDOWS\system32> .\uninstall.ps1

errors:
At C:\WINDOWS\system32\uninstall.ps1:20 char:6

  • y | Y) echo "yes" ;;
  •  ~
    

Unexpected token ')' in expression or statement.
At C:\WINDOWS\system32\uninstall.ps1:21 char:2

  • *) exit 0 ;;
  • ~
    Unexpected token ')' in expression or statement.
    At C:\WINDOWS\system32\uninstall.ps1:28 char:6
  • while [[ $# -gt 0 ]]; do
  •  ~
    

Missing opening '(' after keyword 'while'.
At C:\WINDOWS\system32\uninstall.ps1:28 char:8

  • while [[ $# -gt 0 ]]; do
  •    ~
    

Missing type name after '['.
At C:\WINDOWS\system32\uninstall.ps1:28 char:25

  • while [[ $# -gt 0 ]]; do
  •                     ~
    

Missing statement body in do loop.
At C:\WINDOWS\system32\uninstall.ps1:32 char:7

  • --force | -f)
    
  •   ~
    

Missing expression after unary operator '--'.
At C:\WINDOWS\system32\uninstall.ps1:32 char:7

  • --force | -f)
    
  •   ~~~~~
    

Unexpected token 'force' in expression or statement.
At C:\WINDOWS\system32\uninstall.ps1:32 char:17

  • --force | -f)
    
  •             ~
    

Unexpected token ')' in expression or statement.
At C:\WINDOWS\system32\uninstall.ps1:36 char:7

  • --installdir)
    
  •   ~
    

Missing expression after unary operator '--'.
At C:\WINDOWS\system32\uninstall.ps1:36 char:7

  • --installdir)
    
  •   ~~~~~~~~~~
    

Unexpected token 'installdir' in expression or statement.
Not all parse errors were reported. Correct the reported errors and try again.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : UnexpectedToken

Server Information (please complete the following information):

  • OS: windows 10 pro (virtualization enabled in bios)
  • SSM Version: latest as of 1/4/23

Additional context
Why is there install directions for windows but not uninstall directions? The ones for linux do not appear to work for windows.

@georgie91
Copy link

Pretty sure Windows install is broken and likely hood of a fix is minimal as Windows isn't supported any longer. Not the dev but pretty reliable info.

@mrhid6
Copy link
Owner

mrhid6 commented Jan 5, 2023

@downslayer The uninstall script is for Linux and not for windows.
If you open Dev Tools in your browser, it should give you more details as to why the server could not be added.

You can also run the SSM process manually by stopping the SSM service.
Then open the executable in C:\Program Files\SSM using the command prompt.
Once thats running, try to create a server and will show the error in more detail.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants