Bootloader Script
Expected Result: It should make the fs api be the vFs api, and backup the old fs api into oldFs. From there it creates a sandboxed environment. Then, it should make sure that the FS api is constantly the same as the vFs api to prevent modification (thus creating a permanently unlocked filesystem).
Actual Result: On ComputerCraft it crashes the computer after lagging for some time, in CCemuredux it crashes the java vm and gives me an out of bounds error and crashes all computers in that session.
Does anyone know what is causing this, and if so, how does one fix this?












