cyberpwnn / Core

Computercraft API
0 stars 1 forks source link

Shell not accepting Cversion argument shows up as question marks #5

Open cyberpwnn opened 9 years ago

cyberpwnn commented 9 years ago

meaning the shell is receiving a nil value. This means that when court is installed and there is no update it will show up as? I did manage to get rid of the no value error but when it's installed it sends a new argument to shell

cyberpwnn commented 9 years ago

The problem is that the only time the startup file will create the version text file in the core config directory is when either its being installed for the first time or updated. This means that when the user install it and then reboot the computer? Show up for the version however the build number will still show up regardless of whether it's an install update or just a standard reboot.

This is a simple fix once again. The next commit or two will fix this

cyberpwnn commented 9 years ago

The problem is not in shelf the problem is in start up show is actually handling the issue properly by showing? Instead of returning error which is what it did before I managed to fix that but at the moment right now I can't I will in the next commit

cyberpwnn commented 9 years ago

Trying a different route by using a function for the multi use of the version file.. This may help with the main issue

cyberpwnn commented 9 years ago

Remodeling the update and install system so the process may be a little more work since I need to get the preliminary functionality set up.. The code is sort of messy. I'm debating weather or not to simply redo the entire start-up file. Pastebin should still work however