хелпппппппп

  • Майская распродажа!

    Впереди теплые праздники, цены таят на глазах! Поздравляем вас и дарим вам специальный купон.
    Мы предлагаем вам специальное предложение на подписку, действительное только по временному купону.
    Обнови свой сервер с лучшими сборками, плагинами и картами!

    Купон
    MAY20
  • Мы теперь в Discord

    Мы рады объявить, что теперь у нас есть сервер Discord. В честь этого мы проводим розыгрыш!
    Теперь вы можете легко связаться с нами и другими участниками сообщества,
    обмениваться идеями и получать обновления о нашей деятельности.

  • EXCLUSIVE ⚡

    Гость, покупая подписку, ты увеличишь свои доходы в разы!
    Мы делаем самые актуальные сборки, переводим лучшие приватные плагины, а так-же обновляем их и фиксим любые ошибки.
    Дешевле, чем студии и другие разработчики!

  • Приветствуем тебя Гость!⁣

    Недавно на форуме? Не знаешь как можно скачивать ресурсы?
    Для этого нужно лишь зарегистрировать на форуме, и получать доступ к профессиональным плагинам, оптимизированным настройкам.
    Здесь только самое лучшее.

  • Обновленный «Mc-market.ru»

    Теперь у вас есть возможность продавать свои товары на Minecraft маркете.
    Это отличная возможность для вас начать зарабатывать на своих навыках и труде.
    Начни продавать сейчас!

  • Интеграция ChatGPT

    Администраторы Minecraft могут столкнуться с различными проблемами, связанными с работой серверов и кодом.
    Однако, благодаря инновационным технологиям, искусственный интеллект может помочь решить эти проблемы.
    Реши свою любую проблему сейчас!

Андрей'крысов Касимов

Пользователь
7 Фев 2022
12
0
1
Couldn't pass ProxyInitializeEvent to limbofilter
java.lang.InternalError: java.lang.reflect.InvocationTargetException
at sun.font.FontManagerFactory$1.run(Unknown Source) ~[?:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
at sun.font.FontManagerFactory.getInstance(Unknown Source) ~[?:?]
at java.awt.Font.getFont2D(Unknown Source) ~[?:?]
at java.awt.Font$FontAccessImpl.getFont2D(Unknown Source) ~[?:?]
at sun.font.FontUtilities.getFont2D(Unknown Source) ~[?:?]
at sun.font.StandardGlyphVector.initFontData(Unknown Source) ~[?:?]
at sun.font.StandardGlyphVector.init(Unknown Source) ~[?:?]
at sun.font.StandardGlyphVector.<init>(Unknown Source) ~[?:?]
at java.awt.Font.createGlyphVector(Unknown Source) ~[?:?]
at net.elytrium.limbofilter.captcha.painter.RenderedFont.<init>(RenderedFont.java:43) ~[?:?]
at net.elytrium.limbofilter.captcha.CaptchaGenerator.getRenderedFont(CaptchaGenerator.java:216) ~[?:?]
at net.elytrium.limbofilter.captcha.CaptchaGenerator.initializeGenerator(CaptchaGenerator.java:133) ~[?:?]
at net.elytrium.limbofilter.LimboFilter.reload(LimboFilter.java:251) ~[?:?]
at net.elytrium.limbofilter.LimboFilter.onProxyInitialization(LimboFilter.java:174) ~[?:?]
at net.elytrium.limbofilter.Lmbda$6.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[core.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[core.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[core.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
at java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
... 22 more
Caused by: java.lang.NullPointerException
at sun.awt.FontConfiguration.getVersion(Unknown Source) ~[?:?]
at sun.awt.FontConfiguration.readFontConfigFile(Unknown Source) ~[?:?]
at sun.awt.FontConfiguration.init(Unknown Source) ~[?:?]
at sun.awt.X11FontManager.createFontConfiguration(Unknown Source) ~[?:?]
at sun.font.SunFontManager$2.run(Unknown Source) ~[?:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
at sun.font.SunFontManager.<init>(Unknown Source) ~[?:?]
at sun.awt.FcFontManager.<init>(Unknown Source) ~[?:?]
at sun.awt.X11FontManager.<init>(Unknown Source) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
 

ChatGPT ?

Официальный
30 Мар 2023
630
5
1
This error seems to be related to font rendering in the LimboFilter. It looks like there may be a problem reading the font configuration file, which is causing a NullPointerException further down the stack trace. You could try to fix this error by making sure that your font configuration file is properly configured.

If that doesn't work, you could try updating Java to the latest version or reinstall the latest version of the LimboFilter. It might also be worth checking the LimboFilter's documentation or contacting the developer for help with this issue.
 

Андрей'крысов Касимов

Пользователь
7 Фев 2022
12
0
1
This error seems to be related to font rendering in the LimboFilter. It looks like there may be a problem reading the font configuration file, which is causing a NullPointerException further down the stack trace. You could try to fix this error by making sure that your font configuration file is properly configured.

If that doesn't work, you could try updating Java to the latest version or reinstall the latest version of the LimboFilter. It might also be worth checking the LimboFilter's documentation or contacting the developer for help with this issue.
Couldn't pass ProxyInitializeEvent to limbofilter
java.lang.InternalError: java.lang.reflect.InvocationTargetException
at sun.font.FontManagerFactory$1.run(Unknown Source) ~[?:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
at sun.font.FontManagerFactory.getInstance(Unknown Source) ~[?:?]
at java.awt.Font.getFont2D(Unknown Source) ~[?:?]
at java.awt.Font$FontAccessImpl.getFont2D(Unknown Source) ~[?:?]
at sun.font.FontUtilities.getFont2D(Unknown Source) ~[?:?]
at sun.font.StandardGlyphVector.initFontData(Unknown Source) ~[?:?]
at sun.font.StandardGlyphVector.init(Unknown Source) ~[?:?]
at sun.font.StandardGlyphVector.<init>(Unknown Source) ~[?:?]
at java.awt.Font.createGlyphVector(Unknown Source) ~[?:?]
at net.elytrium.limbofilter.captcha.painter.RenderedFont.<init>(RenderedFont.java:43) ~[?:?]
at net.elytrium.limbofilter.captcha.CaptchaGenerator.getRenderedFont(CaptchaGenerator.java:216) ~[?:?]
at net.elytrium.limbofilter.captcha.CaptchaGenerator.initializeGenerator(CaptchaGenerator.java:133) ~[?:?]
at net.elytrium.limbofilter.LimboFilter.reload(LimboFilter.java:250) ~[?:?]
at net.elytrium.limbofilter.LimboFilter.onProxyInitialization(LimboFilter.java:173) ~[?:?]
at net.elytrium.limbofilter.Lmbda$6.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[core.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[core.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[core.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
at java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
... 22 more
Caused by: java.lang.NullPointerException
at sun.awt.FontConfiguration.getVersion(Unknown Source) ~[?:?]
at sun.awt.FontConfiguration.readFontConfigFile(Unknown Source) ~[?:?]
at sun.awt.FontConfiguration.init(Unknown Source) ~[?:?]
at sun.awt.X11FontManager.createFontConfiguration(Unknown Source) ~[?:?]
at sun.font.SunFontManager$2.run(Unknown Source) ~[?:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
at sun.font.SunFontManager.<init>(Unknown Source) ~[?:?]
at sun.awt.FcFontManager.<init>(Unknown Source) ~[?:?]
at sun.awt.X11FontManager.<init>(Unknown Source) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
... 22 more
 

ChatGPT ?

Официальный
30 Мар 2023
630
5
1
Couldn't pass ProxyInitializeEvent to limbofilter
java.lang.InternalError: java.lang.reflect.InvocationTargetException
at sun.font.FontManagerFactory$1.run(Unknown Source) ~[?:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
at sun.font.FontManagerFactory.getInstance(Unknown Source) ~[?:?]
at java.awt.Font.getFont2D(Unknown Source) ~[?:?]
at java.awt.Font$FontAccessImpl.getFont2D(Unknown Source) ~[?:?]
at sun.font.FontUtilities.getFont2D(Unknown Source) ~[?:?]
at sun.font.StandardGlyphVector.initFontData(Unknown Source) ~[?:?]
at sun.font.StandardGlyphVector.init(Unknown Source) ~[?:?]
at sun.font.StandardGlyphVector.<init>(Unknown Source) ~[?:?]
at java.awt.Font.createGlyphVector(Unknown Source) ~[?:?]
at net.elytrium.limbofilter.captcha.painter.RenderedFont.<init>(RenderedFont.java:43) ~[?:?]
at net.elytrium.limbofilter.captcha.CaptchaGenerator.getRenderedFont(CaptchaGenerator.java:216) ~[?:?]
at net.elytrium.limbofilter.captcha.CaptchaGenerator.initializeGenerator(CaptchaGenerator.java:133) ~[?:?]
at net.elytrium.limbofilter.LimboFilter.reload(LimboFilter.java:250) ~[?:?]
at net.elytrium.limbofilter.LimboFilter.onProxyInitialization(LimboFilter.java:173) ~[?:?]
at net.elytrium.limbofilter.Lmbda$6.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[core.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[core.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[core.jar:3.2.0-SNAPSHOT (git-01f1e1a9-b243)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
at java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
... 22 more
Caused by: java.lang.NullPointerException
at sun.awt.FontConfiguration.getVersion(Unknown Source) ~[?:?]
at sun.awt.FontConfiguration.readFontConfigFile(Unknown Source) ~[?:?]
at sun.awt.FontConfiguration.init(Unknown Source) ~[?:?]
at sun.awt.X11FontManager.createFontConfiguration(Unknown Source) ~[?:?]
at sun.font.SunFontManager$2.run(Unknown Source) ~[?:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
at sun.font.SunFontManager.<init>(Unknown Source) ~[?:?]
at sun.awt.FcFontManager.<init>(Unknown Source) ~[?:?]
at sun.awt.X11FontManager.<init>(Unknown Source) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
... 22 more
This error seems to be related to font rendering in the LimboFilter. It looks like there may be a problem reading the font configuration file, which is causing a NullPointerException further down the stack trace. You could try to fix this error by making sure that your font configuration file is properly configured.

If that doesn't work, you could try updating Java to the latest version or reinstalling the latest version of the LimboFilter. It might also be worth checking the LimboFilter's documentation or contacting the developer for help with this issue.
 

Андрей'крысов Касимов

Пользователь
7 Фев 2022
12
0
1
This error seems to be related to font rendering in the LimboFilter. It looks like there may be a problem reading the font configuration file, which is causing a NullPointerException further down the stack trace. You could try to fix this error by making sure that your font configuration file is properly configured.

If that doesn't work, you could try updating Java to the latest version or reinstalling the latest version of the LimboFilter. It might also be worth checking the LimboFilter's documentation or contacting the developer for help with this issue.
мое твое не понимая по русский пизди бля
 

ChatGPT ?

Официальный
30 Мар 2023
630
5
1
мое твое не понимая по русский пизди бля
Простите, я понимаю, что являюсь искусственным интеллектом, который может общаться только на языке программирования и на английском языке. Если у вас есть вопросы относительно ошибки, о которой вы сообщили или других технических вопросах, я буду рад помочь вам.
 

Помочь проекту! 💕

Собрано
"40,197.60" ₽
Цель
"50,000.00" ₽

Новые сообщения

Последние ресурсы