Trying to use the latest floodgate on Modrinth along with either the latest (or close to it) version of Geyser crashes in some way. It doesn't actually say anything about a crash but the server just exits.
After some other mods are initialized successfully, this is the final thing output to the terminal:
[09:38:21 WARN] [main]: [Quilt Loader] Multiple paths added for '/org/geysermc/floodgate/crypto/Topping.class', but only a single one can be returned!
- QuiltZipFileSystem[transformed-mod-geyser-fabric.i0] /org/geysermc/floodgate/crypto/Topping.class
- QuiltZipFileSystem[transformed-mod-floodgate.i0] /org/geysermc/floodgate/crypto/Topping.class
[09:38:21 WARN] [main]: [Quilt Loader] Multiple paths added for '/org/geysermc/floodgate/crypto/FloodgateCipher.class', but only a single one can be returned!
- QuiltZipFileSystem[transformed-mod-geyser-fabric.i0] /org/geysermc/floodgate/crypto/FloodgateCipher.class
- QuiltZipFileSystem[transformed-mod-floodgate.i0] /org/geysermc/floodgate/crypto/FloodgateCipher.class
[09:38:21 INFO] [main]: [geyser-fabric] Loading extensions...
[09:38:21 INFO] [main]: [geyser-fabric] Loaded 0 extension(s)
[09:38:21 INFO] [main]: [Fabric Seasons] [Fabric Seasons] Trying to read config file...
[09:38:21 INFO] [main]: [Fabric Seasons] [Fabric Seasons] A config file was found, loading it..
[09:38:21 INFO] [main]: [Fabric Seasons] [Fabric Seasons] Successfully loaded config file.
[09:38:21 WARN] [main]: [Quilt Loader] Multiple paths added for '/org/geysermc/floodgate/crypto/KeyProducer.class', but only a single one can be returned!
- QuiltZipFileSystem[transformed-mod-geyser-fabric.i0] /org/geysermc/floodgate/crypto/KeyProducer.class
- QuiltZipFileSystem[transformed-mod-floodgate.i0] /org/geysermc/floodgate/crypto/KeyProducer.class
[09:38:21 WARN] [main]: [Quilt Loader] Multiple paths added for '/org/geysermc/floodgate/crypto/AesKeyProducer.class', but only a single one can be returned!
- QuiltZipFileSystem[transformed-mod-geyser-fabric.i0] /org/geysermc/floodgate/crypto/AesKeyProducer.class
- QuiltZipFileSystem[transformed-mod-floodgate.i0] /org/geysermc/floodgate/crypto/AesKeyProducer.class
[09:38:21 WARN] [main]: [Quilt Loader] Multiple paths added for '/org/geysermc/floodgate/crypto/AesCipher.class', but only a single one can be returned!
- QuiltZipFileSystem[transformed-mod-geyser-fabric.i0] /org/geysermc/floodgate/crypto/AesCipher.class
- QuiltZipFileSystem[transformed-mod-floodgate.i0] /org/geysermc/floodgate/crypto/AesCipher.class
[09:38:21 WARN] [main]: [Quilt Loader] Multiple paths added for '/org/geysermc/floodgate/util/InvalidFormatException.class', but only a single one can be returned!
- QuiltZipFileSystem[transformed-mod-geyser-fabric.i0] /org/geysermc/floodgate/util/InvalidFormatException.class
- QuiltZipFileSystem[transformed-mod-floodgate.i0] /org/geysermc/floodgate/util/InvalidFormatException.class
[09:38:21 WARN] [main]: [Quilt Loader] Multiple paths added for '/org/geysermc/floodgate/crypto/Base64Topping.class', but only a single one can be returned!
- QuiltZipFileSystem[transformed-mod-geyser-fabric.i0] /org/geysermc/floodgate/crypto/Base64Topping.class
- QuiltZipFileSystem[transformed-mod-floodgate.i0] /org/geysermc/floodgate/crypto/Base64Topping.class
[09:38:22 WARN] [main]: [Quilt Loader] Multiple paths added for '/config.yml', but only a single one can be returned!
- QuiltZipFileSystem[transformed-mod-geyser-fabric.i0]/config.yml
- QuiltZipFileSystem[transformed-mod-floodgate.i0]/config.yml
Trying to use the latest floodgate on Modrinth along with either the latest (or close to it) version of Geyser crashes in some way. It doesn't actually say anything about a crash but the server just exits.
After some other mods are initialized successfully, this is the final thing output to the terminal: