-
Notifications
You must be signed in to change notification settings - Fork 0
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
Item transformation bug #31
Comments
The bug just happened again. We were crafting a 16M storage cell and all of our iron (it was stored on a Black Hole Unit) turned into calculation processor when we cancelled the crafting. |
With this, we can rule out Mystical Agriculture as a possible cause. |
very interesting bug indeed, i will be looking into it. |
So, I've managed to replicate the bug in single-player mode as well. The SetupThe setup is almost the same as what we have on the server. Using the Crafting Terminal, I've also stored 5 Master Infusion Crystals on the Storage Cell (important later). The storage bus behind the black hole controller has the default configuration, except it has a priority of 2000. The Black Hole Controller has 5 Supremium Black Hole Units inside: one with redstone, another with iron, another with osmium, another with inferium, and another with diamonds. Finally, I've added 5 patterns to the network: The reason I've used these recipes is 1. they've bugged at least once in the past and 2. they take long to care and so I have more time to cancel the recipe since cancelling the crafting is an important step. Making the bug happen
This bug is very weird and I'll keep investigating to see if I can figure out what mod is causing it. Note: I am aware that there are items on JEI from Twilight Forest and that Twilight Forest is not in this modpack. This is because I and my friends play on ATM-SLOP2 + CC: Tweaked + Twilight Forest. Anyhow, I have tried this same exact procedure on the latest version of ATM-SLOP2 and the bug still happens. |
Update: The bug doesn't seem to happen when Storage Drawers are used. Looks like there is a bug with the Black Hole Controller. |
@limwa can you please provide your world save download for further testing? |
@lLuckyLukel Here it goes! |
@limwa Oh yes, sir, thank you very much! I really appreciate that you made it as a tutorial, I was actually really amazed seeing this first time loading that save. big surprise XD |
Hahaha, you're welcome. Thought it would be easier for me and for other people to verify the bug. |
So yeah, I'm not sure exactly what's causing the issue, still playing around with it on the server (it works), but actually there was kinda similar duplication bug, just using only one Black Hole Unit, where you can overwrite, let's say 10k cobblestone into 10k diamond with only 2-3 clicks. But that one was already fixed on the server, so maybe it's a kind of IF + AE2 bypussing our fix |
Yeah, I also don't know exactly what's causing this.
EDIT: I crossed "or other machines" because I'm not sure if I'm remembering things correctly. |
And one more thing, I also noticed one interesting moment, this happens if the time interval between the "Start" of the crafting process and the "Close" is ~10 seconds, I tried to Close faster, but seems like it only works within 9-10 sec |
Yes, however, I've also noticed that if you request more items (like 32 insanium essence), it gives you a bigger window to cancel the request |
Sorry for the title is so generic, but I really don't know how to describe this bug any better.
It has happened twice in the span of a week on a server I play with my friends.
The bug
We have our inferium essence stored on a black hole unit inside a black hole controller, that is in turn connected to our AE2 system using a storage bus.
On the first time the bug occurred, we were using AE2 to craft a few supremium watering cans. We had 300K inferium essence. Mid-crafting, we cancelled the crafting. When we got to the ME Terminal, we saw we had 300K tertium essence.
The second time the bug occurred was today. We were using AE2 to craft an Oblivion Shard. We had 5.1M inferium essence. Mid-crafting, we cancelled the crafting. When we got to the ME Terminal, we saw we had 5.1M Starcaller swords.
I'm asking for help here because I don't know of any way to troubleshoot this issue (since this bug could be caused by AE2,
MysticalAgricultureor even Industrial Foregoing) and because it could potentially be game-breaking for other players playing the same modpack.The text was updated successfully, but these errors were encountered: