Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Altfinder (and antivpn) fail to load on latest waterfall (with the same error) #14

Open
PaintsplattersMC opened this issue Dec 9, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@PaintsplattersMC
Copy link

PaintsplattersMC commented Dec 9, 2021

Plugin version: '3.4.24'
Server type: 'Waterfall '
Server version: '466'

Describe the bug
Alt finder (and antivpn) fail to load with (the same) an error in console.

Expected behavior
The plugin should load and function as it previously did

To Reproduce
Update to latest waterfall for 1.18 from 1.17.1 versions.
Plugins
Screenshot from 2021-12-09 15-46-50

Error Quite small.
[22:43:20] [main/WARN]: Error loading plugin AltFinder
java.lang.ExceptionInInitializerError: null
at me.egg82.altfinder.BungeeBootstrap.onLoad(BungeeBootstrap.java:38) ~[?:?]
at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:398) ~[waterfall.jar:git:Waterfall-Bootstrap:1.18-R0.1-SNAPSHOT:bf5e3c4:466]
at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:300) ~[waterfall.jar:git:Waterfall-Bootstrap:1.18-R0.1-SNAPSHOT:bf5e3c4:466]
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:278) ~[waterfall.jar:git:Waterfall-Bootstrap:1.18-R0.1-SNAPSHOT:bf5e3c4:466]
at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:67) ~[waterfall.jar:git:Waterfall-Bootstrap:1.18-R0.1-SNAPSHOT:bf5e3c4:466]
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15) ~[waterfall.jar:git:Waterfall-Bootstrap:1.18-R0.1-SNAPSHOT:bf5e3c4:466]
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected java.lang.Class java.net.URLClassLoader.findClass(java.lang.String) throws java.lang.ClassNotFoundException accessible: module java.base does not "opens java.net" to unnamed module @2ca5f1ed
at java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357) ~[?:?]
at java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297) ~[?:?]
at java.lang.reflect.Method.checkCanSetAccessible(Method.java:199) ~[?:?]
at java.lang.reflect.Method.setAccessible(Method.java:193) ~[?:?]
at me.egg82.altfinder.external.ninja.egg82.services.ProxiedURLClassLoader.(ProxiedURLClassLoader.java:20) ~[?:?]
... 6 more

@PaintsplattersMC PaintsplattersMC added the bug Something isn't working label Dec 9, 2021
@PaintsplattersMC
Copy link
Author

Update. add java line --illegal-access=permit and it works

@Trikolon
Copy link

This is a dupe of #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants