【Solved】Can not join from other pc

bururaku

New Member
i cant join my server from other pc.
configs are default.
no plugins.
How can i fix?

I checked on Windows10, Centos8, Ubuntu18

Nukkit version:git-9a701c2
API version: 1.0.9
protocol version:389

Windows 10(Java 1.8.0 214)
Centos 8(openjdk 1.8.0 242)※VPS
Ubuntu 18.04 TLS(openjdk 11.0.6 2020-01-14)※WSL

ps:spigot and bungeecord are working and ports are open
serverclientaddressstatus
windowswindows(same)localhost(at friend tab)o
windowswindows(same)localhost(at server tab)o
windowsandroidlocal ipo
windowsandroidglobal ipx
centoswindowsglobal ipx
centoswindowsglobal ip(domain)x
centosandroidglobal ipx
centosandroidglobal ip(domain)x
ubuntuwindowslocalhost(at friend tab)o
ubuntuwindowslocalhost(at server tab)o
ubuntuandroidlocal ipo
ubuntuandroidglobal ipx
serverportstatus
spigot25565o
spigot25566o
bungeecord25565o
bungeecord19132o
nukkit25565x
nukkit19132x
windows log


Code:
20:48:08 [INFO ] Loading nukkit.yml ...
20:48:08 [INFO ] Loading server.properties ...
20:48:08 [INFO ] Selected English (eng) as the base language
20:48:08 [INFO ] Starting Minecraft: BE server version v1.14.0
20:48:08 [INFO ] Selected Zlib Provider: 2 (cn.nukkit.utils.ZlibThreadLocal)
> WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
20:48:08 [INFO ] Opening server on 0.0.0.0:19132
20:48:08 [INFO ] This server is running Nukkit version git-9a701c2 "" (API 1.0.9)
20:48:08 [INFO ] Nukkit is distributed under the LGPL License
20:48:09 [INFO ] Loading recipes...
20:48:09 [INFO ] Loaded 1320 recipes.
20:48:09 [INFO ] Successfully loaded 0 resource packs
> WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by io.netty.util.internal.PlatformDependent0$1 (file:/E:/nukkit/nukkit-1.0-SNAPSHOT.jar) to field java.nio.Buffer.address
WARNING: Please consider reporting this to the maintainers of io.netty.util.internal.PlatformDependent0$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
20:48:09 [INFO ] Preparing level "world"
20:48:09 [INFO ] Preparing level "nether"
20:48:09 [INFO ] Starting GS4 status listener
20:48:09 [INFO ] Setting query port to 19132
20:48:09 [INFO ] Query is running on 0.0.0.0:19132
20:48:09 [INFO ] Default game type: Survival Mode
20:48:09 [INFO ] Done (1.072s)! For help, type "help" or "?"
20:48:09 [INFO ] Epoll Status is false
>
ps:The problem was solved once I built on my PC
 
Last edited:
Top