lucko / BungeeGuard

A plugin-based security/firewall solution for BungeeCord and Velocity proxies.
MIT License
204 stars 43 forks source link

SpongeForge error #101

Open Hiosk opened 1 year ago

Hiosk commented 1 year ago

Sponge Forge version 7.4.7

[21:51:17] [Server thread/WARN] [Sponge]: /*********************************************************************************************************************************************/
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*                                                 Could not pass  FMLPreInitializationEvent                                                 */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*********************************************************************************************************************************************/
>
 [21:51:17] [Server thread/WARN] [Sponge]: /* Could not pass the event FMLPreInitializationEvent to an Event Listener!                                                                  */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*                                                                                                                                           */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /* Since the event can be modified during the event's listener,                                                                              */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /* there could be adverse side effects of the exception occurring                                                                            */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /* such that duplications or other game breaking issues could exist.                                                                         */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*                                                                                                                                           */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /* Due to the nature of the exception, this is not likely an exception                                                                       */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /* that is covered by SpongeForge or Forge itself, and therefore should                                                                      */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /* be reported to the mod/plugin author first prior to reporting to                                                                          */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /* Sponge or Forge.                                                                                                                          */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*                                                                                                                                           */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /* Owning Mod/Plugin: bungeeguard                                                                                                            */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /* Exception:                                                                                                                                */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     java.lang.NullPointerException: null                                                                                                  */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     java.util.Objects.requireNonNull(Objects.java:203)                                                                                    */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     java.nio.file.Files.copy(Files.java:2984)                                                                                             */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     me.lucko.bungeeguard.sponge.BungeeGuardSponge.onInitialization(BungeeGuardSponge.java:87)                                             */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     org.spongepowered.common.event.listener.GamePreInitializationEventListener_BungeeGuardSponge_onInitialization1.handle(Unknown Source) */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:97)                                                  */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383)                                                */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:458)                                        */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419)                                                */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:255)                                                                    */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:363)                                                                      */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)                                                                           */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)                                                         */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)                                                 */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     java.lang.reflect.Method.invoke(Method.java:498)                                                                                      */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)                                                      */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)                              */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)                                                                       */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)                                        */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)                                                               */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)                                         */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.EventBus.post(EventBus.java:217)                                                                           */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)                                         */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)                                           */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)                                                                           */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)                                                         */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)                                                 */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     java.lang.reflect.Method.invoke(Method.java:498)                                                                                      */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)                                                      */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)                              */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)                                                                       */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)                                        */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)                                                               */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)                                         */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     com.google.common.eventbus.EventBus.post(EventBus.java:217)                                                                           */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)                             */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)                                          */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)                                                               */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)                                           */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)                                               */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)                                                 */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)                                                                    */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*     java.lang.Thread.run(Thread.java:748)                                                                                                 */
>
 [21:51:17] [Server thread/WARN] [Sponge]: /*********************************************************************************************************************************************/
stijnb1234 commented 1 year ago

Error says the bungeeguard.conf resource is missing in the JAR, which is true for the latest release.

Hiosk commented 1 year ago

Error says the bungeeguard.conf resource is missing in the JAR, which is true for the latest release.

How can I fix this?