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

Java Error on Startup #392

Open
Turtle-Boi opened this issue Apr 8, 2023 · 2 comments
Open

Java Error on Startup #392

Turtle-Boi opened this issue Apr 8, 2023 · 2 comments

Comments

@Turtle-Boi
Copy link

Turtle-Boi commented Apr 8, 2023

What happened?

Whenever I run my start.bat file, this error appears:
image

Expected Behaviour?

The batch file should run flawlessly.

Steps to reproduce.

No response

Screenshots/Videos

start.bat:
image

servers.json:
image

Minecraft Bedrock Version

No response

Console

No response

Additional Context

No response

@Pugmatt
Copy link
Owner

Pugmatt commented Apr 8, 2023

In servers.json, try setting the port number with no quotes

"port": 19133

It's throwing an error right now because port is being set as a string in the config file, when it's expecting a number.

@Turtle-Boi
Copy link
Author

Thanks, I don't know why I didn't realize this as I use json files constantly, it was expecting an integer lol.
I also have a new issue, I'm trying to host this for my local network on a Windows Server 2022, but I can't contact the DNS server outside of the server itself.

Personal PC: nslookup www.modzero.ch 192.168.1.170 returns DNS request timed out.
My Nintendo Switch, Xbox Series X, and even my phone always uses the secondary DNS instead of the main one.
Windows Server 2022: nslookup www.modzero.ch 127.0.0.1 returns an IP, and I see it logged in mod0umleitung.

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

No branches or pull requests

2 participants