Server crash
Samuell1 opened this issue ยท 2 comments
Updated to newest version 0.4.2A2 , and repeatly crashing
Crashlog: http://icrazy.eu/code/raw/2cn69rzY
Looks like there's two problems here.
(1) The true problem is that there's some bug in ComputerCraft whereby a clientside field is being accessed on the server. I suggest you report this to the ComputerCraft bug tracker.
(2) BR is triggering a chunkload on the server when validating a machine. This is a performance problem, but shouldn't crash anything.