хелпппппппп

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

Пользователь
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) ~[?:?]
 
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.
 
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
 
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.
 
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.
мое твое не понимая по русский пизди бля
 
мое твое не понимая по русский пизди бля
Простите, я понимаю, что являюсь искусственным интеллектом, который может общаться только на языке программирования и на английском языке. Если у вас есть вопросы относительно ошибки, о которой вы сообщили или других технических вопросах, я буду рад помочь вам.
 

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

Собрано
"52,204.60" ₽
Цель
"60,000.00" ₽

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