the9grounds / AE-Additions

GNU General Public License v3.0
11 stars 14 forks source link

Reported Issue: Fuzzy card sometimes not working with enchanted books #155

Open Beachman4 opened 2 months ago

Beachman4 commented 2 months ago

https://github.com/AppliedEnergistics/Applied-Energistics-2/issues/7957

mattba10 commented 2 months ago

https://github.com/AppliedEnergistics/Applied-Energistics-2/issues/7957

So what I have is a system that pumps in enchanted books through a quantum ring into the system. The quantum ring is chunk loaded bother through the AE2 chunk loader and through FTB teams and both are in the atm mining dim. This is quite a lot of items with only really the enchanted books having any form of meta data. Now I'm not sure how/if the server chunk loads or not but after a while I find that enchanted book stack up. They seem to be prioritised (although no prioritisation set on the cells or drive bays) and enchanted books go into these AE2 additions 65 000k cells. I chose these as I heard the no item limit disk drives are both buggy (I have experiences items appearing to go missing) and really bad as they can hold infinite meta data. I have eliminated other cells from the issue as they never hold the books (for some reason IDK why maybe they are always full) as well as eliminated the extended drive bays being the issue as the issue appears to persist.

Now interesting is the fix. To fix I simply have to remove the majority of the cells and replace them VERY slowly 1 by 1. Sometimes the process has to be repeated a couple of times. The export bus is now connected to a netherite chest with stack upgrades as a buffer; again this isnt the issue as it persisted when it when into an ender chest. I believe but hard to verify but when the netherite chest fills up with the books this again causes the cells to stop exporting- It is noted this netherite chest is constantly pumped out to an ender chest but not as fast as the import into said netherite chest by the export bus with fuzzy card. This filling up of the chest and it is hypothesised that the filling of the chest stopping the export is the reason why cells have to be fixed slowly and individually. It is unknown why it breaks in the first place as that netherite chest never fills up in normal operations.

mattba10 commented 2 months ago

Any updates on this?

mattba10 commented 2 weeks ago

Hey Beachman - long time no hear - hows it going?