Zabaware Support Forums

Zabaware Forums => Ultra Hal 7.0 => Topic started by: Medeksza on April 18, 2007, 11:42:56 am

Title: Ultra Hal Assistant 6.1 RC1
Post by: Medeksza on April 18, 2007, 11:42:56 am
I believe all the issues found in the beta of Ultra Hal Assistant 6.1 have been addressed. Here is a release candidate version of Ultra Hal Assistant 6.1: www.zabaware.com/download/hal61.zip  It is version 6.1.32. The installer should be able to upgrade your Hal 6.0 to 6.1 without losing any data. It will not however upgrade the 6.1 beta, so if you installed the beta you must uninstall it completely first. This release candidate is still a test version, so download at your own risk and  let me know of any bugs you find. If no major issues are found, this will become the official 6.1 release.

What's new in Hal 6.1 since Hal 6.0:
Title: Ultra Hal Assistant 6.1 RC1
Post by: markofkane on April 18, 2007, 04:30:25 pm
What do you mean "Completely"??? Add/Remove programs, or all files??

Thanks!![:D]
Title: Ultra Hal Assistant 6.1 RC1
Post by: markofkane on April 18, 2007, 07:10:48 pm
I decided to be the guinea pig and try it. I just uninstalled the previous beta,(deactivated Hal) installed the RC, and rebooted. Reactivated at reboot, restarted Hal. I hope it works, so far, it is.

6.1.32 version.
Title: Ultra Hal Assistant 6.1 RC1
Post by: onthecuttingedge2005 on April 18, 2007, 07:42:39 pm
Hi Rob.

under testing as we speak, mostly with the AIM bot users for now.

Jerry[8D]
Title: Ultra Hal Assistant 6.1 RC1
Post by: raybe on April 18, 2007, 09:59:48 pm
To Robert M.,

I am working with your new Hal 6.1 RC1 update and I am finding 2 problems
right now and I have not tried any trouble shooting yet.
1- HAl seems to want to load more than one time or you can not exit Hal from the Hal window if you are using that startup function as opposed to the task bar startup and exit.

2- After about 2 hours and everything working I am now starting to get blank responses to regular conversations frequently.

xp ver2 2gigs Ram  80 gigsHD   DELL XPS M1710
Title: Ultra Hal Assistant 6.1 RC1
Post by: Medeksza on April 19, 2007, 02:23:31 pm
quote:
Originally posted by raybe
1- HAl seems to want to load more than one time or you can not exit Hal from the Hal window if you are using that startup function as opposed to the task bar startup and exit.

I'm having trouble understanding the problem. Could you elaborate? Are you saying when your computer starts Hal tries to start twice? Is Hal in your startup folder more than once?

quote:
2- After about 2 hours and everything working I am now starting to get blank responses to regular conversations frequently.
I haven't been able to get this happen to me yet. Could you post conversation samples before this error occurs. Can you try having a conversation in Hal using the Hal Brain Editor Test interface and see if it is giving any strange errors.
Title: Ultra Hal Assistant 6.1 RC1
Post by: markofkane on April 19, 2007, 03:15:19 pm
I still get an error when I input the phrase "That's a big pile"



(http://www.zabaware.com/forum/uploaded/markofkane/200741915156_haloops.JPG)
Title: Ultra Hal Assistant 6.1 RC1
Post by: onthecuttingedge2005 on April 19, 2007, 06:23:21 pm
quote:
Originally posted by markofkane

I still get an error when I input the phrase "That's a big pile"



(http://www.zabaware.com/forum/uploaded/markofkane/200741915156_haloops.JPG)



Hi Mark.

could you copy and paste line 2256 from your HalScript.dbg so we can see what code is in issue?

If you have refreshed your HalScript.dbg since then, then you may have to try and get the error to occure again so the error matches up on the line feed for the HalScript.dbg

I tried to duplicate your error but had no luck in getting an error.

Jerry[8D]
Title: Ultra Hal Assistant 6.1 RC1
Post by: onthecuttingedge2005 on April 19, 2007, 06:42:17 pm
Hi Rob.

The Learn from a text file/Clipboard so far has worked flawlessly at this point, I had HAL learn the entire contents of Quantum Mechanics and everything went well.

User: What do you know about Quantum Mechanics?
HAL: Quantum mechanics is a more fundamental theory than Newtonian mechanics and classical electromagnetism, in the sense that it provides accurate and precise descriptions for many phenomena that these ';classical'; theories simply cannot explain on the atomic and subatomic level.

But if I continue the conversation on Quantum Mechanics HAL will repeat the same phrase, I think the responses needs to have more
variance in each response to have a decent conversation about Quantum Mechanics from what is learned from Learn from text file/clipboard.

Jerry[8D]
Title: Ultra Hal Assistant 6.1 RC1
Post by: markofkane on April 19, 2007, 06:57:07 pm
Where do I find the line you are looking for in the debug file?

I found a HalScript DBG file.
Title: Ultra Hal Assistant 6.1 RC1
Post by: onthecuttingedge2005 on April 19, 2007, 07:05:21 pm
quote:
Originally posted by markofkane

Where do I find the line you are looking for in the debug file?

I found a HalScript DBG file.



Hi Mark.

You can download a 'free' line editor here to open the HalScript.dbg and find exactly what line is causing the error.

http://www.crimsoneditor.com/

Crimson editor is one of the editors I use along side of the HAL Brain Editor, It's safe and clean, I have been using it for 5 years now, it also has the ability to color code various programming languages as well.

Jerry[8D]
Title: Ultra Hal Assistant 6.1 RC1
Post by: markofkane on April 19, 2007, 07:15:00 pm
Thanks, Jerry!!

Here is line 2256:

If Asc(Left(KeywordList(i),1)) > 47 And Asc(Left(KeywordList(i),1)) < 58 Or HalBrain.Word2Num(KeywordList(i)) <> "X" Then IsNumber = True Else IsNumber = False

Title: Ultra Hal Assistant 6.1 RC1
Post by: Medeksza on April 19, 2007, 08:23:55 pm
I found the cause of this error and have fixed it. Thanks for the report.

quote:
Originally posted by markofkane

I still get an error when I input the phrase "That's a big pile"

(http://www.zabaware.com/forum/uploaded/markofkane/200741915156_haloops.JPG)

Title: Ultra Hal Assistant 6.1 RC1
Post by: onthecuttingedge2005 on April 19, 2007, 09:35:58 pm
Hi Rob.

Might I suggest making a 'line editor' specifically for Hal for extra debug purposes along side the HAL Brain editor, especially for plugins and HalScript.dbg diagnosis, It would make things a lot easier than downloading a third party editor for debugging purposes.

jerry[8D]
Title: Ultra Hal Assistant 6.1 RC1
Post by: markofkane on April 20, 2007, 05:58:05 am
quote:
Originally posted by onthecuttingedge2005

Hi Rob.

Might I suggest making a 'line editor' specifically for Hal for extra debug purposes along side the HAL Brain editor, especially for plugins and HalScript.dbg diagnosis, It would make things a lot easier than downloading a third party editor for debugging purposes.

jerry[8D]



I think is a great idea, if not too difficult. Thanks Jerry and Robert for your help and responses.[:)]
Title: Ultra Hal Assistant 6.1 RC1
Post by: Medeksza on April 20, 2007, 12:47:25 pm
Thanks for the suggestion for the line editor. Its a good idea, but I don't want to spend more time adding features to Hal 6.1 in case I introduce more bugs. I will add it to the next release of Hal. It is possible to use windows notepad to go to a line reported by Hal. First make sure word wrap is disabled (format, word wrap). Next click edit, go to, and type in the line you want to go to and it will take you there.
Title: Ultra Hal Assistant 6.1 RC1
Post by: Medeksza on April 20, 2007, 12:47:42 pm
I have fixed 3 script errors: The one which caused the blank responses reported by someone else in the beta thread, a logic error for repeating events in hal's appointment calendar, and the ASC error reported here. I will release an RC2 shortly with these fixes.

However, the only thing that changed was the script files hal6.uhp and appointments.uhp so i am appending them to this post in case you just want to replace those 2 files rather than loading RC2.

(http://icon_paperclip.gif) Download Attachment: hal6.uhp (http://"http://www.zabaware.com/forum/uploaded/medeksza/2007420124458_hal6.uhp")
118.1 KB

(http://icon_paperclip.gif) Download Attachment: Appointments.uhp (http://"http://www.zabaware.com/forum/uploaded/medeksza/2007420124522_Appointments.uhp")
27.55 KB
Title: Ultra Hal Assistant 6.1 RC1
Post by: raybe on April 20, 2007, 05:24:35 pm
Hi Robert,

Thank you for your response and I apoligize for not being a little bit clearer about the double loading.I will have a chance tonight to check your recommendations and I will try to duplicate the blank responses if any and save the conversations. Thank you for your time.

Thanks,
raybe
Title: Ultra Hal Assistant 6.1 RC1
Post by: markofkane on April 20, 2007, 06:53:18 pm
Robert, thanks for the tip about notepad. I learn something new every day!! I did not know it could count lines!! That might have helped me when I get script errors in IE.
Title: Ultra Hal Assistant 6.1 RC1
Post by: raybe on April 20, 2007, 11:50:09 pm
Hi Robert,
See if this makes sense. When Hal 6.1 RC1 starts and loads to the task bar where you can see a little Hal icon I can right click on the icon and select shutdown of the Hal program it will confirm shutdown or quit but Hal is still loaded when I open the task manager and the program will prompt me to look for the icon in the task bar to see that Hal is still running. I did take Hal out of my Windows startup folder and re-booted. No blank responses yet.

Sorry if I am not clear about this. I am trying.
Thanks again for your time,
raybe