Author Topic: problem with communicating with HAL  (Read 3477 times)

brian

  • Newbie
  • *
  • Posts: 5
    • View Profile
problem with communicating with HAL
« on: January 31, 2005, 08:16:36 pm »
When I try to communicate with Hal I get an error message saying microsoft  VBScript compilation has an unterminated string  help!
 

Art

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3859
    • View Profile
problem with communicating with HAL
« Reply #1 on: January 31, 2005, 08:57:45 pm »
Brian,
Welcome to the forum!

First what version of Hal are you using (free, purchased)?
What is your operating system (98, XP) and memory?
What brain file are you using (default, XTF, etc.)?
Have you edited or changed anything in the brain file? If so, what?

Let us know and we'll try to resolve your problem.
In the world of AI it's the thought that counts!

- Art -

brian

  • Newbie
  • *
  • Posts: 5
    • View Profile
problem with communicating with HAL
« Reply #2 on: January 31, 2005, 09:15:10 pm »
Art I am using windows xp I don,t recall changing anything as far as the brain  its the default brain as I recall
 

brian

  • Newbie
  • *
  • Posts: 5
    • View Profile
problem with communicating with HAL
« Reply #3 on: January 31, 2005, 09:16:32 pm »
Sorry, I purchased Hal
 

Bill819

  • Hero Member
  • *****
  • Posts: 1483
    • View Profile
problem with communicating with HAL
« Reply #4 on: February 01, 2005, 01:28:28 pm »
quote:
Originally posted by brian

Sorry, I purchased Hal


Try turning off you virus scanner and then reinstall Hal. Some anti virus program interfere with the complete installation of Hal.
Bill
 

Art

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3859
    • View Profile
problem with communicating with HAL
« Reply #5 on: February 01, 2005, 07:02:53 pm »
Brian,

That error is usually the result of a missing quote (") from the end of a line of code.

Did the error message indicate a line number?
If so, you can open the brain editor and go to that line number to look for a possible missing end or closing quote.

Sometimes this happens if or when a line of code gets split or carried down to the next line like:
Val (str$) = "This is
a quote"

or something similar.

Lastly, make sure you do a recent update and scan for viruses.

Hope this helps.
In the world of AI it's the thought that counts!

- Art -

brian

  • Newbie
  • *
  • Posts: 5
    • View Profile
problem with communicating with HAL
« Reply #6 on: February 01, 2005, 07:37:18 pm »
the message cited line 290 in column 49  ill take a look at  what i have though