Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error doing startup #27

Open
SkootyPex opened this issue May 10, 2021 · 0 comments
Open

Error doing startup #27

SkootyPex opened this issue May 10, 2021 · 0 comments

Comments

@SkootyPex
Copy link

10.05 16:27:16 [Server] Server thread/INFO [pixelbuilt-quests]: PixelBuilt - Quests is starting!
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: //
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
Could not pass FMLServerStartedEvent /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
/
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /* Could not pass the event FMLServerStartedEvent to an Event Listener! /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
/
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
Since the event can be modified during the event's listener, /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
there could be adverse side effects of the exception occurring /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
such that duplications or other game breaking issues could exist. /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
/
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
Due to the nature of the exception, this is not likely an exception /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
that is covered by SpongeForge or Forge itself, and therefore should /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
be reported to the mod/plugin author first prior to reporting to /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
Sponge or Forge. /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
/
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
Owning Mod/Plugin: pixelbuilt-quests /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
Exception: /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
java.lang.NullPointerException: null /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
online.pixelbuilt.pbquests.listeners.TaskListener.lambda$null$3(TaskListener.java:36) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
java.util.ArrayList.forEach(ArrayList.java:1259) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
online.pixelbuilt.pbquests.listeners.TaskListener.lambda$reloadEvents$4(TaskListener.java:34) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
java.util.ArrayList.forEach(ArrayList.java:1259) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
online.pixelbuilt.pbquests.listeners.TaskListener.reloadEvents(TaskListener.java:33) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
online.pixelbuilt.pbquests.PixelBuiltQuests.onStarted(PixelBuiltQuests.java:78) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
org.spongepowered.common.event.listener.GameStartedServerEventListener_PixelBuiltQuests_onStarted84.handle(Unknown Source) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:97) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:458) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:255) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
org.spongepowered.mod.SpongeMod.onStateEvent(SpongeMod.java:361) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
java.lang.reflect.Method.invoke(Method.java:498) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.eventbus.EventBus.post(EventBus.java:217) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
java.lang.reflect.Method.invoke(Method.java:498) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
com.google.common.eventbus.EventBus.post(EventBus.java:217) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
net.minecraftforge.fml.common.Loader.serverStarted(Loader.java:804) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarted(FMLCommonHandler.java:302) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
net.minecraft.server.MinecraftServer.run(MinecraftServer.java:488) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
java.lang.Thread.run(Thread.java:748) /
10.05 16:27:16 [Server] Server thread/WARN [Sponge]: /
*********************************************************************************************************************************/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant