This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
TheJebForge's profile picture

There was NxOS

Started by TheJebForge, 21 December 2014 - 11:30 AM
TheJebForge #1
Posted 21 December 2014 - 12:30 PM
NxOS

==========================

Developing has ended.

==========================
Edited on 20 April 2015 - 04:13 PM
snakevenom #2
Posted 22 December 2014 - 07:08 PM
Looks really good, it has a much cleaner UI than many other CC operating systems.
snakevenom #3
Posted 22 December 2014 - 10:42 PM
So I played around with it to try and find some bugs, I ended up finding two.
  1. When setting up the computer if I disabled enter password on boot the computer would load but then it would flash a blue screen with text on it for a split second and then reboot.
  2. The file editor doesn't seem to work, nothing happens when I click it, is it actually implemented?
  3. I the BIOS when setting up checking is misspelt (it is put as 'cheching'), not really a bug but it should be changed.
That was all I could find while testing the OS, seems pretty solid other than the things listed above.
Edited on 23 December 2014 - 01:05 PM
TheJebForge #4
Posted 23 December 2014 - 05:33 AM
So I played around with it to try and find some bugs, I ended up finding two.
  1. When setting up the computer if I disabled enter password on boot the computer would load but then it would flash a blue screen with text on it for a split second and then reboot.
  2. The text editor doesn't seem to work, nothing happens when I click it, is it actually implemented?
  3. I the BIOS when setting up checking is misspelt (it is put as 'cheching'), not really a bug but it should be changed.
That was all I could find while testing the OS, seems pretty solid other than the things listed above.
1. Left Click = run, right click = sub menu (edit or paint, delete, cut, copy…). It works for me.
2. I haven't done the feature to set up the password. Then what are talking about? Can you post a video with that?
3. Yeah… I was printing very fast and forgot to fix that… (I must change it to Checking) I will fix that problem in next update!
Edited on 23 December 2014 - 04:41 AM
TheJebForge #5
Posted 23 December 2014 - 07:53 AM
Stream now!
There's the link:
https://www.youtube....h?v=zFFvlEQx6R8
Ended
Edited on 23 December 2014 - 03:18 PM
snakevenom #6
Posted 23 December 2014 - 02:12 PM
1. Left Click = run, right click = sub menu (edit or paint, delete, cut, copy…). It works for me.
2. I haven't done the feature to set up the password. Then what are talking about? Can you post a video with that?

3. Yeah… I was printing very fast and forgot to fix that… (I must change it to Checking) I will fix that problem in next update!

Okay don't worry about the password, that's a problem with my computer. I had a custom password on it and it broke the OS. Sorry.
Unfortunately (even on a new in-game computer) the file system doesn't seem to work, it works on other OS's like OneOS but not on this one. By this I mean that it flickers non stop (no matter what I'm doing / when I'm not doing anything) making it impossible to use.

I also found another minor problem, if you open a program while the # button is open the # button stays highlighted, not major but easy to fix and I might as well report it anyway.
Edited on 23 December 2014 - 01:49 PM
TheJebForge #7
Posted 23 December 2014 - 04:19 PM
1. Left Click = run, right click = sub menu (edit or paint, delete, cut, copy…). It works for me.
2. I haven't done the feature to set up the password. Then what are talking about? Can you post a video with that?

3. Yeah… I was printing very fast and forgot to fix that… (I must change it to Checking) I will fix that problem in next update!

Okay don't worry about the password, that's a problem with my computer. I had a custom password on it and it broke the OS. Sorry.
Unfortunately (even on a new in-game computer) the file system doesn't seem to work, it works on other OS's like OneOS but not on this one. By this I mean that it flickers non stop (no matter what I'm doing / when I'm not doing anything) making it impossible to use.

I also found another minor problem, if you open a program while the # button is open the # button stays highlighted, not major but easy to fix and I might as well report it anyway.
Flickers on Desktop? Or File Browser?
Only you have got this problem! Check the version of ComputerCraft or Minecraft. It works for me! No flickers!

Edit: Flickers will be fixed in next update. Do you meant File Browser by file system???
Edited on 24 December 2014 - 08:12 PM
DannySMc #8
Posted 23 December 2014 - 05:14 PM
Clean OS, but when someone is giving you feedback, please don't shrug it off and blame the version they are using, looking through the comments, you refuse to actually acknowledge the bugs. If you're gonna make a CC OS, then at least attempt to fix problems for all users, even if you can't get the problem attempt to re-create it or change the logic and see if it has changed, because it needs to be usable for everyone and other people may have the same problem and haven't reported the bug.

Just be a little more understanding and maybe see if you can fix the error, because if someone has chosen to use your OS, and there is an error and you say "Only you have got this problem" then why would they bother using it again if the creator is a little uncooperative.

The OS does have quite a few bugs, and you're best off fixing these and re-releasing it as a new version. Do a lot of testing before you release the system, as many members seem to release OS's that are buggy and not 'usable', so I would recommend finishing it, adding some functionality, and then making sure (by your own testing) there are no errors then maybe even release it as a beta version :D/>

EDIT: I see it is a pre-release which is fair enough! Make sure to release it fully as I would like to test it! Just don't leave it dormant!

This is a personal preference but I hate the fact you have the boot load? that just uses sleeps, if anything use some kind of screen to make it a little "cleaner", so it is all contained!

Anyway nice idea! :)/>
Edited on 23 December 2014 - 04:17 PM
TheJebForge #9
Posted 24 December 2014 - 09:06 PM
I got it! It can be because he has slow computer! Ohh, I should rewrite the refresh function. It will fix the flickers. But the file system doesn't work for someone. Then if it doesn't work, how it can use the computercraft? I use only fs thing… Don't know how to fix it…
Exerro #10
Posted 24 December 2014 - 10:04 PM
To fix flickering, you should use a framebuffer that only draws changes. The cause of the flickering is that the time between when you clear the screen and when you draw to it is long enough for the user to see.
TheJebForge #11
Posted 24 December 2014 - 10:39 PM
Or (I don't know how to work with this) I can simply redraw only the file list area. That won't flick the screen, but only part with files! That will be better than now!
TheJebForge #12
Posted 09 January 2015 - 08:29 PM
I found very much of bugs… And the code will be rewritten! With that the look of the OS will change too! Wait for most awesome update! (v2)
I'm planning make the window API. Where all of the windows can be moved. But there will be problem with multitasking. The OS (first time) will able to handle only 1 window!
Maybe with time, I will make the better multitasking.
Edited on 09 January 2015 - 07:33 PM
TheJebForge #13
Posted 14 January 2015 - 05:36 AM
Everybody dance! In next update the OS will have multitasking!!! But the windows… There is no point to use it!
Edited on 14 January 2015 - 04:39 AM
TheJebForge #14
Posted 14 January 2015 - 05:53 AM
Clean OS, but when someone is giving you feedback, please don't shrug it off and blame the version they are using, looking through the comments, you refuse to actually acknowledge the bugs. If you're gonna make a CC OS, then at least attempt to fix problems for all users, even if you can't get the problem attempt to re-create it or change the logic and see if it has changed, because it needs to be usable for everyone and other people may have the same problem and haven't reported the bug.

Just be a little more understanding and maybe see if you can fix the error, because if someone has chosen to use your OS, and there is an error and you say "Only you have got this problem" then why would they bother using it again if the creator is a little uncooperative.

The OS does have quite a few bugs, and you're best off fixing these and re-releasing it as a new version. Do a lot of testing before you release the system, as many members seem to release OS's that are buggy and not 'usable', so I would recommend finishing it, adding some functionality, and then making sure (by your own testing) there are no errors then maybe even release it as a beta version :D/>/>

EDIT: I see it is a pre-release which is fair enough! Make sure to release it fully as I would like to test it! Just don't leave it dormant!

This is a personal preference but I hate the fact you have the boot load? that just uses sleeps, if anything use some kind of screen to make it a little "cleaner", so it is all contained!

Anyway nice idea! :)/>/>

The boot now uses 10 secs, and I'm talking about the v2. V2 isn't released for now… It's under development.
SquidDev #15
Posted 14 January 2015 - 07:53 AM
The boot now uses 10 secs, and I'm talking about the v2. V2 isn't released for now… It's under development.

I still can't work out if booting in 10 seconds is a good thing or a bad thing. Looking at your version 1 code, you sleep for 0.8 seconds for every file. Then an additional 5 seconds in other parts of the startup file! My rule generally is, if you are doing something just so it looks pretty, then don't do it. Sleeping does nothing apart from make people wait.

It looks like a nice operating system though.
TheJebForge #16
Posted 24 January 2015 - 07:25 PM
Hello! I'm still working on NxOS 2.0! And there's some screens of new version!
Desktop:


Task Manager:


Error Screen:


BIOS startup:


Inside BIOS:


In BIOS, there's nothing to do…

I hope, you will love the new NxOS!
TheJebForge #17
Posted 26 January 2015 - 08:49 PM
Guys, you can increase the speed of development by following the page! This is real! Come on!
TheJebForge #18
Posted 12 February 2015 - 12:38 PM
Uploading the v2!!!!!
biggest yikes #19
Posted 16 February 2015 - 04:30 PM
I really like the layout, it looks beautiful, but it would be nice if you started implementing an API to interact with the core.
TheJebForge #20
Posted 16 February 2015 - 06:41 PM
I can post list of commands which the OS uses. There is no core)))
biggest yikes #21
Posted 16 February 2015 - 09:49 PM
I can post list of commands which the OS uses. There is no core)))
I'm saying it would just be nice if there was an API, it's always cool to have an API with your program, so people can add special support for your OS.
Geforce Fan #22
Posted 22 February 2015 - 08:45 PM
A little buggy and hard to use, but I guess that's expected for a prerelease.
At least it has multitasking
TheJebForge #23
Posted 23 February 2015 - 12:06 PM
A little buggy and hard to use, but I guess that's expected for a prerelease.
At least it has multitasking
Please tell me some more about the bugs! And i will post v2.1 soon where will be much more apps and less of the bugs
And the performance can be worse in the emulators!
Edited on 26 February 2015 - 07:03 PM
TheJebForge #24
Posted 26 February 2015 - 08:02 PM
There are some info about v2.1:
  • The X thing on top right will be removed! Now to terminate app use T. Manager (Home button). It's removed, because it overloading the multishell script.
  • Some apps will be added(Calculator, Paint, Edit…)
  • Bug Fixes
TheJebForge #25
Posted 12 March 2015 - 08:02 PM
I'm back! So, the developing of new version (v2.1 with the bugfixes and more features) will be started tomorrow. In end of next week i'll release v2.1.
Plans:
  • Fix bugs
  • More apps
  • Settings
  • Desktop Shortcuts
  • Wider function pack
biggest yikes #26
Posted 19 March 2015 - 03:01 PM
I'll be honest here.. Please don't use fake loading screens. I'm not gonna complain about them too much, but fake loading screens are annoying to most people.
Edited on 19 March 2015 - 02:02 PM
TheJebForge #27
Posted 22 March 2015 - 10:10 AM
Today I'll release v2.1, where I have removed all fake loading screens. Also, I added settings(which have only 1 option), added Paint(by me), xEdit(Thx to wieselkatze), Calculator(by me)! Now, the OS are overriding os.shutdown() and os.reboot(), with that you'll see different shutdown and reboot screens. And bug fixes) Also, I'll post a list of functions which OS uses, so you can use them too. Sooo! Wait! I'll release the update at 16:00 GTM +2:00.
TheJebForge #28
Posted 22 March 2015 - 01:44 PM
Damn! I found very big bug… Soo. I must fix it! Can't release the update today…
Edited on 22 March 2015 - 12:44 PM
biggest yikes #29
Posted 22 March 2015 - 07:38 PM
Today I'll release v2.1, where I have removed all fake loading screens.
Yay!
added Paint(by me),
better be better than MS Paint
Now, the OS are overriding os.shutdown() and os.reboot(), with that you'll see different shutdown and reboot screens.
Neat!
Also, I'll post a list of functions which OS uses, so you can use them too. Sooo! Wait! I'll release the update at 16:00 GTM +2:00.
Woo!
Damn! I found very big bug… Soo. I must fix it! Can't release the update today…
Oh.
Edited on 22 March 2015 - 06:38 PM
TheJebForge #30
Posted 23 March 2015 - 12:43 PM
And I lost connection with my update server. So you must update by yourself. Not automatically.
DannySMc #31
Posted 23 March 2015 - 12:52 PM
And I lost connection with my update server. So you must update by yourself. Not automatically.
How does someone "lose contact with a server"…? O.o
TheJebForge #32
Posted 23 March 2015 - 08:59 PM
And I lost connection with my update server. So you must update by yourself. Not automatically.
How does someone "lose contact with a server"…? O.o
I use hostinger as update server. When I recently login to my account, I hasn't found my site. But the site are still in internet. And I have lose ftp passes for site… That's ,because my windows has crashed recently….
Sooo… I must make a new site and use it as update server…
Edited on 23 March 2015 - 08:00 PM
Lignum #33
Posted 23 March 2015 - 09:39 PM
I use hostinger as update server. When I recently login to my account, I hasn't found my site. But the site are still in internet. And I have lose ftp passes for site… That's ,because my windows has crashed recently….
Sooo… I must make a new site and use it as update server…

You should just use Dropbox. It's a lot easier to deal with. Besides…

9. Account can not be used to store files only, all websites need to have normal content.
Source

That's probably also the reason why your site was gone all of a sudden.
Edited on 23 March 2015 - 08:40 PM
CreeperWiz #34
Posted 23 March 2015 - 09:52 PM
Really cool! also what emulator is that?
TheJebForge #35
Posted 24 March 2015 - 12:13 PM
CCEmuRedux is the emulator which I use.
TheJebForge #36
Posted 25 March 2015 - 08:11 PM
I'll post v2.15! In that I plan:
  • White/Dark Theme setting That looks terrible
  • Shooter game)
  • Better look
  • File Browser
Edited on 27 March 2015 - 11:57 AM
TheJebForge #37
Posted 03 April 2015 - 01:18 PM
Will be better if I post v3 already. Working on update.
What will be in v3:
  • Shortcuts on Desktop
  • New game for the OS
  • Better settings layout
  • Device manager
  • Control Panel
  • File Browser
  • More functions in CMD
  • Different image type
  • Better task manager layout
  • Faster OS loading speed
  • Better BIOS
  • Different Boot File
  • Fixed Update Server
And other things I told before.
Edited on 03 April 2015 - 11:22 AM
TheJebForge #38
Posted 06 April 2015 - 03:52 PM
v3 loads in 13 seconds!!! This is record time for the OS)
DannySMc #39
Posted 06 April 2015 - 09:32 PM
v3 loads in 13 seconds!!! This is record time for the OS)

What does it actually do to take 13 seconds to load…?
TheJebForge #40
Posted 07 April 2015 - 06:06 AM
It loading multitasking script, function pack, config and drawing the Desktop.
DannySMc #41
Posted 07 April 2015 - 09:27 AM
That really shouldn't take 13 seconds. My computer starts up in 4 seconds from power on…
TheJebForge #42
Posted 07 April 2015 - 12:08 PM
I has removed all the fake screens, all useless sleeps and now, OS loads in 3 seconds!!!!!
But there is a thing with epilepsy, because the screens changes so fast!
With pressing a key (in bios if you will press any button except B, it will load more faster) it loads in 2 seconds!
Edited on 07 April 2015 - 10:10 AM
TheJebForge #43
Posted 07 April 2015 - 12:13 PM
I'll post the v3 at Friday, 10 April 2015! The to-do list is on 2 page)
Edited on 07 April 2015 - 10:14 AM
DannySMc #44
Posted 07 April 2015 - 02:14 PM
Why don't you make some kind of screen for loading with an animation while in the background doing all the things it needs to?
TheJebForge #45
Posted 08 April 2015 - 01:25 PM
Actually, when computer is booting, you can call the BIOS by pressing B. When the blue progress bar has reached the side, it loads the multitasking and functions immediately. Then it goes to Boot.lua which prints "Booting…" on center of screen, then it goes to Desktop. There is no need to use the loading screens. Some people will accept them as fake loading screens. The multitasking loads in ~0.04 seconds, what is pretty fast. But as always it do, it will decrease performance.
Edited on 08 April 2015 - 01:39 PM
Tag365 #46
Posted 08 April 2015 - 03:01 PM
I can't understand your English, making it hard to communicate. I would practice my English skills if I were you. Not an insult.
Edited on 08 April 2015 - 01:02 PM
TheJebForge #47
Posted 08 April 2015 - 03:40 PM
I can't understand your English, making it hard to communicate. I would practice my English skills if I were you. Not an insult.
Why can't you understand my English?
DannySMc #48
Posted 08 April 2015 - 03:58 PM
I can't understand your English, making it hard to communicate. I would practice my English skills if I were you. Not an insult.

I do not think he is bad at English just young.
TheJebForge #49
Posted 20 April 2015 - 06:11 PM
The developing has ended. I'm leaving ComputerCraft. I gave the my OS source to my friend. He will make a new OS soon. Goodbye ComputerCraft. Lock topic.