Keksuccino / FancyMenu

Source code for FancyMenu.
Other
165 stars 21 forks source link

Incompatibility with "Valkyrien Skies 2" #957

Open Czoguski opened 1 month ago

Czoguski commented 1 month ago

Describe the issue The game crashes before opening to the main menu, specifically upon initialization of fancy menu. I am using only Valkyrien Skies and Fancy Menu with its prerequisite mods. This seems to be a possible regression with FM 3.3.x, as 3.2.3 works just fine with the other mod listed.

Launching Minecraft with Valkyrien Skies and just FM's prerequisite mods (without FM) does not cause a crash.

Game Log latest.log: https://gist.github.com/Czoguski/95d0c030cf4438dff30398d34aa570b2 Crash Report: https://gist.github.com/Czoguski/8d00a659215377b042bbdacd87f5aea1

Basic Information

Keksuccino commented 1 month ago

This sounds like Valkyrien Skies is somehow forcing a wrong version of a library I'm using to parse property files.

java.lang.NoSuchMethodError: 'boolean org.apache.commons.lang3.ObjectUtils.anyNull(java.lang.Object[])'

If it works without Valkyrien Skies, it's probably on them to fix this.

Czoguski commented 1 month ago

Ah. In that case, I'll head on over to their repo to post an issue there.

In the meantime, 3.2.3 is working just fine with it, which I'll continue to use for now.