-
Notifications
You must be signed in to change notification settings - Fork 5
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
Version 1.1.1 - Server Crash #9
Comments
Please attach a crash log. |
I'm so sorry, I had forgotten to attach that. |
Here are some screen shots of the setup. I punched out the things surrounding it and put up some white concrete for better pictures. Items flow from the input chests to the smelter array: Then to storage 1 and storage 2. Storage 1 has lots of filter pipes connected in a large matrix, which might be an issue (I did this so I could have more filter slots to put things in the chest, because 1 line of items wasn't enough): One place that might be an issue is here, where the output from the smelters is sent back to the main bus: (perhaps this is causing a recursive loop) This entire structure is a part of a nomadic structure, using the nomad books mod. The structure is taken mining and stuff, then re-deployed at the base camp where items are sucked out of the export 1 and export 2 bus and sent to the main base's sorting system. So, maybe the exposed extractors or filters could also cause a problem? |
I just tried removing the spot where the output from the smelter array goes back into the main bus, and it still crashed with the same recursive loop. |
It is most likely an issue with the large number of filtered pipes. EZPaS treats items like water, as in the filtered pipe will apply its filter to all pipes coming afterward, like an actual pipe in real life. Because of that, EZPaS sees your rectangle of filtered pipes as a bunch of filters combining with each other, from the entry pipe to the last filtered pipe. This is a confusing aspect of EZPaS, and I will am planning on making a change to revert it back to its original form soon. |
This may have been fixed as of v1.1.2. Test your world with that version (available for both 1.16.1 and 1.16.2) and comment back here so I can update the issue. |
If I use version 1.1.2, I get the following error in the command window when the server starts up (no crash log was generated):
It loads fine on the client though. |
Well that's a little embarrassing. I just finished up another release, also fixing the error in that crash report. |
:) It is ok. You're doing amazing with this mod. We appreciate it and the work you put into it a lot. |
Just tried loading version 1.2.0, and no server crash now. 🥇 |
We have been using version 1.0.4 for minecraft 1.16 on a server.
When we upgraded to version 1.1.1, the server would crash any time someone tried to log on.
Version 1.1.1 works in a single player world, but seems to crash in a multi-player world.
The text was updated successfully, but these errors were encountered: