Jump to content




OneOS Version 2 - The All in One Operating System


910 replies to this topic

#861 Viking

  • Members
  • 14 posts

Posted 31 March 2015 - 01:40 PM

There are these lines in the Update.program's startup file:

program.ChangePage = changePage
program.NextPage = function()
changePage(currentPage + 1)
end
program.ChangePage = function()
changePage(currentPage - 1)
end

Change it to this:

program.ChangePage = changePage
program.NextPage = function()
changePage(currentPage + 1)
end
program.PreviousPage = function()
changePage(currentPage - 1)
end

It should works.

#862 TheBandit21

  • Members
  • 3 posts

Posted 15 April 2015 - 05:23 AM

bedrock.lua:2356: bad argument: table expected, got function I got this error when i started it up. Added it to a fresh computer and this happened.. Can i get the link to OneOS 1!??!

Does this work on Craft OS 1.5? I've downloaded it 50 times and all i got was a crash.

Edited by theoriginalbit, 15 April 2015 - 09:08 AM.


#863 tacodrake95

  • Members
  • 3 posts

Posted 17 April 2015 - 07:41 AM

Any time I try to access a wifi server, I get this:

Spoiler

anyone got any ideas why?

#864 vyse

  • Members
  • 45 posts

Posted 21 April 2015 - 03:44 PM

Is there is problem with the App store? Cause every time i try to access it, i get this:
Attached File  2015-04-21_11.37.20.png   226.87K   27 downloads
Can someone help me on this?

Edited by vyse, 21 April 2015 - 03:46 PM.


#865 Creator

    Mad Dash Victor

  • Members
  • 2,168 posts
  • LocationYou will never find me, muhahahahahaha

Posted 21 April 2015 - 07:24 PM

App store is broken

#866 vorobey604

  • Members
  • 16 posts

Posted 03 May 2015 - 12:59 PM

Any news?

#867 Fetchetch

  • Validating
  • 24 posts

Posted 03 May 2015 - 02:13 PM

 Creator, on 21 April 2015 - 07:24 PM, said:

App store is broken

 vyse, on 21 April 2015 - 03:44 PM, said:

Is there is problem with the App store? Cause every time i try to access it, i get this:
2015-04-21_11.37.20.png
Can someone help me on this?

No it isn't. oeed moved the app store to http://appstore.olivercooper.me. He didn't update the app store program yet to use the new domain.

 tacodrake95, on 17 April 2015 - 07:41 AM, said:

Any time I try to access a wifi server, I get this:

Spoiler

anyone got any ideas why?

Quest is using the OneOS wireless api, and it is trying to access a non existent page on the wrong channel.
You might have luck dowloading it and running it in CraftOS which is accessed by pressing alt on startup, then using your arrow keys select Use CraftOS then press enter.

Edited by Fetchetch, 03 May 2015 - 02:10 PM.


#868 rahph

  • Members
  • 81 posts

Posted 11 May 2015 - 07:07 AM

Oeed! I have awesome idea. SSH. So basically, you use bedrock to draw things yea? But maybe you should concider drawing AND making variable with everything drew on screen. It could be then transferred and of course encrypted on rednet. I cant actually tell now how would events from another comp be transferred. But look. One computer running oneos and ssh server. And many people can connect. Maybe even SSH only version. That only generatea var and sends it. For non advanced ones. Awesomeness level 9000

#869 Starup85

  • Members
  • 3 posts
  • LocationFrance

Posted 15 May 2015 - 12:13 PM

Hello,
I am French, sorry for bad English
for OneOs when I put it on a monitor I can not click on the file. I can click on One top left.
Thank you

#870 hsroe

  • New Members
  • 1 posts

Posted 02 June 2015 - 09:56 PM

The reset settings option in the boot manager thing should have a password prompt if there is already a password on the computer.

#871 Pangea

  • New Members
  • 2 posts

Posted 12 June 2015 - 12:07 AM

Can you release a standalone version of your shell? Or is it someone else's? Loving the tab complete

#872 LDDestroier

  • Members
  • 1,095 posts
  • LocationACDC Town

Posted 12 June 2015 - 03:56 PM

 Pangea, on 12 June 2015 - 12:07 AM, said:

Can you release a standalone version of your shell? Or is it someone else's? Loving the tab complete
He didn't, but there is something that works very similarly, it's called Extended Shell. It's really cool.

#873 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 12 June 2015 - 04:14 PM

 LDDestroier, on 12 June 2015 - 03:56 PM, said:

 Pangea, on 12 June 2015 - 12:07 AM, said:

Can you release a standalone version of your shell? Or is it someone else's? Loving the tab complete
He didn't, but there is something that works very similarly, it's called Extended Shell. It's really cool.

I actually release the program that does that before I added it to OneOS.

It's called Quick Shell, no guarantees that it still works anymore though.



On another note, OneOS will soon cease to exist. The new framework I'm developing, Silica, will replace Bedrock and once that's done an OS based on it will be made. See info here.

#874 doublequestionmark

  • Members
  • 118 posts
  • LocationI honestly don't know

Posted 14 June 2015 - 01:40 AM

 oeed, on 10 March 2015 - 06:58 AM, said:

 doublequestionmark, on 10 March 2015 - 02:39 AM, said:

I found a Huge Security Bug in OneOs.

although the password is encrypted and stored in a file, the password can be viewed in plain text in the OneOS log
Umm, what? Are you sure. If so that's quite the stuff on my behalf.

Actually, it's hashed... I think. So that's impossible isn't it?

Anyway, I won't be having passwords in future.

--snip--

sorry for responding so late, ive taken a bit of a break.

the password is 'qwerty' and the first character of the password, q, is on the 45th line of the log file.

[3.95 Info] Event: char, q, <--
[4.0 Info] Event: timer, 1771,
[4.15 Info] Event: key, 17,
[4.15 Info] Event: char, w, <--
[4.2 Info] Event: timer, 1772,
[4.35 Info] Event: key, 18,
[4.35 Info] Event: char, e, <--
[4.4 Info] Event: timer, 1773,
[4.55 Info] Event: key, 19,
[4.55 Info] Event: char, r, <--
[4.6 Info] Event: timer, 1774,
[4.9 Info] Event: key, 20,
[4.9 Info] Event: char, t, <--
[4.95 Info] Event: timer, 1775,
[5.15 Info] Event: key, 21,
[5.15 Info] Event: char, y, <--

Edited by doublequestionmark, 14 June 2015 - 01:42 AM.


#875 Waitdev_

  • Members
  • 432 posts
  • LocationAdelaide

Posted 04 July 2015 - 12:51 AM

i'd rather if you could maybe install oneos to a directory?

#876 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 04 July 2015 - 01:27 AM

 Wait_, on 04 July 2015 - 12:51 AM, said:

i'd rather if you could maybe install oneos to a directory?
While I'm not working on OneOS anymore, I'll certainly see if we can do this with Silica.

#877 direTry20

  • Members
  • 5 posts

Posted 07 July 2015 - 04:37 AM

 oeed, on 09 March 2014 - 10:44 PM, said:

 Mikk809h, on 09 March 2014 - 12:03 PM, said:

Bug report:

When having unlimited data storage on my computer, the startup (line 96 ) crashes by thinking "unlimited" is a number.

Reproduce:
Change your max computer storage config to 0 ( unlimited )
Boot up OneOS
The magic occours.


a Suggestion:

Make widgets. ( like analog clock ) (weather based on IP) (Status of computer, Virusses found? etc) xD
Ah, haven't tried that, thanks. The thing with widgets is I'm not really sure where to put them. They could go on the desktop, but there's not much room. I'll look in to it though.

 Hellkid98, on 09 March 2014 - 01:40 PM, said:

Uhmm.. noticed when looking at your screenshot, Why am I credited for YCCCUP? :P
Ah, yea in the first version (1.0.0) I epicly derped out and credited you instead of Symmetric, it's fix now though.
Posted Image

 gfcwfzkm, on 09 March 2014 - 04:14 PM, said:

When i klick "run with" and select the Shell, the program doesnt start in the shell. just the shell in the basic directory and i have to navigate myself in the shell.
Would be nice if you can fix it =)
Ok, will do.

What are you trying to run in shell though? What can you do in shell that you can't from OneOS, I'll try to make it native?

 MostwantedRBX, on 09 March 2014 - 07:49 PM, said:

 oeed, on 09 March 2014 - 07:57 AM, said:

 Lyqyd, on 09 March 2014 - 06:46 AM, said:

That's an emulator, not ComputerCraft. Emulators are notorious for exhibiting behavior that ComputerCraft does not and vice-versa.

While that is true I'm not certain that it's effecting it. I'll try it in game though.

 MostwantedRBX, on 09 March 2014 - 07:07 AM, said:

I to, have downloading issues with this os. :(/> I love it, from what I could see, but stuff doesn't download correctly.
What error is given?

It just doesn't download correctly, even fresh installs don't. It always says download failed and to try again. I do, and sometimes it lets me in the OS but the programs in the OS crash(I assume because it didn't finish downloading). I'll try again and give you my results.

What version of ComputerCraft are you using, can you give a screenshot?


sorry, but im reading from the start, this all sounds great,

could the widgets be added on a separate 1X1 monitor

#878 direTry20

  • Members
  • 5 posts

Posted 07 July 2015 - 04:54 AM

 oeed, on 23 March 2014 - 12:37 AM, said:

Version 1.1 has been released!

This update aims to remove all previously standing bugs and add a few new programs and features.

Changes include:
  • You can now set a program to run at startup (from Settings)
  • Programs can now ask they user to run at startup (see 'DoesRunAtStartup' and 'RequestRunAtStartup' in the documentation)
  • Ink, a Microsoft Word like program that allows quick and easy word processing and printing
  • Various client side App Store fixes (scroll bar, text overflow, etc)
  • Various Files bugs
  • Ultimate Door Lock integration
  • Various Sketch fixes
  • OneOS now supports and works correctly on ComputerCraft 1.6 (pr7, if it stops working again I'll fix it)
  • Opening an unknown file type will ask the user what program to open it in (no longer just LuaIDE)
  • A few more smaller things
  • Updated to CreativeCommons version 4 license
Here's a screenshot of Ink:
Posted Image

As usual, if you find any bugs let me know.
could u add a check for where people live and change the spelling, maybe thru their IP

#879 edgar

  • New Members
  • 1 posts

Posted 07 July 2015 - 08:33 AM

Hi, what with OneOS? (It isn't working, error on 409 string appears)

#880 biggest yikes

  • Members
  • 573 posts

Posted 07 July 2015 - 03:08 PM

Sad to see OneOS going and OneOS 2 never being released. Let's hope your "SilicaOS" will be better!

 direTry20, on 07 July 2015 - 04:54 AM, said:

could you add a check for where people live and change the spelling, maybe through their IP
I cannot stress on this enough: IP != language

Edited by Atenefyr, 07 July 2015 - 03:10 PM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users