Guest User

Untitled

a guest
Nov 3rd, 2024
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.29 KB | None | 0 0
  1. [15:36:02 WARN]: The proxy is running in offline mode! This is a security risk and you will NOT receive any support!
  2. [15:36:02 INFO]: Loading plugins...
  3. [15:36:02 INFO]: Loaded plugin flectonepulse 0.0.6 by TheFaser
  4. [15:36:03 WARN] [limboapi]: Current LimboAPI version doesn't support current Velocity version (protocol version numbers: supported - 767, velocity - 768)
  5. [15:36:03 WARN] [limboapi]: Please update LimboAPI (https://github.com/Elytrium/LimboAPI/releases). LimboAPI support: https://ely.su/discord
  6. [15:36:03 INFO] [limboapi]: Initializing Simple Virtual World system...
  7. [15:36:04 INFO] [limboapi]: Hooking into PlayerList/UpsertPlayerInfo and StateRegistry...
  8. [15:36:04 ERROR]: Can't create plugin limboapi
  9. com.google.inject.ProvisionException: Unable to provision, see the following errors:
  10.  
  11. 1) [Guice/ErrorInjectingConstructor]: ReflectionException: An unexpected internal error was caught during the reflection operations.
  12. at LimboAPI.<init>(LimboAPI.java:161)
  13. at VelocityPluginModule.configure(VelocityPluginModule.java:47)
  14. while locating LimboAPI
  15.  
  16. Learn more:
  17. https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
  18.  
  19. 1 error
  20.  
  21. ======================
  22. Full classname legend:
  23. ======================
  24. LimboAPI: "net.elytrium.limboapi.LimboAPI"
  25. ReflectionException: "net.elytrium.commons.utils.reflection.ReflectionException"
  26. VelocityPluginModule: "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
  27. ========================
  28. End of classname legend:
  29. ========================
  30.  
  31. at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  32. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  33. at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  34. at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:131) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  35. at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  36. at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:418) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  37. at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:289) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  38. at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  39. Caused by: net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
  40. at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:198) ~[?:?]
  41. at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$164d79.GUICE$TRAMPOLINE(<generated>) ~[?:?]
  42. at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$164d79.apply(<generated>) ~[?:?]
  43. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  44. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  45. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  46. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  47. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  48. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  49. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  50. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  51. ... 6 more
  52. Caused by: net.elytrium.commons.utils.reflection.ReflectionException: An unexpected internal error was caught during the reflection operations.
  53. at net.elytrium.limboapi.protocol.LimboProtocol.register(LimboProtocol.java:525) ~[?:?]
  54. at net.elytrium.limboapi.protocol.LimboProtocol.init(LimboProtocol.java:446) ~[?:?]
  55. at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:196) ~[?:?]
  56. at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$164d79.GUICE$TRAMPOLINE(<generated>) ~[?:?]
  57. at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$164d79.apply(<generated>) ~[?:?]
  58. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  59. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  60. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  61. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  62. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  63. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  64. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  65. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  66. ... 6 more
  67. Caused by: java.lang.IllegalArgumentException: Can not register class PlayerChatSessionPacket with id 7 for 1.21.2 because another packet is already registered
  68. at com.velocitypowered.proxy.protocol.StateRegistry$PacketRegistry.register(StateRegistry.java:854) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  69. at net.elytrium.limboapi.protocol.LimboProtocol.register(LimboProtocol.java:522) ~[?:?]
  70. at net.elytrium.limboapi.protocol.LimboProtocol.init(LimboProtocol.java:446) ~[?:?]
  71. at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:196) ~[?:?]
  72. at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$164d79.GUICE$TRAMPOLINE(<generated>) ~[?:?]
  73. at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$164d79.apply(<generated>) ~[?:?]
  74. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  75. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  76. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  77. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  78. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  79. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  80. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  81. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  82. ... 6 more
  83. [15:36:04 ERROR]: Can't create plugin limboauth
  84. com.google.inject.ProvisionException: Unable to provision, see the following errors:
  85.  
  86. 1) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
  87. at LimboAuth.<init>(LimboAuth.java:192)
  88. at VelocityPluginModule.configure(VelocityPluginModule.java:47)
  89. while locating LimboAuth
  90.  
  91. Learn more:
  92. https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
  93.  
  94. 1 error
  95.  
  96. ======================
  97. Full classname legend:
  98. ======================
  99. LimboAuth: "net.elytrium.limboauth.LimboAuth"
  100. VelocityPluginModule: "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
  101. ========================
  102. End of classname legend:
  103. ========================
  104.  
  105. at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  106. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  107. at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  108. at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:131) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  109. at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  110. at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:418) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  111. at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:289) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  112. at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  113. Caused by: java.util.NoSuchElementException: No value present
  114. at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
  115. at net.elytrium.limboauth.LimboAuth.<init>(LimboAuth.java:203) ~[?:?]
  116. at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$2bf091.GUICE$TRAMPOLINE(<generated>) ~[?:?]
  117. at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$2bf091.apply(<generated>) ~[?:?]
  118. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  119. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  120. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  121. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  122. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  123. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  124. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  125. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  126. ... 6 more
  127. [15:36:04 ERROR]: Can't create plugin limbofilter
  128. com.google.inject.ProvisionException: Unable to provision, see the following errors:
  129.  
  130. 1) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
  131. at LimboFilter.<init>(LimboFilter.java:122)
  132. at VelocityPluginModule.configure(VelocityPluginModule.java:47)
  133. while locating LimboFilter
  134.  
  135. Learn more:
  136. https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
  137.  
  138. 1 error
  139.  
  140. ======================
  141. Full classname legend:
  142. ======================
  143. LimboFilter: "net.elytrium.limbofilter.LimboFilter"
  144. VelocityPluginModule: "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
  145. ========================
  146. End of classname legend:
  147. ========================
  148.  
  149. at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  150. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  151. at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  152. at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:131) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  153. at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:173) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  154. at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:418) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  155. at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:289) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  156. at com.velocitypowered.proxy.Velocity.main(Velocity.java:71) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  157. Caused by: java.util.NoSuchElementException: No value present
  158. at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
  159. at net.elytrium.limbofilter.LimboFilter.<init>(LimboFilter.java:131) ~[?:?]
  160. at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$3be88a.GUICE$TRAMPOLINE(<generated>) ~[?:?]
  161. at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$3be88a.apply(<generated>) ~[?:?]
  162. at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  163. at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  164. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  165. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  166. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  167. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  168. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  169. at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.4.0-SNAPSHOT (git-08a42b37-b449)]
  170. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment