question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Throw error when run in a 1.17 server

See original GitHub issue
[20:59:44] [Server thread/INFO]: [floodgate] Loading floodgate v2.0-SNAPSHOT
[20:59:45] [Server thread/WARN]: [floodgate] Missing locale file: en_US
[20:59:45] [Server thread/ERROR]: [floodgate] Failed to load the fallback language. This will likely cause errors!
[20:59:45] [Server thread/WARN]: [floodgate] zh_CN is not a supported Floodgate language.
[20:59:45] [Server thread/ERROR]: Cannot invoke "java.util.Properties.getProperty(String)" because "properties" is null initializing floodgate v2.0-SNAPSHOT (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "java.util.Properties.getProperty(String)" because "properties" is null
        at org.geysermc.floodgate.util.LanguageManager.getString(LanguageManager.java:188) ~[?:?]
        at org.geysermc.floodgate.util.LanguageManager.getLogString(LanguageManager.java:158) ~[?:?]
        at org.geysermc.floodgate.logger.JavaUtilFloodgateLogger.translatedInfo(JavaUtilFloodgateLogger.java:64) ~[?:?]
        at org.geysermc.floodgate.SpigotPlugin.onLoad(SpigotPlugin.java:57) ~[?:?]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:389) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:232) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:987) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at java.lang.Thread.run(Thread.java:831) [?:?]``

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:20 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
Camotoycommented, Aug 4, 2021

Hold on, let me test this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

DecaCrafter - YouTube
How To Fix Your 1.17 & Below Minecraft Servers ! (Minecraft Server Java Error Fix) (1.8+/1.12+/ 1.17 +)MINECRAFT SERVER HOSTING!
Read more >
[MC-225505] A JNI error has occurred, please check ... - Mojang
This error happens when you launch the client (the game) or server (the .jar) without Java 16 in 21w19 and above. Minecraft has...
Read more >
1.17.1 Major server crash, irreparable · Issue #5937 · Zrips/CMI
This task may throw errors during the final shutdown logs and might not complete before process dies. [00:48:42] [Server thread/ERROR]: Nag ...
Read more >
[1.17.1] Failed to Run Processor Error When Running Server
Open a command prompt (CMD, Powershell, Terminal, etc). Navigate to the folder you extracted Forge's MDK to (the one that had all the...
Read more >
Troubleshooting Every Minecraft Server Issue - Knowledgebase
Check your console for any errors - this is always the first step if something goes wrong. · You can also refer to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found