Вопрос Ошибка LimboFilter пропускает без каптчи+регестрации

Ядро
Velocity

Mysteys

Пользователь
Сообщения
18
Выдает ошибки
Вам необходимо зарегистрироваться для просмотра изображений-вложений

Код:
[17:38:44 ERROR]: Can't create plugin limboapi
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) [Guice/ErrorInjectingConstructor]: NoSuchFieldError: MINECRAFT_1_20_5
  at LimboAPI.<init>(LimboAPI.java:161)
  at VelocityPluginModule.configure(VelocityPluginModule.java:47)
  while locating LimboAPI
Learn more:
  https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
1 error
======================
Full classname legend:
======================
LimboAPI:             "net.elytrium.limboapi.LimboAPI"
VelocityPluginModule: "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
========================
End of classname legend:
========================
        at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:134) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:155) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:364) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:241) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.Velocity.main(Velocity.java:70) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
Caused by: java.lang.NoSuchFieldError: MINECRAFT_1_20_5
        at net.elytrium.limboapi.server.item.SimpleItemComponentManager.<clinit>(SimpleItemComponentManager.java:71) ~[?:?]
        at net.elytrium.limboapi.LimboAPI.<init>(LimboAPI.java:145) ~[?:?]
        at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$166719.GUICE$TRAMPOLINE(<generated>) ~[?:?]
        at net.elytrium.limboapi.LimboAPI$$FastClassByGuice$$166719.apply(<generated>) ~[?:?]
        at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        ... 6 more
[17:38:44 ERROR]: Can't create plugin limboauth
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
  at LimboAuth.<init>(LimboAuth.java:189)
  at VelocityPluginModule.configure(VelocityPluginModule.java:47)
  while locating LimboAuth
Learn more:
  https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
1 error
======================
Full classname legend:
======================
LimboAuth:              "net.elytrium.limboauth.LimboAuth"
VelocityPluginModule:   "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
========================
End of classname legend:
========================
        at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:134) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:155) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:364) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:241) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.Velocity.main(Velocity.java:70) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
Caused by: java.util.NoSuchElementException: No value present
        at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
        at net.elytrium.limboauth.LimboAuth.<init>(LimboAuth.java:199) ~[?:?]
        at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$2bcfdc.GUICE$TRAMPOLINE(<generated>) ~[?:?]
        at net.elytrium.limboauth.LimboAuth$$FastClassByGuice$$2bcfdc.apply(<generated>) ~[?:?]
        at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        ... 6 more
[17:38:44 ERROR]: Can't create plugin limboauth-social-addon
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
  at Addon.<init>(Addon.java:128)
  at VelocityPluginModule.configure(VelocityPluginModule.java:47)
  while locating Addon
Learn more:
  https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
1 error
======================
Full classname legend:
======================
Addon:                  "net.elytrium.limboauth.socialaddon.Addon"
VelocityPluginModule:   "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
========================
End of classname legend:
========================
        at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:134) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:155) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:364) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:241) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.Velocity.main(Velocity.java:70) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
Caused by: java.util.NoSuchElementException: No value present
        at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
        at net.elytrium.limboauth.socialaddon.Addon.<init>(Addon.java:135) ~[?:?]
        at net.elytrium.limboauth.socialaddon.Addon$$FastClassByGuice$$365cbd.GUICE$TRAMPOLINE(<generated>) ~[?:?]
        at net.elytrium.limboauth.socialaddon.Addon$$FastClassByGuice$$365cbd.apply(<generated>) ~[?:?]
        at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        ... 6 more
[17:38:44 ERROR]: Can't create plugin limbofilter
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) [Guice/ErrorInjectingConstructor]: NoSuchElementException: No value present
  at LimboFilter.<init>(LimboFilter.java:122)
  at VelocityPluginModule.configure(VelocityPluginModule.java:47)
  while locating LimboFilter
Learn more:
  https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR
1 error
======================
Full classname legend:
======================
LimboFilter:            "net.elytrium.limbofilter.LimboFilter"
VelocityPluginModule:   "com.velocitypowered.proxy.plugin.loader.java.VelocityPluginModule"
========================
End of classname legend:
========================
        at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:251) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1151) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1186) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.createPlugin(JavaPluginLoader.java:134) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:155) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:364) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:241) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.velocitypowered.proxy.Velocity.main(Velocity.java:70) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
Caused by: java.util.NoSuchElementException: No value present
        at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
        at net.elytrium.limbofilter.LimboFilter.<init>(LimboFilter.java:131) ~[?:?]
        at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$4e4c93.GUICE$TRAMPOLINE(<generated>) ~[?:?]
        at net.elytrium.limbofilter.LimboFilter$$FastClassByGuice$$4e4c93.apply(<generated>) ~[?:?]
        at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance(DefaultConstructionProxyFactory.java:82) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:114) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:91) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:300) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:169) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:45) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        at com.google.inject.internal.InjectorImpl$1.get(InjectorImpl.java:1148) ~[velocity.jar:3.3.0-SNAPSHOT (git-9e42049a-b376)]
        ... 6 more
 
Решение
Объединено

limbofilter с поддержкой 1.21.5 -
limboauth так же с 1.21.5 -
Объединено

limbofilter с поддержкой 1.21.5 -
limboauth так же с 1.21.5 -
 
Последнее редактирование:
Если ваш вопрос был решён, то следует отметить его как решённый, чтобы продемонстрировать, что проблема была устранена, и помочь другим пользователям, которые могут столкнуться с аналогичными трудностями
 
Назад
Сверху Снизу