Replies: 7 comments 10 replies
-
what caused this error? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
That's what I am asking |
Beta Was this translation helpful? Give feedback.
-
Your config It tries to write "username" into It writes null, but it should be declared here: |
Beta Was this translation helpful? Give feedback.
-
Solution: Config should declare |
Beta Was this translation helpful? Give feedback.
-
Ok it worked, but what do I set in protocol version? |
Beta Was this translation helpful? Give feedback.
-
`package org.nexuscraft.corevelocity.misc; import com.velocitypowered.api.proxy.ProxyServer; import java.net.InetSocketAddress; public class LimboManager {
} `
|
Beta Was this translation helpful? Give feedback.
-
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.length()" because "seq" is null
at io.netty.buffer.ByteBufUtil.utf8Bytes(ByteBufUtil.java:1103) ~[velocity.jar:3.4.0-SNAPSHOT (git-99aaf3ce-b439)]
at ua.nanit.limbo.protocol.ByteMessage.writeString(ByteMessage.java:98) ~[?:?]
at ua.nanit.limbo.protocol.packets.login.PacketLoginSuccess.encode(PacketLoginSuccess.java:48) ~[?:?]
at ua.nanit.limbo.protocol.PacketSnapshot.encode(PacketSnapshot.java:50) ~[?:?]
at ua.nanit.limbo.protocol.PacketSnapshot.of(PacketSnapshot.java:85) ~[?:?]
at ua.nanit.limbo.connection.PacketSnapshots.(PacketSnapshots.java:119) ~[?:?]
at ua.nanit.limbo.server.LimboServer.start(LimboServer.java:96) ~[?:?]
at org.nexuscraft.corevelocity.misc.LimboManager.createLimboServer(LimboManager.java:55) ~[?:?]
at org.nexuscraft.corevelocity.misc.ServerHandler.onLimboRequest(ServerHandler.java:42) ~[?:?]
at org.nexuscraft.corevelocity.listener.PlayerServerListener.onConnectionRequest(PlayerServerListener.java:51) ~[?:?]
at org.nexuscraft.corevelocity.listener.Lmbda$42.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity.jar:3.4.0-SNAPSHOT (git-99aaf3ce-b439)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:676) ~[velocity.jar:3.4.0-SNAPSHOT (git-99aaf3ce-b439)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:541) ~[velocity.jar:3.4.0-SNAPSHOT (git-99aaf3ce-b439)]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Beta Was this translation helpful? Give feedback.
All reactions