You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
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:
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.
The text was updated successfully, but these errors were encountered:
@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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Unexpected token ')' in expression or statement.
At C:\WINDOWS\system32\uninstall.ps1:21 char:2
Unexpected token ')' in expression or statement.
At C:\WINDOWS\system32\uninstall.ps1:28 char:6
Missing opening '(' after keyword 'while'.
At C:\WINDOWS\system32\uninstall.ps1:28 char:8
Missing type name after '['.
At C:\WINDOWS\system32\uninstall.ps1:28 char:25
Missing statement body in do loop.
At C:\WINDOWS\system32\uninstall.ps1:32 char:7
Missing expression after unary operator '--'.
At C:\WINDOWS\system32\uninstall.ps1:32 char:7
Unexpected token 'force' in expression or statement.
At C:\WINDOWS\system32\uninstall.ps1:32 char:17
Unexpected token ')' in expression or statement.
At C:\WINDOWS\system32\uninstall.ps1:36 char:7
Missing expression after unary operator '--'.
At C:\WINDOWS\system32\uninstall.ps1:36 char:7
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):
Additional context
Why is there install directions for windows but not uninstall directions? The ones for linux do not appear to work for windows.
The text was updated successfully, but these errors were encountered: