Zabaware Forums > Speech Technology

HAL ERROR 3-16-2018

<< < (2/2)

lightspeed:
Art, i checked it apparently the debug file disappears after hal is shut down and reopened  from one day to the next day so the debug file has to be checked before hal is closed down . also it would mean closing hal down in the same day and reopening it would i think lose the original hal error  from first time but have the same date , so again  the file will have to be checked  before hal is shut down the first time.  ;) 
so i'll have to do it next time it shows up.

Spitfire2600:
The Error -214something is internet explorer trying to close itself when the first instance has already been closed. Windows 10 usually closes out unused background processes, IE being one of them. You can fix it by deleting the line that closes internet explorer and replacing it with

      browser = "iexplore.exe"
      qry = "SELECT * FROM Win32_Process WHERE Name='" & browser & "'"
      If qry <> "" Then
         For Each p In wmi.ExecQuery(qry)
           p.Terminate
         Next
                End If


I have used this method in my ConceptNet plugin, which accesses multiple instances of IE and closes them all simultaneously, with greater success than "IE.Close"

-Spitfire2600

Navigation

[0] Message Index

[*] Previous page

Go to full version