Closed 9903286 closed 9 years ago
I'll look into it tonight.. this really shouldn't be happening but it seems to be a weird Java issue I have never seen before The "Trigger after 1 second" is a delay trigger?
Yup, took a print screen of the inside of the factory manager: https://www.dropbox.com/s/33bf3yleu1fqgh2/manager.png?dl=0
ok then - think I know what's going on but how to fix it in way that won't slow things down is something I will have to fiddle with
Hi! I had a crash recently on the line that you added in your fix commit above. I had two delayed triggers configured with the same delay hanging off a 5-way sequential-split flow control, and I am pretty sure it was this that caused the crash. It was a nasty one too, the server crashed on startup and I had to restore from backup. Infinity Evolved, Expert Mode, 2.3.5.
I don't really know why this happens, but posting it here since this was in the crash log:
This happens randomly when i've got a button set up to trigger the script in a factory manager block. Crash report: http://pastebin.com/QKC6yrJJ
The script is basically this: Trigger -> Trigger after 3 seconds -> Move item from container to container -> Emit redstone -> Trigger after 1 second -> Move item from container to container -> End