Stereowalker / Survive

https://modrinth.com/mod/survive
https://www.curseforge.com/minecraft/mc-mods/survive
Other
19 stars 18 forks source link

Mixin ClassNotFoundException for OriginManager. #158

Open AiLovesAi opened 3 years ago

AiLovesAi commented 3 years ago

Warning in the console for a ClassNotFoundException, says "Mixin target not found". Second error (more of a warning) is that the Mixin config doesn't specify the "minVersion" property, which is also an issue for UnionLib.

Log

[17Aug2021 17:13:12.858] [main/ERROR] [mixin/]: Mixin config survive.mixins.json does not specify "minVersion" property

...

[17Aug2021 17:13:13.410] [main/WARN] [mixin/]: Error loading class: io/github/apace100/origins/origin/OriginManager (java.lang.ClassNotFoundException: null) [17Aug2021 17:13:13.410] [main/WARN] [mixin/]: @Mixin target io.github.apace100.origins.origin.OriginManager was not found survive.mixins.json:OriginManagerMixin

Expected Behavior

No error.

Possible Solution

Remove, check if it needs, or validate the URL in the Mixin file. Update the Mixin config to have a minVersion property.

Steps to Reproduce

This should happen any time a server is run with this mod installed.

Versions

Minecraft: 1.16.5 Forge: 36.2.2 Survive: 1.16.5-3.4.4 UnionLib 1.16.5-3.3.7

Stereowalker commented 3 years ago

Thanks for pointing it out