Zabaware Support Forums

Run Time Error

Started by Charmzbond, December 19, 2006, 02:38:17 PM

Previous topic - Next topic

Charmzbond


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

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
Vittorio
www.robotinfo.net

Charmzbond

Thanks! that was really helpful.