
Calculator Locator plug circut crash
Eidelmaim opened this issue ยท 3 comments
good day sir,
My team has been setting up a Resonant Rise server, which includes your mod, during some testing/goofing off, i came across this lil gem of a glitch/bug which is more of an annoyance than a server killing issue. it involves placing circuits in plugs to stabilize the locator. please watch the included video and see the pastebin. this is throwing no exceptions client side so the pastebin is an excerpt from console logs. it appears to include a problem with inventorytweeks, im leaving this with you with hopes it might be correctable on your side, if not i will be making a post with the inventorytweeks devs. this maybe purely an inventorytweeks issue and if so, please close this posting and i will know why :) cheers.
CALCULATOR-1.7.10-1.9.11
i think this crash is an inventory tweaks problem but i'm not sure if this will ever be fixed as it's a 1.7.10 bug and almost all mods have moved on.
it looks like there is a race condition where you are clicking so fast the client sends to the server that you clicked on the plug with an empty hand causing the GUI to open. At the same time inventorytweaks moves a new plug in your hand (server sided), the server syncs that to the client but the other package already left, causing a desync. the client opens the gui cause you clicked with an empty hand, the server doesn't cause you have the plug in hand on the server already. inventorytweaks tries to map slots for sorting but crashes cause no gui on the server