This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
1lann's profile picture

[1.48][SSP][SMP]All computers stop working temporarily

Started by 1lann, 29 December 2012 - 06:35 PM
1lann #1
Posted 29 December 2012 - 07:35 PM
ComputerCraft Version:
Client 1.48/Server 1.48

Description of Bug:
When using <malicious code here> (I sent the code to Cloudy and Dan200) it freezes all of the computers in the world temporarily for a couple of minutes

Steps to Reproduce the Bug:
1. Run the code on any computer/turtle
2. Try to use the computer/a newly placed computer/any computer in the world


Obvious fix is to modify the bios.lua to block such a function from modifying that table
AfterLifeLochie #2
Posted 06 January 2013 - 10:58 AM
If it is the same 'malicious code' which freezes computers to the one I'm thinking of, then it's LuaJ and not CC.

In which case, making the table immutable is the only fix - aside poking around LuaJ.