oeed / PearOS

PearOS - OS X Inspired OS for ComputerCraft
MIT License
13 stars 7 forks source link

The Sleep button crashes the OS #13

Open ghost opened 11 years ago

ghost commented 11 years ago

PearOS.lua:485: attempt to call nil

I don't know why you renamed some sleep functions/files and didn't rename others.

To make it work again, change PearOS.lua:485 to

OSMenuItem:new("Sleep", function() OSServices.sleep2() end),

and change OSServices:37 to

shell.run("System/Library/Computer/Sleep2")