PC Review Forums Newsgroups Hardware Anti-Virus AV-CLS error

Reply

AV-CLS error

 
Thread Tools Rate Thread
Old 17-03-2006, 07:20 PM   #1
Duh_OZ
Guest
 
Posts: n/a
Default AV-CLS error


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.

  Reply With Quote
Old 17-03-2006, 07:55 PM   #2
Jari Lehtonen
Guest
 
Posts: n/a
Default Re: AV-CLS error

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
  Reply With Quote
Old 17-03-2006, 10:14 PM   #3
David H. Lipman
Guest
 
Posts: n/a
Default Re: AV-CLS error

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


  Reply With Quote
Old 17-03-2006, 11:30 PM   #4
David H. Lipman
Guest
 
Posts: n/a
Default Re: AV-CLS error

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


  Reply With Quote
Old 17-03-2006, 11:57 PM   #5
Duh_OZ
Guest
 
Posts: n/a
Default Re: AV-CLS error

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.

  Reply With Quote
Old 18-03-2006, 12:55 AM   #6
David H. Lipman
Guest
 
Posts: n/a
Default Re: AV-CLS error

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


  Reply With Quote
Old 18-03-2006, 01:20 AM   #7
pcbutts1
Guest
 
Posts: n/a
Default Re: AV-CLS error

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.
>



  Reply With Quote
Old 18-03-2006, 04:39 PM   #8
Noel Paton
Guest
 
Posts: n/a
Default Re: AV-CLS error


"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


  Reply With Quote
Old 18-03-2006, 05:37 PM   #9
pcbutts1
Guest
 
Posts: n/a
Default Re: AV-CLS error

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
>



  Reply With Quote
Old 18-03-2006, 05:48 PM   #10
Noel Paton
Guest
 
Posts: n/a
Default Re: AV-CLS error


"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


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off