Simon816
Simon816
Thanks. I have reduced the sample to this minimal code that triggers the bug ```php
Hi, This looks like a networking issue. In the server log I can see "Starting server on 127.0.0.1:9999" You need to create or open `server.properties` and put: ``` ip=0.0.0.0 ```...
I don't know why the server doesn't stop. I suggest you force-kill the process, make the config change, then start again.
If the server is running and `ip` is set to `0.0.0.0` it could be a firewall issue. Ensure outgoing TCP connections on port 9999 are allowed