Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. term.setBackgroundColor( colors.blue )
  2. term.setTextColor( colors.white )
  3. print( [[A problem has been detected and CraftOS has been shut down to prevent damage to your computer.
  4.  
  5. The problem seems to be caused by the following file: kbdhid.sys
  6.  
  7. YOURE_DED_BOI
  8.  
  9. If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow these steps:
  10.  
  11. Check to make sure any new hardware software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any Windows updates you might need.
  12.  
  13. If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use safe mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.
  14.  
  15. Technical Information:
  16.  
  17. *** STOP: 0x000000e2 (0x00000000, 0x00000000, 0x00000000, 0x00000000)
  18.  
  19. *** kbdhid.sys - Address 0x94efd1aa base at 0x94efb000 DateStamp 0x4a5bc705]] )
  20. os.pullEvent( "key" )
  21. os.shutdown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement