Polymorph (Fabric/Forge/Quilt)

Polymorph (Fabric/Forge/Quilt)

99M Downloads

1.19.2 - Server Side Crash/Hang with mods (``Polymoprh, Visual Workbench``)

P3rf3ctXZer0 opened this issue ยท 10 comments

commented

Hmm, I'm not sure exactly what's going wrong here but I don't think it's related to Visual Workbench or Polymorph. Those mods are just calling regular vanilla methods near the top of their respective stacktrace sections. I would suspect Bigger Stacks may be interfering with the Ingredient initialization somehow but that's just a guess based purely on how extensively they seem to modify the base game.

I suggest removing Bigger Stacks and see if the crash/hang still occurs. If it does, try removing all other mods and isolating which of these mods specifically cause the issue to occur.

commented

Yeah that was the next plan. I close this till I get more info.

commented

Damn that is the wrong log - one second.

commented

How do you know that this is a Polymorph issue? Polymorph has no known interaction between those mods and I cannot see Polymorph mentioned anywhere in the log attached to the issue you linked.

commented

The JEI devs said it is polymorph.
LtIgz6F 1

commented

I actually have no idea what mod is causing the issue yet, I only looked into it enough to rule out JEI.
The JEI issue was opened here: mezz/JustEnoughItems#3028

commented

@P3rf3ctXZer0 it looks like you will need to narrow this down by removing mods until the issue goes away.
If you can figure out exactly which mods are involved in the bug, you can make a more actionable bug report.

commented

it looks like you will need to narrow this down by removing mods until the issue goes away.
If you can figure out exactly which mods are involved in the bug, you can make a more actionable bug report.

I agree with this suggestion. It's necessary to reproduce this issue with the minimal number of mods involved before we can begin to figure out where it's going wrong.

I'll also clarify that I never said it wasn't Polymorph, I just don't think it is from what the stacktrace tells me. The point that's crashing from Polymorph's end is simply a call to the vanilla recipe manager's getRecipesFor method so I don't know why it would cause this crash on its own. I also doubt it's JEI + Polymorph together somehow because I'd wager almost all instances of Polymorph are running JEI as well and this is the first report I've heard of this crash.

I would suggest OP to try and reproduce this with only JEI, Polymorph, Visual Workbench, and Bigger Stacks and see if this happens again. If it does, continue isolating each mod from each other until you find which mod or combination of mods cause the issue consistently. If it doesn't, then you'll need to extend your search to the other mods in your instance as well.

commented

I mean I did that with no crashing so it definitely is a mod conflict. Unfortunately I don't have time to deal with it. Also my pack has changed dramatically since posting this issue. If it is not relevant or you are unable to deal with it I will simply close this issue as I have long since removed polymorph and kept visual workbench and have had absolutely no issues.