PC Review


Reply
Thread Tools Rate Thread

AV-CLS error

 
 
Duh_OZ
Guest
Posts: n/a
 
      17th Mar 2006
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
 
 
 
 
Jari Lehtonen
Guest
Posts: n/a
 
      17th Mar 2006
On 17 Mar 2006 11:20:42 -0800, "Duh_OZ" <(E-Mail Removed)> 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
 
David H. Lipman
Guest
Posts: n/a
 
      17th Mar 2006
From: "Duh_OZ" <(E-Mail Removed)>

| 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
 
David H. Lipman
Guest
Posts: n/a
 
      18th Mar 2006
From: "Duh_OZ" <(E-Mail Removed)>


| 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
 
Duh_OZ
Guest
Posts: n/a
 
      18th Mar 2006
David H. Lipman wrote:
> From: "Duh_OZ" <(E-Mail Removed)>
>
>
> | 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
 
David H. Lipman
Guest
Posts: n/a
 
      18th Mar 2006
From: "Duh_OZ" <(E-Mail Removed)>


| ===========
| 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
 
pcbutts1
Guest
Posts: n/a
 
      18th Mar 2006
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> David H. Lipman wrote:
>> From: "Duh_OZ" <(E-Mail Removed)>
>>
>>
>> | 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
 
Noel Paton
Guest
Posts: n/a
 
      18th Mar 2006

"pcbutts1" <(E-Mail Removed)> wrote in message
news:7ZWdnW7Q24TB_YbZRVn-(E-Mail Removed)...
> 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
 
pcbutts1
Guest
Posts: n/a
 
      18th Mar 2006
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" <(E-Mail Removed)> wrote in message
news:dvhd3d$ac6$(E-Mail Removed)...
>
> "pcbutts1" <(E-Mail Removed)> wrote in message
> news:7ZWdnW7Q24TB_YbZRVn-(E-Mail Removed)...
>> 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
 
Noel Paton
Guest
Posts: n/a
 
      18th Mar 2006

"pcbutts1" <(E-Mail Removed)> wrote in message
news:1cidnf8YRcLV2IHZRVn-(E-Mail Removed)...
> 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/d...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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server Error: 451, Socket Error: 10053, Error Number: 0x800CCC0F =?Utf-8?B?RGFuaWVsYQ==?= Windows XP Help 3 17th Aug 2007 06:10 PM
Access error 3197 and JETCOMP.exe error "Error compacting database =?Utf-8?B?Vmlja3k=?= Microsoft Access 2 21st Jul 2007 01:29 AM
Error connecting to SQLExpress 2005 locally (error: 26 - Error Locating Server/Instance Specified) hfk0 Microsoft ASP .NET 2 27th Mar 2006 10:43 PM
3 Problems - Media Center Error, Date/Time Error, Downloading Updates Error angieangie Windows XP General 0 23rd Dec 2005 07:33 PM
A runtime error has occured. Do you want to debug? Line: 1 Error: syntax error Eric Windows XP Networking 0 24th Nov 2003 04:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:12 PM.