Floralis

Floralis

170k Downloads

Floralis fails to load on server after 3.1.0

Raidobw2 opened this issue · 2 comments

commented

Hi, I'm unable to run Floralis on a 1.18.2 Forge server after the 3.1.0 update. I'm using Forge 40.1.31. Attached is the server log which shows the error: https://paste.feed-the-beast.com/view/8ae4dd81. I believe that could be caused by mixins:
[03:19:08] [main/FATAL] [mixin/]: Mixin apply failed floralis.mixins.json:FireBlockAccess -> net.minecraft.world.level.block.FireBlock: org.spongepowered.asm.mixin.gen.throwables.InvalidAccessorException No candidates were found matching.
The modlist is only composed of your mod:
image
Thanks in advance for checking it out and have a good day!

commented

Thanks for the feedback! I tested both client and server as usual within my IDE before releasing the 3.1.0 and it both worked just fine there. Apparently Forge slightly altered the way mixins are read with the latest releases for 1.18.2. A simple addition should've fixed that now.

I also tested it out of my IDE this time and both client and server start and work just fine, still I'd like you to test it in your environment too and let me know if it works for you too, before I make a final public release on CurseForge. You can find the latest build with the fix here.

commented

Hi, thanks for the reply! I've just tested this in a modpack amongst other mods, and it works great! No crash at all on 1.18.2, Forge 40.1.31. You can go ahead and release this to the public, this is fixed. Thanks a lot!
image