-
Notifications
You must be signed in to change notification settings - Fork 114
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
Apache Common Lang3 Module should not be included in ValkyrienSkies => Compatibility Issue Source Found #617
Comments
Any progress on this issue? This also causes a crash with Kiwi |
wait ValkyrienSkies is also doing that weird thing on NeoForge / LexForge? |
Wrong link, sorry. It was Kiwi for Fabric. Fixed now |
fionera
added a commit
to fionera/Valkyrien-Skies-2
that referenced
this issue
Apr 2, 2024
commons-lang3 is always provided at runtime, don't shade it to prevent incompatibilities. Closes ValkyrienSkies#617, ValkyrienSkies#616
ewoudje
pushed a commit
that referenced
this issue
May 3, 2024
Closed in #798 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Valkyrien Skies developers!
I got the same issue as bv7dev and after some deep research on the Quilt Discord Server, we found that the issue is coming from the
ArrayUtils
class in a old apache-common-lang3 module that is packed into ValkyrienSkies! This weirdArrayUtils
class replaces the classic one, causing crash with CompleteConfig that uses the class. (CompleteConfig is used by RegionsUnexploredFabric).There is actually a workaround to fix it, we can just remove the apache-common-lang3 package in the mod jar, but you should remove it directly from the mod source.
The text was updated successfully, but these errors were encountered: