oeed / OneOS

OneOS (ComputerCraft Operating System) - The all in one operating system
MIT License
63 stars 20 forks source link

OneOS updater crashing when attempting to update to beta [1.2.6] #304

Closed DoomRater closed 9 years ago

DoomRater commented 9 years ago

Running Yogscast Complete (Computercraft 1.63, edited whitelist to include GitHub), and attempting to update to the latest OneOS beta results in the startup program to crash on line 122, saying "attempt to index ?". Also, the program is stuck in the task tab and I can't get it to close or dismiss it without restarting.

oeed commented 9 years ago

Yea, I ran in to that. It's a bug in 1.2.6, unfortunately it'll mean everyone will need to fresh install when 1.3 comes out.

Basically you need to download the install (so pastebin get E1xftzLa install).

Then edit it and go to line 426 and change this: if not v.prerelease then

to this:

if v.prerelease then

Then run install.

DoomRater commented 9 years ago

Thanks for the quick reply! Sure wish page down did something in edit though, omg that was a pain. But the revision worked like a charm.