-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serverfiles don't work #38
Comments
Seems the script cannot find the PSVersion platform variable. when I change it to win_args.txt it starts but then the server crashes after first boot. So this part in the script does not function as there is no $PSVersionTable.Platform object in standard Powershell 5 which is part of W10 or W11 OS. When you use PS v7 there is a Platform option. Run the serverif ($PSVersionTable.Platform.startsWith("Win")) { Also the script keeps asking for eula while it has created a file with eula=true, SO i cannot create it as a service as this question stays unanswered. Windows 11 PS v5: Name Value PSVersion 5.1.22621.2506 Windows 11 PS v7: Name Value PSVersion 7.4.1 |
does this still occur on latest? |
It happens on 1.7.0. Downloaded yesterday. |
Downloaded the files, started the Powershell.
Installs Forge.
Askes for Eula, press Y, screen closes, repeat.
Nothing is happening
Get some Red Error in the Powershell script about Invoke WebRequest URL invalid or something like that.
Please use the already existing server file scripts out there, nothing wrong with thos and way way faster.
Forge installer took 6 minutes or so. ATM9 install took under 1 minutes in full completion.
The text was updated successfully, but these errors were encountered: