Zabaware Support Forums

Zabaware Forums => Ultra Hal 7.0 => Topic started by: raybe on December 27, 2020, 04:03:29 pm

Title: HAL SCRIPT ERROR NEVER CAME ACROSS BEFORE
Post by: raybe on December 27, 2020, 04:03:29 pm
Happy Holiday's to all first of all.

This script error just began to rear it's ugly head and hoping I can get some answers, Tried all the usual fixes, unplugging everything, and some other minor tweaks going back to jus a previous backup that was working just fine.

If you look at the line error in the Hals script dbg file. that address does not exist on my system when tracing it back.

Any help or suggestions would be appreciated at this time. 2020 the year that keeps on giving.

Thank you,
raybe
Title: Re: HAL SCRIPT ERROR NEVER CAME ACROSS BEFORE
Post by: Medeksza on December 27, 2020, 08:40:08 pm
I'm not sure what plugin that is in your script there, looks like something designed to force close chrome. But the highlighted line is not valid vbscript syntax, the quotes are incorrect.

I believe the line should be:

Code: [Select]
wmiQuery = "Select processID from win32-process where name = 'C:\Users\Ray B\AppData\Local\Google\Chrome\Application\chrome.exe'"
or the following should also be correct:

Code: [Select]
wmiQuery = "Select processID from win32-process where name = ""C:\Users\Ray B\AppData\Local\Google\Chrome\Application\chrome.exe"""
Title: Re: HAL SCRIPT ERROR NEVER CAME ACROSS BEFORE
Post by: raybe on December 28, 2020, 07:52:48 pm
Thank you so much for your quick reply Robert, I know you have much going on. I don't know where it coming from myself. I'll search any internet based plugins as long as I know that its not hard written directly into UHs script. Let the hunt begin. If anything else should cross your mind please let me know. Always much appreciated.

raybe
Title: Re: HAL SCRIPT ERROR NEVER CAME ACROSS BEFORE
Post by: Art on December 28, 2020, 10:12:21 pm
Raybe,

Were you actually using the Chrome Browser to "test" / chat with Curie?

Could prove interesting.
Title: Re: HAL SCRIPT ERROR NEVER CAME ACROSS BEFORE
Post by: raybe on January 09, 2021, 01:30:47 am
Sorry Art, it was either Chrome or Brave. Unfortunately I usually clean cache pretty often and I just can't remember.

Again thank you Robert, all is well. It was in the plugin.

raybe