PC Review
Forums
Newsgroups
Hardware
Anti-Virus
AV-CLS error
Forums
Newsgroups
Hardware
Anti-Virus
AV-CLS error
![]() |
AV-CLS error |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I can't seem to run it one one of the WIN 98 (SE) machines at work.
Get the following error: ================== 0 ERROR : expected ')'! Script: C:\AV-CLS\menu.kix Line : 17 =================== Googling shows a line 13 and a line 15 error, any ideas? I do have McAfee and did a full scan, along with Spybot & Ad-Aware - all is clean so I doubt it is malware related. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
On 17 Mar 2006 11:20:42 -0800, "Duh_OZ" <ozzy.kopec@gmail.com> wrote:
>I can't seem to run it one one of the WIN 98 (SE) machines at work. >Get the following error: >================== >0 >ERROR : expected ')'! >Script: C:\AV-CLS\menu.kix >Line : 17 >=================== > >Googling shows a line 13 and a line 15 error, any ideas? I do have >McAfee and did a full scan, along with Spybot & Ad-Aware - all is clean >so I doubt it is malware related. I think it is just a typing error in the script. You can open the file with notepad and see if there is really an error with the amount of parenthesis. Or you can download and install it again (remove the old version first) Jari |
|
|
|
#3 |
|
Guest
Posts: n/a
|
From: "Duh_OZ" <ozzy.kopec@gmail.com>
| I can't seem to run it one one of the WIN 98 (SE) machines at work. | Get the following error: | ================== | 0 | ERROR : expected ')'! | Script: C:\AV-CLS\menu.kix | Line : 17 | =================== | | Googling shows a line 13 and a line 15 error, any ideas? I do have | McAfee and did a full scan, along with Spybot & Ad-Aware - all is clean | so I doubt it is malware related. That PC is having problem with Windows Management Instrumentation (WMI) with is used to determine the Boot State (Normal or Safe Mode). -- Dave http://www.claymania.com/removal-trojan-adware.html http://www.ik-cs.com/got-a-virus.htm |
|
|
|
#4 |
|
Guest
Posts: n/a
|
From: "Duh_OZ" <ozzy.kopec@gmail.com>
| Sounds good(well not really) - any way I can get it going? I did try | in both modes, same thing. I also downloaded again, deleted the older | files, folders before reinstalling, rebooted yada, yada, yada. | | At home now, so it will have to wait until Monday. I know the reason in general terms for the problem. However I don't know exactly what aspect of WMI is failing to cause the following WMI call to fail... GetObject("winmgmts:\\.\root\CIMV2").ExecQuery("SELECT * FROM Win32_ComputerSystem","WQL",48) You indicated you have multiple Win98 platforms where only one is failing. All I can suggest is determining what is different bewteen that one PC and the rest. WMI is loaded from... Win9x/ME %windir%\SYSTEM\WBEM NT based OS %windir%\SYSTEM32\WBEM There is also a WMI test utility; WBEMTEST.EXE And there may be a control program; WBEMCNTL.EXE -- Dave http://www.claymania.com/removal-trojan-adware.html http://www.ik-cs.com/got-a-virus.htm |
|
|
|
#5 |
|
Guest
Posts: n/a
|
David H. Lipman wrote:
> From: "Duh_OZ" <ozzy.kopec@gmail.com> > > > | Sounds good(well not really) - any way I can get it going? I did try > | in both modes, same thing. I also downloaded again, deleted the older > | files, folders before reinstalling, rebooted yada, yada, yada. > | > | At home now, so it will have to wait until Monday. > > I know the reason in general terms for the problem. However I don't know exactly what > aspect of WMI is failing to cause the following WMI call to fail... > > GetObject("winmgmts:\\.\root\CIMV2").ExecQuery("SELECT * FROM > Win32_ComputerSystem","WQL",48) > > You indicated you have multiple Win98 platforms where only one is failing. All I can > suggest is determining what is different bewteen that one PC and the rest. > > WMI is loaded from... > > Win9x/ME > %windir%\SYSTEM\WBEM > > NT based OS > %windir%\SYSTEM32\WBEM > > There is also a WMI test utility; WBEMTEST.EXE > > And there may be a control program; WBEMCNTL.EXE > > -- > Dave =========== Roger that - I'll check things out Monday and report back. |
|
|
|
#6 |
|
Guest
Posts: n/a
|
From: "Duh_OZ" <ozzy.kopec@gmail.com>
| =========== | Roger that - I'll check things out Monday and report back. Thanx ! If I know more about the problem, I can thusly try to programmatically test for the problem and work around it. -- Dave http://www.claymania.com/removal-trojan-adware.html http://www.ik-cs.com/got-a-virus.htm |
|
|
|
#7 |
|
Guest
Posts: n/a
|
The resolution involves rebuilding the WMI Repository
http://windowsxp.mvps.org/repairwmi.htm -- The best live web video on the internet http://www.seedsv.com/webdemo.htm NEW Embedded system W/Linux. We now sell DVR cards. See it all at http://www.seedsv.com/products.htm Sharpvision simply the best http://www.seedsv.com "Duh_OZ" <ozzy.kopec@gmail.com> wrote in message news:1142639876.723658.87810@v46g2000cwv.googlegroups.com... > David H. Lipman wrote: >> From: "Duh_OZ" <ozzy.kopec@gmail.com> >> >> >> | Sounds good(well not really) - any way I can get it going? I did try >> | in both modes, same thing. I also downloaded again, deleted the older >> | files, folders before reinstalling, rebooted yada, yada, yada. >> | >> | At home now, so it will have to wait until Monday. >> >> I know the reason in general terms for the problem. However I don't know >> exactly what >> aspect of WMI is failing to cause the following WMI call to fail... >> >> GetObject("winmgmts:\\.\root\CIMV2").ExecQuery("SELECT * FROM >> Win32_ComputerSystem","WQL",48) >> >> You indicated you have multiple Win98 platforms where only one is >> failing. All I can >> suggest is determining what is different bewteen that one PC and the >> rest. >> >> WMI is loaded from... >> >> Win9x/ME >> %windir%\SYSTEM\WBEM >> >> NT based OS >> %windir%\SYSTEM32\WBEM >> >> There is also a WMI test utility; WBEMTEST.EXE >> >> And there may be a control program; WBEMCNTL.EXE >> >> -- >> Dave > =========== > Roger that - I'll check things out Monday and report back. > |
|
|
|
#8 |
|
Guest
Posts: n/a
|
"pcbutts1" <pcbutts1@seedsv.com> wrote in message news:7ZWdnW7Q24TB_YbZRVn-jA@giganews.com... > The resolution involves rebuilding the WMI Repository > http://windowsxp.mvps.org/repairwmi.htm > ....and what's the point of directing the OP to an article about Win XP when he states that it's a Win9x machine?? -- Noel Paton (MS-MVP 2002-2006, Windows) Nil Carborundum Illegitemi http://www.crashfixpc.com/millsrpch.htm http://tinyurl.com/6oztj Please read http://dts-l.org/goodpost.htm on how to post messages to NG's |
|
|
|
#9 |
|
Guest
Posts: n/a
|
Before you shoot your fat ass mouth off read the article. Sheeesh another
dumb ass immature, jealous, MVP trying to start trouble with me. -- The best live web video on the internet http://www.seedsv.com/webdemo.htm NEW Embedded system W/Linux. We now sell DVR cards. See it all at http://www.seedsv.com/products.htm Sharpvision simply the best http://www.seedsv.com "Noel Paton" <NoelDPspamless@crashfixpc.com> wrote in message news:dvhd3d$ac6$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com... > > "pcbutts1" <pcbutts1@seedsv.com> wrote in message > news:7ZWdnW7Q24TB_YbZRVn-jA@giganews.com... >> The resolution involves rebuilding the WMI Repository >> http://windowsxp.mvps.org/repairwmi.htm >> > > ...and what's the point of directing the OP to an article about Win XP > when he states that it's a Win9x machine?? > > -- > Noel Paton (MS-MVP 2002-2006, Windows) > > Nil Carborundum Illegitemi > http://www.crashfixpc.com/millsrpch.htm > > http://tinyurl.com/6oztj > > Please read http://dts-l.org/goodpost.htm on how to post messages to NG's > |
|
|
|
#10 |
|
Guest
Posts: n/a
|
"pcbutts1" <pcbutts1@seedsv.com> wrote in message news:1cidnf8YRcLV2IHZRVn-sw@giganews.com... > Before you shoot your fat ass mouth off read the article. Sheeesh another > dumb ass immature, jealous, MVP trying to start trouble with me. > I already did - the ONLY part of that article relevant to Win9x is the link to http://www.microsoft.com/downloads/...&displaylang=en -- Noel Paton (MS-MVP 2002-2006, Windows) Nil Carborundum Illegitemi http://www.crashfixpc.com/millsrpch.htm http://tinyurl.com/6oztj Please read http://dts-l.org/goodpost.htm on how to post messages to NG's |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

