Nukkit error

Bluntvloei

New Member
Hi,

I am new at creating a Nukkit server, but i get some errors
My log below


20:06:13 [INFO ] Loading nukkit.yml ...
20:06:13 [INFO ] Loading server properties ...
20:06:13 [INFO ] Selected English (eng) as the base language
20:06:13 [INFO ] Starting Minecraft: BE server version v1.12.0
20:06:14 [INFO ] Selected Zlib Provider: 2 (cn.nukkit.utils.ZlibThreadLocal)
> WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.

20:06:14 [INFO ] Opening server on *****
20:06:14 [INFO ] This server is running Nukkit version git-397fcf0 "" (API 1.0.8)
20:06:14 [INFO ] Nukkit is distributed under the LGPL License
20:06:22 [INFO ] Loading recipes...
20:06:23 [INFO ] Loaded 1301 recipes.
20:06:23 [INFO ] Successfully loaded 0 resource packs
20:06:23 [INFO ] Loading Advanced-Welcome v0.1
20:06:23 [INFO ] Loading HealthBar v1.0.1
> WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by io.netty.util.internal.PlatformDependent0$1 (file:/home/pi/Desktop/MCPE/nukkitx.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
OpenJDK Server VM warning: You have loaded library /tmp/libnetty-transport-native-epoll15490269962152602508.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.

20:06:23 [INFO ] Preparing level "world"
20:06:24 [INFO ] Preparing level "nether"
20:06:24 [INFO ] Enabling Advanced-Welcome v0.1
20:06:24 [INFO ] Epoll is unavailable. Reverting to NioEventLoop.
20:06:24 [INFO ] [Advanced-Welcome] --- -- ENABLED -- ---
20:06:24 [INFO ] [Advanced-Welcome] --- TWITTER ---
20:06:24 [INFO ] [Advanced-Welcome] @TheDevBrian
20:06:24 [INFO ] [Advanced-Welcome] https://twitter.com/TheDevBrian
20:06:24 [INFO ] Enabling HealthBar v1.0.1
20:06:24 [INFO ] Starting GS4 status listener
20:06:24 [INFO ] Setting query port to 19132
20:06:24 [INFO ] Query is running on 0.0.0.0:19132
20:06:24 [INFO ] Default game type: Survival Mode
20:06:24 [INFO ] Done (11.569s)! For help, type "help" or "?"

Anyone knows how to fix this?
 

SupremeMortal

Administrator
Staff member
I don't see anything wrong, only warnings which do not affect the server startup. I'm guessing from the native error you're running on an ARM device, maybe a Pi?
 
Top