GeyserMC / Floodgate

Hybrid mode plugin to allow for connections from Geyser to join online mode servers.
https://geysermc.org
MIT License
563 stars 168 forks source link

PaperSpigot and TacoSpigot (1.8.8) not supported #219

Closed Boryte closed 2 years ago

Boryte commented 2 years ago

[20:29:59] [ERROR]: null initializing floodgate v2.0-SNAPSHOT (Is it up to date?) java.lang.AbstractMethodError: null at com.google.inject.AbstractModule.configure(AbstractModule.java:62) ~[?:?] at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340) ~[?:?] at com.google.inject.spi.Elements.getElements(Elements.java:110) ~[?:?] at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138) ~[?:?] at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104) ~[?:?] at com.google.inject.Guice.createInjector(Guice.java:96) ~[?:?] at com.google.inject.Guice.createInjector(Guice.java:73) ~[?:?] at com.google.inject.Guice.createInjector(Guice.java:62) ~[?:?] at org.geysermc.floodgate.SpigotPlugin.onLoad(SpigotPlugin.java:48) ~[?:?] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(SourceFile:349) ~[spigot.jar:git-iSpigot-PaperEdition] at net.minecraft.server.v1_8_R3.DedicatedServer.init(SourceFile:293) ~[spigot.jar:git-iSpigot-PaperEdition] at net.minecraft.server.v1_8_R3.MinecraftServer.run(SourceFile:705) ~[spigot.jar:git-iSpigot-PaperEdition] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_292]

Camotoy commented 2 years ago

We're not interested in actively working around forks that continue to support older versions of the game. If this really persists with Paper, please provide a full log with actual Paper. Also, please test that you tried with no other plugins.

Boryte commented 2 years ago

We're not interested in actively working around forks that continue to support older versions of the game. If this really persists with Paper, please provide a full log with actual Paper. Also, please test that you tried with no other plugins.

[13:13:05] [Server thread/ERROR]: null initializing floodgate v2.0-SNAPSHOT (Is it up to date?) java.lang.AbstractMethodError at com.google.inject.AbstractModule.configure(AbstractModule.java:62) ~[?:?] at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340) ~[?:?] at com.google.inject.spi.Elements.getElements(Elements.java:110) ~[?:?] at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138) ~[?:?] at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104) ~[?:?] at com.google.inject.Guice.createInjector(Guice.java:96) ~[?:?] at com.google.inject.Guice.createInjector(Guice.java:73) ~[?:?] at com.google.inject.Guice.createInjector(Guice.java:62) ~[?:?] at org.geysermc.floodgate.SpigotPlugin.onLoad(SpigotPlugin.java:48) ~[?:?] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:298) [spigot.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [spigot.jar:git-PaperSpigot-"4c7641d"] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [spigot.jar:git-PaperSpigot-"4c7641d"] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_292]

Same issues persists on regular paper. 

https://i.imgur.com/7EpufbS.png

Boryte commented 2 years ago

Bump

Camotoy commented 2 years ago

Did you test with no other plugins on Paper?

Camotoy commented 2 years ago

Can you try updating to the latest Floodgate version?

Boryte commented 2 years ago

Can you try updating to the latest Floodgate version?

It's working perfectly now :D Thanks