
-----------------------------------
z_cross_fire
Mon Jun 27, 2011 8:45 pm

OS Simulation
-----------------------------------
I just thought about sharing my computer science final project (from last year) which was made in Vb 2008. The program is a simulation of an OS. Since I had nothing to do now, I just pulled this out, made a few changes, and uploaded it. 
Also, if you find any bugs or problems, just tell me and I will be happy to fix them. I know there are a lot of bugs in some parts of the program (just need to make a to-do list :wink: ).

Try it out, and tell me what you think. 
 :D

-----------------------------------
mirhagk
Mon Jun 27, 2011 9:22 pm

RE:OS Simulation
-----------------------------------
not bad, actually pretty nifty, I wanna know how you did that text to voice thing though.

-----------------------------------
ProgrammingFun
Mon Jun 27, 2011 9:30 pm

Re: OS Simulation
-----------------------------------
Pretty good simulation!
Problems:
Guess Number doesn't work
What is the Admin Password?
The GUI looks a little old (doesn't it)
The exiting dialog box disappears
Other than that, I enjoyed the program  :D
...looking forward to updates.

-----------------------------------
mirhagk
Mon Jun 27, 2011 9:38 pm

RE:OS Simulation
-----------------------------------
I've actually always wanted to create a pseudo-OS like this, in XNA using circle menus (which have been proven to be both faster and more accurate)

Then the OS could be used on the Xbox360, and I wanted to even throw in a code interpreter so that people could install applications in this OS.

-----------------------------------
z_cross_fire
Mon Jun 27, 2011 11:28 pm

Re: RE:OS Simulation
-----------------------------------
not bad, actually pretty nifty, I wanna know how you did that text to voice thing though.

Thank you; and here's the text-to-speech code similar to the "Speak" button:


Dim speech As System.Object

speech = CreateObject("sapi.spvoice")
speech.speak("Hi, Mirhagk!")          'Speaking the text...


Pretty good simulation!
Much appreciated!

Pretty good simulation!
Problems:
Guess Number doesn't work
What is the Admin Password?
The GUI looks a little old (doesn't it)
The exiting dialog box disappears


- Could you tell me what specific part of "Guess No." does not work?
- Hehe, it's for me to know, and for you to find out.  :P 
- Yes, I agree. The interface kinda looks dull, but I couldn't have done much about it because of time constraints. (We only got about a month to work on our final projects...) And, changing it now would be a lot of work, considering that I have not used VB for almost a year.
- Could you further explain that?

Happy to know you liked it! I'll try my best to see what I can do in terms of updates :D
 
P.S. Admins can have access to all the unlocked items. But, I want you guys to actually find the unlockables. 

I've actually always wanted to create a pseudo-OS like this, in XNA using circle menus (which have been proven to be both faster and more accurate)
Then the OS could be used on the Xbox360, and I wanted to even throw in a code interpreter so that people could install applications in this OS.

Why don't you make one then? I'll be the first person waiting to try it :D

-----------------------------------
ProgrammingFun
Tue Jun 28, 2011 6:55 am

Re: RE:OS Simulation
-----------------------------------

- Could you tell me what specific part of "Guess No." does not work?
- Hehe, it's for me to know, and for you to find out.  :P 
- Yes, I agree. The interface kinda looks dull, but I couldn't have done much about it because of time constraints. (We only got about a month to work on our final projects...) And, changing it now would be a lot of work, considering that I have not used VB for almost a year.
- Could you further explain that?

- It doesn't work at all for me:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details.  The error is: Could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.Vs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.Vs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.VisualBasic.PowerPacks.Vs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
   at ??g?____OS.frmGuessNumber.InitializeComponent()
   at ??g?____OS.frmGuessNumber..ctor()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value 
- I tried checking some text files for the password but grew bored :P
-As for the dialog box, it just flashes several times when asking to exit so I can see OK and Cancel but not the text itself (probably an issue on my end though)

-----------------------------------
mirhagk
Tue Jun 28, 2011 11:35 am

Re: RE:OS Simulation
-----------------------------------
Why don't you make one then? I'll be the first person waiting to try it :D
I'm actually going on vacation right now, but I have created a scripted assembly-like lagnague and I am just working on a GUI now.

-----------------------------------
z_cross_fire
Tue Jun 28, 2011 12:28 pm

Re: RE:OS Simulation
-----------------------------------


System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details.  The error is: Could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.Vs, Version=9.0.0.0



Gotcha! It probably cannot load some part of the form. Microsoft.VisualBasic.PowerPacks --> The only one for this I have on the form is a dotted line. I'm gonna delete it, and then create an update.


- I tried checking some text files for the password but grew bored :P

The pass isn't stored inside any file. It is built into the program :P


-As for the dialog box, it just flashes several times when asking to exit so I can see OK and Cancel but not the text itself (probably an issue on my end though)

I would like to know if any other people get this too. 

I'm actually going on vacation right now, but I have created a scripted assembly-like lagnague and I am just working on a GUI now.
Sweet! Tell us when you are done!  :D

-----------------------------------
ProgrammingFun
Tue Jun 28, 2011 5:42 pm

Re: RE:OS Simulation
-----------------------------------

Gotcha! It probably cannot load some part of the form. Microsoft.VisualBasic.PowerPacks --> The only one for this I have on the form is a dotted line. I'm gonna delete it, and then create an update.
That just passed over my head (I don't know VB) but looking forward to the update! :D 
 

Yup, it's only a problem on my old XP computer though  :)

-----------------------------------
z_cross_fire
Tue Jun 28, 2011 7:59 pm

Re: RE:OS Simulation
-----------------------------------
A small update... :D

- "Guess Number" GUI was slightly modified.
- Updating system modified.
- Online Messaging system modified.
- A small game was added.

Download it from: http://compsci.webuda.com/

For those that have already downloaded the program, it should tell you to update it. Also if you saved any kind of settings, remember to transfer all your old text files.

-----------------------------------
z_cross_fire
Tue Jun 28, 2011 8:04 pm

RE:OS Simulation
-----------------------------------
Oops....I forgot to make a small change to the version number.
Do this to fix the error after downloading the above update:

Go to...
BOS Files\System Files\Program Files\v.txt
Change the 1 to 2, and save it.

-----------------------------------
ProgrammingFun
Wed Jun 29, 2011 7:12 am

Re: RE:OS Simulation
-----------------------------------
Oops....I forgot to make a small change to the version number.
Do this to fix the error after downloading the above update:

Go to...
BOS Files\System Files\Program Files\v.txt
Change the 1 to 2, and save it.
I will be waiting for an official patch from the OS making company since I, the general user, am too noob to understand the above (and don't want to get ripped off by some technician) :P

-----------------------------------
z_cross_fire
Wed Jun 29, 2011 7:48 pm

Re: OS Simulation
-----------------------------------
Lol, ok. Updated here only, not on the website...

-----------------------------------
ProgrammingFun
Wed Jun 29, 2011 9:09 pm

RE:OS Simulation
-----------------------------------
It would be cool if your OS could check for, and update itself ;) :lol:

-----------------------------------
z_cross_fire
Wed Jun 29, 2011 9:17 pm

RE:OS Simulation
-----------------------------------
I am not so good, but I'll still give it a try... :D

Btw, here's two cheats for you (to unlock items):
g2121
btrainer2010 
:)

-----------------------------------
ProgrammingFun
Wed Jun 29, 2011 9:43 pm

RE:OS Simulation
-----------------------------------
Where would I enter them?

-----------------------------------
z_cross_fire
Wed Jun 29, 2011 10:39 pm

RE:OS Simulation
-----------------------------------
Start the program. Click "Menu", and then "Configure". Enter the cheats in the text box there.

Then go to the "Unlocked" folder to have fun :D

-----------------------------------
ProgrammingFun
Thu Jun 30, 2011 8:07 am

RE:OS Simulation
-----------------------------------
Great! And my previous problem with the dialog box is fixed too! Will be waiting for an SDK to make apps for ur OS :P :lol:

-----------------------------------
lgadatil
Wed Mar 21, 2012 11:21 am

Re: OS Simulation
-----------------------------------
where can i download your project?? please??
