-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unclear log output #31
Comments
What is unclear? The error message tells you exactly what the issue is:
When you look at the debug chart, you see that there are three independent lines:
For 1 and 2 they have overlaps in the Waelz Slag Dust centrifuge and the Impure Germanium Tetrachloride distillery. They can function independently, so specifying one is not enough to tell you how to calculate the entire graph. Fortunately you specified both. 3 is completely independent and disconnected from the rest of the machines, so this is the cause of the issue. The cause is that you misspelled "Germanium Tetrachloride" as "German Tetrachloride" in the impure distillery, so that caused 3 to be disconnected. Fixing that creates a valid graph: |
I am leaving this open for now since I can detect disconnected machines, so that part of the error message can be improved |
I would appreciate it if error message could tell which input/output material is disconnected from source/target. |
Error:
Code:
The text was updated successfully, but these errors were encountered: