what happened

IUseNukkit

New Member
ok i have no idea what happened this happened randomly

pi@raspberrypi:~/nukkit $ sudo java -jar nukkit.jar
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
12:38:29 [INFO ] Loading nukkit.yml ...
12:38:29 [INFO ] Loading server.properties ...
12:38:29 [INFO ] Selected English (eng) as the base language
12:38:29 [INFO ] Starting Minecraft: BE server version v1.18.0
12:38:29 [INFO ] Selected Zlib Provider: 2 (cn.nukkit.utils.ZlibThreadLocal)
12:38:29 [INFO ] Opening server on 0.0.0.0:19132
12:38:29 [INFO ] This server is running Nukkit version git-886805f "" (API 1.0.13)
12:38:29 [INFO ] Nukkit is distributed under the GPL License
12:38:30 [INFO ] Loading runtime items...
12:38:31 [ERROR] Throwing
java.lang.RuntimeException: java.io.IOException: Unable to acquire lock on '/home/pi/nukkit/players/LOCK'
at cn.nukkit.Server.<init>(Server.java:488) ~[nukkit.jar:?]
at cn.nukkit.Nukkit.main(Nukkit.java:120) [nukkit.jar:?]
Caused by: java.io.IOException: Unable to acquire lock on '/home/pi/nukkit/players/LOCK'
at org.iq80.leveldb.impl.DbLock.<init>(DbLock.java:52) ~[nukkit.jar:?]
at org.iq80.leveldb.impl.DbImpl.<init>(DbImpl.java:139) ~[nukkit.jar:?]
at org.iq80.leveldb.impl.Iq80DBFactory.open(Iq80DBFactory.java:78) ~[nukkit.jar:?]
at cn.nukkit.Server.<init>(Server.java:484) ~[nukkit.jar:?]
... 1 more
 

IUseNukkit

New Member
idk if i need to reinstall nukkit but if so how? google show only 5 results that dont tell me anything, can you help? i am on a raspberry pi 4
 
Top