Author Topic: Run Time Error  (Read 2670 times)

Charmzbond

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
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.
 

vrossi

  • Full Member
  • ***
  • Posts: 150
    • View Profile
    • http://vrconsulting.it
Run Time Error
« Reply #1 on: December 19, 2006, 04:19:33 pm »
Hi,

This is a little bug in the Loneliness plugin. I already found and solved it some time ago.

See this post: http://www.zabaware.com/forum/topic.asp?TOPIC_ID=3389

Follow these guidelines and the problem should be fixed.

Bye

Charmzbond

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Run Time Error
« Reply #2 on: December 20, 2006, 12:51:08 pm »
Thanks! that was really helpful.