Skip to content
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

Potential Recursion Issue in GTTransferUtils or Item Pipes #1709

Closed
ghzdude opened this issue Apr 14, 2023 · 2 comments
Closed

Potential Recursion Issue in GTTransferUtils or Item Pipes #1709

ghzdude opened this issue Apr 14, 2023 · 2 comments
Labels
status: unverified Issue is unverified type: bug Something isn't working

Comments

@ghzdude
Copy link
Contributor

ghzdude commented Apr 14, 2023

GregTech CEu Version

2.5.4

Modpack Used

Nomifactory CEu Edition

Addons Installed

AE2 Unofficial Extended Life v55.10

Environment

Multiplayer

Side Crashed

Server

New Worlds

Unsure

Steps to Reproduce

no idea exactly, but generally having item output P2Ps inserting into GT item pipes (maybe with a filter?)

Crash Report

crash-2023-04-13_20.54.54-server.txt

Additional Information

Issue might be on PAE2's side. This is a recursion issue that results in a StackOverflow exception.

@ghzdude ghzdude added the status: unverified Issue is unverified label Apr 14, 2023
@PrototypeTrousers
Copy link
Contributor

both

@PrototypeTrousers PrototypeTrousers added the type: bug Something isn't working label Apr 14, 2023
@ghzdude
Copy link
Contributor Author

ghzdude commented Apr 17, 2023

Update

I believe I've found out exactly what setup caused the issue in question. From my Assembly Line setup, I had two output item P2Ps connected to GT item pipes to an EV extractor. My original assumption was that attempting to push items into an output item P2P would result in no items being moved (so nothing would happen.) However, one output item P2P was trying to insert into another output item P2P (they are both of different channels) resulted in a recursion loop between GT and AE.

@ghzdude ghzdude closed this as completed Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: unverified Issue is unverified type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants