Zabaware Forums > Ultra Hal 7.0

HAL SCRIPT ERROR NEVER CAME ACROSS BEFORE

(1/1)

raybe:
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

Medeksza:
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: ---wmiQuery = "Select processID from win32-process where name = 'C:\Users\Ray B\AppData\Local\Google\Chrome\Application\chrome.exe'"
--- End code ---

or the following should also be correct:


--- Code: ---wmiQuery = "Select processID from win32-process where name = ""C:\Users\Ray B\AppData\Local\Google\Chrome\Application\chrome.exe"""
--- End code ---

raybe:
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

Art:
Raybe,

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

Could prove interesting.

raybe:
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

Navigation

[0] Message Index

Go to full version