Hi, my basic script seemed to crash the server. Are the chests with the item + book placed by a script? Because it worked fine for a week without any trouble, and i'm a bit in doubt that it was the main reason. code from what i remember Code: local val = 0 while true do val = rs.getAnalogInput("back") if val < 15 then rs.setOutput("bottom", true) sleep(1) rs.setOutput("bottom", false) end sleep(10) end replaced that thing by a timer now, but i think that cc uses less cpu time, so i would prefer the cc solution
i am not sure why your code would crash the server, but yes. the chest with the item and book, is something the server automatically does sometimes when it can. other times a staff member have to remove the crashing block manually
ok, re-placed it. server running fine since 5 minutes i'll report back if it produces a crash again[DOUBLEPOST=1456871183,1456848109][/DOUBLEPOST]happened again... also noticed that some other computer got removed, which from what i remember didn't run anything. i'll just not use cc until that got fixed edit: actually it seems to also crash when i try to remove cc-monitors
Fixed the patch that was in progress, and tested in game on IE4 - no crash, with this program, with a computer with (and without) redstone on the back input. Will require a restart for the patch to take effect on the servers, however. IE4 is the only one, at the time of this writing, to have the patch in effect