Skip to content
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

when i load into the server i dont load into a skyblock area #2292

Closed
natestories opened this issue Apr 1, 2024 · 6 comments
Closed

when i load into the server i dont load into a skyblock area #2292

natestories opened this issue Apr 1, 2024 · 6 comments

Comments

@natestories
Copy link

Bug Description

Did this behavior use to work in the previous version?

Steps to Reproduce (for bugs)

Logs

  • Client/Server Log:
  • Crash Log:

World Information

  • World Preset:
  • Prestige Enabled:
  • Modpack Version world created in:
  • Additional Content Installed:

Client Information

  • Modpack Version:
  • Java Version:
  • Launcher Used:
  • Memory Allocated:
  • Server/LAN/Single Player:
  • Optifine Installed:
  • Shaders Enabled:

Server Information

  • Java Version:
  • Operating System:
  • Hoster/Hosting Solution:
  • Sponge (Non-Vanilla Forge) Server:
@sam-kirby
Copy link
Contributor

Closing as no information; most likely explanation is you have set up a vanilla server.

@natestories
Copy link
Author

how do I take it off vanilla ?

@sam-kirby
Copy link
Contributor

I don't know what you've done, so here's a general guide to launching a SF4 server:-

  1. Download the latest server pack
  2. Install Java 8 (64-bit). Note that later versions of Java won't work, and the 32-bit version isn't able to address sufficient memory. Where you get Java depends on your OS, on Windows go here and get "Windows Offline (64-bit)". On Linux use your distribution's package manager.
  3. Run the pack installer (Install.bat on Windows or Install.sh on other platforms).
  4. Change any settings: set the world type, enable prestige if you want, etc. See the Multiplayer Instructions
  5. Run the pack using ServerStart.bat or ServerStart.sh depending on your OS as above.

@natestories
Copy link
Author

natestories commented Apr 2, 2024

when i do ServerStart.bat it starts command log then closes and eula doesn't pop up either

@sam-kirby
Copy link
Contributor

This usually indicates the default version of Java in use is not supported. You can either remove conflicting versions of Java or edit the start script to use Java 8 by absolute path, e.g. for Windows and the latest Oracle release of Java 8 you would change (by right clicking and selecting Edit) ServerStart.bat to match the following:

@echo off

call settings.bat

:start_server
echo Starting Server
"C:\Program Files\Java\jre-1.8\bin\java.exe" -Xms%MIN_RAM% -Xmx%MAX_RAM% %JAVA_PARAMETERS% -jar %SERVER_JAR% nogui
pause
exit /B

goto start_server

@sam-kirby
Copy link
Contributor

If you continue to have an issue, please include the output you get when launching the modified start script.

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

No branches or pull requests

2 participants