Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.RuntimeException: java.lang.NoSuchFieldException: playerInjectionHandler #878

Closed
2 tasks done
adayy12 opened this issue Aug 10, 2022 · 3 comments
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@adayy12
Copy link

adayy12 commented Aug 10, 2022

What happened?

[18:27:50] [Server thread/INFO]: [FastLogin] Enabling FastLogin v1.12-SNAPSHOT-6fe7eb2
[18:27:50] [Server thread/WARN]: [FastLogin] Cannot check for Velocity support in Paper: com.destroystokyo.paper.PaperConfig
[18:27:50] [Server thread/WARN]: [FastLogin] Disabling Minecraft proxy configuration. Assuming direct connections from now on.
[18:27:50] [Server thread/INFO]: FastLogin - Starting...
[18:27:50] [Server thread/INFO]: FastLogin - Driver does not support get/set network timeout for connections. (org.sqlite.Conn.getNetworkTimeout()I)
[18:27:50] [Server thread/INFO]: FastLogin - Start completed.
[18:27:50] [Server thread/ERROR]: Error occurred while enabling FastLogin v1.12-SNAPSHOT-6fe7eb2 (Is it up to date?)
java.lang.RuntimeException: java.lang.NoSuchFieldException: playerInjectionHandler
at com.github.games647.fastlogin.bukkit.listener.protocollib.ProtocolLibListener.getHandler(ProtocolLibListener.java:280) ~[?:?]
at com.github.games647.fastlogin.bukkit.listener.protocollib.ProtocolLibListener.(ProtocolLibListener.java:96) ~[?:?]
at com.github.games647.fastlogin.bukkit.listener.protocollib.ProtocolLibListener.register(ProtocolLibListener.java:103) ~[?:?]
at com.github.games647.fastlogin.bukkit.FastLoginBukkit.onEnable(FastLoginBukkit.java:119) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[patched.jar:git-PaperSpigot-"4c7641d19"]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [patched.jar:git-PaperSpigot-"4c7641d19"]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [patched.jar:git-PaperSpigot-"4c7641d19"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [patched.jar:git-PaperSpigot-"4c7641d19"]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [patched.jar:git-PaperSpigot-"4c7641d19"]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [patched.jar:git-PaperSpigot-"4c7641d19"]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [patched.jar:git-PaperSpigot-"4c7641d19"]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [patched.jar:git-PaperSpigot-"4c7641d19"]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [patched.jar:git-PaperSpigot-"4c7641d19"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [patched.jar:git-PaperSpigot-"4c7641d19"]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NoSuchFieldException: playerInjectionHandler
at java.lang.Class.getDeclaredField(Class.java:2070) ~[?:1.8.0_212]
at com.github.games647.fastlogin.bukkit.listener.protocollib.ProtocolLibListener.getHandler(ProtocolLibListener.java:274) ~[?:?]

What did you expect?

No response

Steps to reproduce

No response

Plugin list

No response

Configuration file

No response

Server log

No response

Plugin version

last build

Platform

Spigot

Relevance

  • I tried the latest build (build refers to development builds not necessary a release version)
  • I checked for existing tickets -
    If there are, please vote them with a thumps reaction and not create new ones
@adayy12 adayy12 added the bug Something isn't working label Aug 10, 2022
@games647 games647 changed the title now other bug java.lang.NoSuchFieldException: playerInjectionHandler Aug 11, 2022
@games647
Copy link
Owner

Use build #1131 until this fixed. This related to the recently merged changes.

@Smart123s
Copy link
Contributor

Does it also break if Floodgate is not installed?

@games647 games647 changed the title java.lang.NoSuchFieldException: playerInjectionHandler java.lang.NoSuchFieldException: playerInjectionHandler for ProtocolLib 4.8 Aug 11, 2022
Repository owner deleted a comment from adayy12 Aug 11, 2022
@games647 games647 changed the title java.lang.NoSuchFieldException: playerInjectionHandler for ProtocolLib 4.8 1.8.8 Compatibility Aug 11, 2022
@games647 games647 changed the title 1.8.8 Compatibility java.lang.RuntimeException: java.lang.NoSuchFieldException: playerInjectionHandler Aug 11, 2022
@games647
Copy link
Owner

Closing in favor of #881

@games647 games647 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 11, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants