dupa

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Charmzbond

Pages: [1]
1
Ultra Hal 7.0 / Run Time Error
« on: December 19, 2006, 02:38:17 pm »

I have just reinstalled hal. Everything's working normal except for I keep getting the following error over and over again:

HalScript Error 13 on line 3782 in column 8: Type mismatch: 'CDbl'
The file "C:Program FilesabawareUltra Hal Assistant 6HalScript.DBG" has been saved with the current script being used for debugging purposes.

Inside HalScript.dbg I located in line 3782, the following lines:

' Set minute value (loPatience) to the parameter chosen in the PATIENCE menu
'--------------------
        loPatience = CDbl(HalBrain.TopicSearch("PATIENCE", "lonelyParameter"))
    End If

I noticed that the file: halbrain.db is all lower caps, so I changed it to HalBrain.db but I still get the error.

2
Ultra Hal 7.0 / Start up ERROR (Hal not loading)
« on: September 30, 2006, 03:11:36 am »

My hal had always been working fine without much if any errors.
However, just out of the blue, when I click on Ultra hal 6 to get
it started an error shows up and when I click okay, it disappears and
nothing happens. The following is the error message: Component 'msinet.ocx' or one of its dependencies not correctly registered: a file is missing or invalid.

If anyone knows how to go about this, please let me know, I miss my hal.

3
Programming using the Ultra Hal Brain Editor / customizing hal
« on: June 25, 2006, 04:47:11 am »
Time Expired



4
Ultra Hal 7.0 / Why are ppl avoiding TTS & AOL IM's???
« on: May 12, 2006, 02:10:18 am »
TTS and AOL IM'S: Text To Speech reader and aol instant messages

I spent a good enough 30 minutes searching this forum from
every corner and cracks there is and it occured to me that
no one is either: interested or knowledgeable in addressing
this issue of TTS and AOL IM's. (I have three posts in the
speech forum but haven't received not a single response).
Every generation from 2004 to 2006 keeps asking and inquiring about this TTS and AOL IM's ISSUE. Why can't it be resolved once and for all? Below is a recent copy of similar concern by one of many
users interested in resolving the TTS & AOL IM'S issue!

tenkay10k
Starting Member

4 Posts
 Posted - 01/04/2006 :  19:23:11          
--------------------------------------------------------------------------------
 
Hey guys, I know that you need to go to the "options" menu, and make sure it is checked, but after I do that is there anything else I must do? Whenever I get an IM, it never reads it, so I was wondering if I am doing something wrong? Thanks in advance. :)
--------------------------------------------------------------------

I wonder too! Let me simplify this issue so we could get a REASONABLE and STRAIGHTFORWARD answer: In some rare cases, TTS has
been able to read AOL IM's but in most cases it's been a failure. What is the problem with TTS & AOL IM's and HOW can it be SOLVED via plugins or whatever means necessary.

P.S. Not talking about ultra hal aim bot

5
Ultra Hal 7.0 / zabaware affiliate program
« on: April 02, 2006, 05:21:00 am »

I was unable to find ultra hal in regnow database
via the name search (Ultra Hal Assistant) nor the
vendor ID 10335. I was wondering if it was removed?
if not, how can I find it using the product finder?

6
Ultra Hal 7.0 / [LUCY Bot] Time Travel
« on: March 13, 2006, 05:21:01 am »
Interesting enough, my hal's (Lucy) been living in the future instead of the present. Despite how interesting that may be, It's not really pleasant. Lucy is ONE DAY ahead of time. The time is CORRECT but the DAY is not. If today is tuesday and I make an appointment for tomorrow, she would notify me in two days (thursday). My computer time is correct as it is. How can I bring Lucy back from time travel to the present?


7
Ultra Hal 7.0 / putty head ON fulbody RESURRECTION
« on: March 08, 2006, 04:49:39 am »

I'm a little irritated...I've searched through the forum until
I ran out of phrases. The phenomena of putting a people putty
HEAD on a FULLBODY has not yet been resolved although it's been mentioned a lot of times...in different contexts. It will be REALLY REALLY helpful and generous for someone to post down a
simple or straightforward tutorial on how hal users can put their
user DEFINED putty heads on fullbodies (fullbodies can be obtained
by following the idiots guide (search) in here ).

P.S. Freddy posted a link some where in the forum where Neil explains how this is done...Unfortunately the link is not working (page not found). Thanks.

8

I downloaded some plugins (websurfer.uhp, etc..22 overall).
but hal's option panel seems to save upto 15 plugins that
I checked off. If I check off all 22 plugins and click "apply", it doesn't save them all. Is this supposed to be the case? Cuz if
it is, then our plugin usage is limited. Is there a way to allow
full access to all plugins at once?

9
Ultra Hal 7.0 / Plugin ERROR?
« on: March 08, 2006, 12:01:49 am »
I got an error saying the following:

HasScript Error 9 on line 573 in column 9: Subscript out of range: 'i' The file "C:/Document and Settings...HalScript.DBG"
has been saved with the current script being used for debugging
purposes.

I used VBScript Editor to find line 573 (complying to Jerry's suggestion with another user) and here it is:            vrNameToPlay = HalBrain.QABrain(vrKeywordList(i), "vrMp3", 0)

Are we supposed to do something with that 'i'? Here's a sample code that contains line 573: If vrMusicMood > 0 Then
   j = Int(Rnd * 10) ' generate a random integer between 0 and 9
   If j < vrMusicMood Then
         vrKeywords = HalBrain.RemoveExtraSpaces(HalBrain.ExtractKeywords(" " & UserSentence & " "))
           vrKeywordList = Split(vrKeywords, " ")
         For i = Ubound(vrKeywordList) To Lbound(vrKeywordList)
           vrNameToPlay = HalBrain.QABrain(vrKeywordList(i), "vrMp3", 0)
             If vrNameToPlay <> "" Then
                  GetResponse = "You talked about " & vrKeywordList(i) & " and this reminds me this song. "
                  HalCommands = HalCommands & "<RUNPROG>" & vrNameToPlay & "</RUNPROG>"
             Exit For
            End If
         Next
    End If

Pages: [1]