Advertisement
tmunited99

ComputerCraft BSoD

Jun 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.94 KB | None | 0 0
  1. --keep in mind to download as "startup"! (pastebin get cVH9skST startup then reboot or just type in startup)
  2. --in case you want to get rid of it, and dont know how, insert a floppy which has a startup file on it. (it doesnt matter what is inside the file)
  3. os.pullEvent = os.pullEventRaw
  4. term.setBackgroundColor( colors.blue )
  5. term.clear()
  6. print("CraftOS Has ran into a problem and it has been shutdown to prevent damage to your computer")
  7. print("")
  8. print("If this is the first time you see this stop error screen, try rebooting your computer. If this screen appears again, try contacting our support")
  9. print("")
  10. print("If problems continue, try removing any newly installed hardware. If problems still occur, try asking your hardware manufacturer for any needed CraftOS updates.")
  11. print("")
  12. print("Technical Information:")
  13. print("")
  14. print("0x00000000007c2B, 0x78b000000002, 0x0000000057b")
  15. print("Dumping data into memory...")
  16.  
  17. sleep(12)
  18. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement