-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced Stocking Input Hatches Are Still Very Broken #16267
Comments
I've been trying to get a reliable testcase for Stocking Input Hatches (both advanced and non-advanced) still causing a machine critical shutdown on 2.6.0 (with Glease's internal state mutation cleanup from Apr 15th). It's difficult/annoying because it's not guaranteed. I spent a little while digging through the implementation to see if any there were any logic holes in the implementation that stood out to me. One did: When updating the I don't know how this would manifest (AE2 is a bit of an obscure spiderweb), but maybe it's something to consider? Hoping someone who has more experience with these systems can take a look. I could be quacking up entirely the wrong tree. |
I an pretty sure it is not voiding fluids. I have a couple of large scale fluid solidifier implementations that use cell movement and they trigger this all the time. Critically, the universal solidifier connected to AE for on demand crafting does not see crafts getting stuck or failing which means all the items going into the system produce correct outputs, even if machines crash-stop constantly. I have to admit I just stuck machine covers on the LPFs, set to "disable with redstone, safe mode off", to ensure they all stayed operational. So far I have not observed any negative effects from this, apart from all the sad machine noises. I suspect this is occurring when two machines attempt to take the same fluid from AE on the same tick, but I know even less about the AE codebase than the previous commenter ;-) My half-baked thought was that maybe all machines did one part of recipe calculation (with SIMULATE) and then later in the same tick did the actual extraction (with MODULATE) expecting it to succeed because the SIMULATE did. |
have played around a bit with the debugger and it does seem like |
i dont know enough about the codebase to know if it would break anything but it might be better to set |
Your GTNH Discord Username
@srdra
Your Pack Version
2.6.0
Your Server
Private Server
Java Version
Java 17
Type of Server
Vanilla Forge
Your Expectation
Advanced Stocking Hatches should be correctly auto-stocking the fluid to the machine without crashing it.
The Reality
Even with a closed subnet (1 Drive with a single ME Quantum Fluid Cell connected to 16 Advanced Stocking Input Hatches, set to 20 tick refresh rate, which is in turn connected to 64 LPFs as quads), the hatch manages to crash and void the craft.
The Subnet:
Your Proposal
Make it not crash.
Final Checklist
The text was updated successfully, but these errors were encountered: