#Spigot Geyser and Floodgate plugins not working for some reason, error in the console on startup

5 messages · Page 1 of 1 (latest)

dreamy fjord
#

Attached logs, newest jar version just downloaded from the website. OS is Linux, maybe I'm missing packages? I am using spigot from the AUR.

gentle archBOT
# dreamy fjord Attached logs, newest jar version just downloaded from the website. OS is Linux,...
Found errors in the log!

See below for details and possible fixes

java.lang.NullPointerException: Cannot invoke "org.geysermc.floodgate.FloodgatePlatform.enable(org.geysermc.floodgate.shadow.com.google.inject.Module[])" because "this.platform" is null

Unknown fix!
Class: SpigotPlugin
Method: onEnable
Line: 70
Link: SpigotPlugin.java#L70

java.lang.NullPointerException: Cannot invoke "org.geysermc.geyser.GeyserImpl.getLogger()" because "this.geyser" is null

Unknown fix!
Class: GeyserCommandManager
Method: register
Line: 127
Link: GeyserCommandManager.java#L127

dreamy fjord
#

Do I maybe need to install a jdk package or something?

#

I currently have this installed

$ pacman -Qs jdk
local/jdk-openjdk 22.0.1.u0-1
    OpenJDK Java 22 development kit
gentle archBOT