Advertisement
VOrlando520

Untitled

Aug 3rd, 2021
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.08 KB | None | 0 0
  1. [17:56:14 WARN]: Exception in thread "Server thread"
  2. [17:56:14 WARN]: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from NBTeams (nbteams)
  3. [17:56:14 WARN]: Caused by: java.lang.NoClassDefFoundError: fr/NicolasBrg/NBTeams/Teams/Private/Config
  4. [17:56:14 WARN]: at fr.NicolasBrg.NBTeams.Main.FMLModDisabledEvent(Main.java:192)
  5. [17:56:14 WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. [17:56:14 WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  7. [17:56:14 WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  8. [17:56:14 WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  9. [17:56:14 WARN]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:632)
  10. [17:56:14 WARN]: at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  11. [17:56:14 WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  12. [17:56:14 WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  13. [17:56:14 WARN]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  14. [17:56:14 WARN]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  15. [17:56:14 WARN]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  16. [17:56:14 WARN]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  17. [17:56:14 WARN]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  18. [17:56:14 WARN]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  19. [17:56:14 WARN]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  20. [17:56:14 WARN]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:215)
  21. [17:56:14 WARN]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:193)
  22. [17:56:14 WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. [17:56:14 WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. [17:56:14 WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. [17:56:14 WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  26. [17:56:14 WARN]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  27. [17:56:14 WARN]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  28. [17:56:14 WARN]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  29. [17:56:14 WARN]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  30. [17:56:14 WARN]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  31. [17:56:14 WARN]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  32. [17:56:14 WARN]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  33. [17:56:14 WARN]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:132)
  34. [17:56:14 WARN]: at net.minecraftforge.fml.common.Loader.serverStopped(Loader.java:870)
  35. [17:56:14 WARN]: at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:508)
  36. [17:56:14 WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:688)
  37. [17:56:14 WARN]: at java.lang.Thread.run(Thread.java:748)
  38. [17:56:14 WARN]: Caused by: java.lang.ClassNotFoundException: fr.NicolasBrg.NBTeams.Teams.Private.Config
  39. [17:56:14 WARN]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  40. [17:56:14 WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
  41. [17:56:14 WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
  42. [17:56:14 WARN]: ... 34 more
  43. [17:56:14 WARN]: Caused by: java.io.FileNotFoundException: /home/container/./mods/NBTeams_PureForge_1.21.6.c.jar (No such file or directory)
  44. [17:56:14 WARN]: at java.util.zip.ZipFile.open(Native Method)
  45. [17:56:14 WARN]: at java.util.zip.ZipFile.<init>(ZipFile.java:225)
  46. [17:56:14 WARN]: at java.util.zip.ZipFile.<init>(ZipFile.java:155)
  47. [17:56:14 WARN]: at java.util.jar.JarFile.<init>(JarFile.java:166)
  48. [17:56:14 WARN]: at java.util.jar.JarFile.<init>(JarFile.java:103)
  49. [17:56:14 WARN]: at sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:93)
  50. [17:56:14 WARN]: at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:69)
  51. [17:56:14 WARN]: at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:99)
  52. [17:56:14 WARN]: at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
  53. [17:56:14 WARN]: at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:89)
  54. [17:56:14 WARN]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:145)
  55. [17:56:14 WARN]: ... 36 more
  56. [17:56:21 ERROR]: Couldn't async save storage of type PlayerPartyStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  57. [17:56:21 ERROR]: Couldn't async save storage of type PCStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  58. [17:57:21 ERROR]: Couldn't async save storage of type PlayerPartyStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  59. [17:57:21 ERROR]: Couldn't async save storage of type PCStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  60. [17:58:21 ERROR]: Couldn't async save storage of type PlayerPartyStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  61. [17:58:21 ERROR]: Couldn't async save storage of type PCStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  62. [17:59:21 ERROR]: Couldn't async save storage of type PlayerPartyStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  63. [17:59:21 ERROR]: Couldn't async save storage of type PCStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  64. [18:00:21 ERROR]: Couldn't async save storage of type PlayerPartyStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  65. [18:00:21 ERROR]: Couldn't async save storage of type PCStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  66. [18:01:21 ERROR]: Couldn't async save storage of type PlayerPartyStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  67. [18:01:21 ERROR]: Couldn't async save storage of type PCStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  68. [18:02:21 ERROR]: Couldn't async save storage of type PlayerPartyStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  69. [18:02:21 ERROR]: Couldn't async save storage of type PCStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  70. [18:03:21 ERROR]: Couldn't async save storage of type PlayerPartyStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  71. [18:03:21 ERROR]: Couldn't async save storage of type PCStorage and UUID: 428ca337-8b29-4e22-a3e1-ef07bdd811fa
  72.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement