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
The error seems to be due to an attempt to access the private constructor of the DefaultChannelPipeline class from Netty using reflection. This occurs in the RakUtils class of the CloudburstMC library.
Steps to Reproduce:
Integrate the CloudburstMC library into a project.
Try to execute a feature that uses the RakUtils class.
Error
java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
when using theRakUtils
classWhile running my application that utilizes the CloudburstMC and Netty libraries, I encountered the following error:
The error seems to be due to an attempt to access the private constructor of the
DefaultChannelPipeline
class from Netty using reflection. This occurs in theRakUtils
class of the CloudburstMC library.Steps to Reproduce:
Relevant Code:
Snippet from the
RakUtils
class:Environment:
Operating System: Windows, Linux, Debian
Java Version: 17
CloudburstMC Library Version: latest
Netty Version: latest
I am willing to provide additional information or conduct tests to resolve this issue.
Thank you !
The text was updated successfully, but these errors were encountered: