Zabaware Support Forums

Zabaware Forums => Ultra Hal 7.0 => Topic started by: Charmzbond on December 19, 2006, 02:38:17 pm

Title: Run Time Error
Post by: Charmzbond 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.
Title: Run Time Error
Post by: vrossi 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
Title: Run Time Error
Post by: Charmzbond on December 20, 2006, 12:51:08 pm
Thanks! that was really helpful.