Lazier AE2

Lazier AE2

8M Downloads

Server Crash when automating Certus Quartz growth

Auron2402 opened this issue ยท 1 comments

commented

Version

1.18.2-3.0.1

Describe the bug!

When automating crystal growth with the requester, the server crashed.

I automated it with the crystal growth chamber from ae2things and used your requester to request a specific amount of crystals.
Ordering didnt work, short time later the server crashed.

After the crash I found your crystal growing recipe, so I will start using that one.

CrashReport and Log is from server.
Crash happened around 00:34 I think.

Crash Report

https://pastebin.com/x7665g2a

Log

https://pastebin.com/v1YgT0hi

Additional Context

Yes

Modifications

All the mods 7 modpack

Did the issue happen in singleplayer or on a server?

Server

commented

This is most likely related to an old version. It was already reported to me (also from people playing ATM7) that there is an issue with the ME Requester. I already fixed it in version v1.18-3.0.2 which should be available in ATM7 soon.

The ME Requester has an internal buffer inventory that accepts all crafting results by the performed crafting job. The buffer has 6 slots (because there are 6 config slots). The issue was that only the first slot of the buffer inventory was exported but all other slots marked themselves as available again.

Besides the fact that other things are not exported, this shouldn't be an issue. But it becomes an issue if someone then swaps the item type in one of the configuration slots. The requester then requests a new craft and tries to push the results to its internal buffer where another item type is already present.

My best guess is that this caused your crash. I tried the setup you mentioned with the other add-on mod and was not able to reproduce this in the newest version. If you want, you can update manually and I am pretty sure this issue would not occur anymore. But the ATM people told me they would update soon.