You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
After switching from Waterfall to BungeeCord (latest build) running on Java 21, I encounter the following exception in the console when starting the BungeeCord proxy:
[WARNING] Exception encountered when loading plugin: MinecraftSentryReporter
java.lang.NullPointerException: Cannot invoke "java.util.logging.Logger.addHandler(java.util.logging.Handler)" because the return value of "java.util.logging.Logger.getParent()" is null
at pl.szczurowsky.minecraftsentryreporter.bungee.MSRBungeePlugin.onEnable(MSRBungeePlugin.java:32)
at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:266)
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:298)
at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:67)
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
As a result, the plugin does not report any exceptions to Sentry.
This issue did not occur with Waterfall, and it appears specific to BungeeCord’s handling of the logger setup in the onEnable method.
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting the issue. Plugin wasn't updated for quite a long time, so that might be the cause. I will certainly take a look on this problem in free time.
Description:
After switching from Waterfall to BungeeCord (latest build) running on Java 21, I encounter the following exception in the console when starting the BungeeCord proxy:
As a result, the plugin does not report any exceptions to Sentry.
This issue did not occur with Waterfall, and it appears specific to BungeeCord’s handling of the logger setup in the
onEnable
method.The text was updated successfully, but these errors were encountered: