McJtyMods / McJtyLib

MIT License
45 stars 35 forks source link

Fancy Trinkets server disconnect 1.19-2.1.0 #155

Open aAndrew3030 opened 1 year ago

aAndrew3030 commented 1 year ago

Clicking the + button in refined storage to transfer items from storage to grid causes aAndrew30 lost connection: Internal Exception: java.lang.ArrayIndexOutOfBoundsException: Index 9 out of bounds for length 9 I am assuming the 9 item craft must also us the custom fancy trinkets crafter, so crashes with RS

McJty commented 1 year ago

I need a full log

aAndrew3030 commented 1 year ago

Are you not able to recreate the issue? The log file did not show anything, but I will need to recreate the issue to create a log file

aAndrew3030 commented 1 year ago

debug.log

aAndrew3030 commented 1 year ago

Screenshot 2023-02-06 110541

McJty commented 1 year ago

I don't have refined storage in my dev env and that's also somewhat hard to get for me. Also it seems like the bug is in Refined Storage. Not in fancy trinkets. Did you report to them?

aAndrew3030 commented 1 year ago

Actually, it is the same issue as this https://github.com/McJtyMods/FancyTrinkets/issues/2 I doubt it is a RS problem, as I don't think RS determines what should include the + button or not?

Regardless, it is a minor issue that happens when you expect a 3x3 craft to work in RS, not realizing it needs the trinkets crafter

McJty commented 1 year ago

I'm actually rather sure it's an RS problem. I wouldn't know how to solve it in any case. It's not something that I can fix on my side as I don't control the + feature either. That's the JEI plugin from Refined Storage that does that

aAndrew3030 commented 1 year ago

Okay, I will report to RS