Client CVAR querying is not enabled - check MM version!

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
martomst
Peon
Posts: 10
Joined: Sun Mar 09, 2008 5:14 am

Client CVAR querying is not enabled - check MM version!

Post by martomst »

L 12/27/2007 - 14:54:58: Client CVAR querying is not enabled - check MM version!
L 12/27/2007 - 14:54:58: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
L 12/27/2007 - 14:54:58: [AMXX] Run time error 10: native error (native "query_client_cvar")
L 12/27/2007 - 14:54:58: [AMXX] [0] cstrike.inl::_CS_MinModelsLoop (line 261)
L 12/27/2007 - 14:54:59: Client CVAR querying is not enabled - check MM version!
L 12/27/2007 - 14:54:59: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
L 12/27/2007 - 14:54:59: [AMXX] Run time error 10: native error (native "query_client_cvar")
L 12/27/2007 - 14:54:59: [AMXX] [0] cstrike.inl::_CS_MinModelsLoop (line 261)
L 12/27/2007 - 14:54:59: Client CVAR querying is not enabled - check MM version!
L 12/27/2007 - 14:54:59: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
L 12/27/2007 - 14:54:59: [AMXX] Run time error 10: native error (native



How can I fix this please some help


Im with AMX Mod X 1.80
MetaMod 1.19
Warcraft 3 Frozen Throne RC10
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

What OS is your server? Is your processer 32-bit or 64-bit?
Image

No support via PM or Email
martomst
Peon
Posts: 10
Joined: Sun Mar 09, 2008 5:14 am

Post by martomst »

OS ?
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

Operating System...
Image

No support via PM or Email
martomst
Peon
Posts: 10
Joined: Sun Mar 09, 2008 5:14 am

Post by martomst »

Windows Xp Proffessional 2002 Service Pack 2

Proccessor:AMD Sempron 2800+
1.61 GHz
1,00GB of RAM
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

32 or 64 bit?
Image

No support via PM or Email
martomst
Peon
Posts: 10
Joined: Sun Mar 09, 2008 5:14 am

Post by martomst »

32
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

Well, your error is being caused by Metamod not liking your Processor. There is nothing that wc3ft can do. If I had to guess, it might be because you are emulating a 32-bit os on a 64-bit processor. But, either way, this is not a wc3ft issue
Image

No support via PM or Email
martomst
Peon
Posts: 10
Joined: Sun Mar 09, 2008 5:14 am

Post by martomst »

well,im with a MetaMod 1.19 can you tell me what version should i use,please tell me im desperate :arrow:
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

You can try one of the Metamod-P versions. If those don't work, you can see if you can find a amd64 version of Metamod 1.19. If you can't find one, then you will have to switch to a 32-bit processor or ask the devs of Metamod/AMXx to see if there is a way to get around it or fix it.


OR, you can disable the check for cl_minmodels.
Image

No support via PM or Email
martomst
Peon
Posts: 10
Joined: Sun Mar 09, 2008 5:14 am

Post by martomst »

were can i disable this cl_minmodels ?
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

In the war3ft.sma file, find this code and remove/comment it out

Code: Select all

//Check user's cvar if the user isn't a bot and if we're not running a 64-bit server
if ( !is_user_bot( id ) && !is_amd64_server() )
{
		query_client_cvar( id, "cl_minmodels", "_CS_CheckMinModelsValue" );
}
Image

No support via PM or Email
martomst
Peon
Posts: 10
Joined: Sun Mar 09, 2008 5:14 am

Post by martomst »

thank you very much
dYm
Peon
Posts: 4
Joined: Wed Mar 12, 2008 11:19 am

Post by dYm »

YamiKaitou wrote:Well, your error is being caused by Metamod not liking your Processor. There is nothing that wc3ft can do. If I had to guess, it might be because you are emulating a 32-bit os on a 64-bit processor. But, either way, this is not a wc3ft issue
i have same problem! but i have 64 bit and same OS.
Whats my problem ?

EDIT: My error:

Code: Select all

L 03/16/2008 - 22:05:44: Client CVAR querying is not enabled - check MM version!
L 03/16/2008 - 22:05:44: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
L 03/16/2008 - 22:05:44: [AMXX] Run time error 10: native error (native "log_amx")
L 03/16/2008 - 22:05:44: [AMXX]    [0] cstrike.inl::_CS_MinModelsLoop (line 265)
User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Post by YamiKaitou »

Metamod does not allow querying client cvars on 64-bit processors.

The HL engine, Metamod, and AMXx all do not support 64-bit machines.
Image

No support via PM or Email
Jachtsia
Peon
Posts: 15
Joined: Fri Jun 13, 2008 9:17 am

Post by Jachtsia »

Actually i'm not comfirm 32 or 64 bit on my computer..

but the metamod.. all i found is latest one... How ??
Jachtsia
Peon
Posts: 15
Joined: Fri Jun 13, 2008 9:17 am

Post by Jachtsia »

You said amd64 version of Metamod 1.19 or Metamod-P version..Do u mean this

v1.19 amd64 Binary
amd64 version of Metamod 1.1

Metamod- P
Download Windows i586 binary (metamod-p-1.19p32-windows.zip)

I download both and try.. still the same..
User avatar
Geesu
<b>King of the world!</b>
Posts: 3160
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu »

you're running 64-bit ... you have no choice and will receive this error
No Support via PM
Jachtsia
Peon
Posts: 15
Joined: Fri Jun 13, 2008 9:17 am

Post by Jachtsia »

Mean i cannot use War3 mode ??? bcoz if i dint put war3 inside the HLDS will not show error o...
Jachtsia
Peon
Posts: 15
Joined: Fri Jun 13, 2008 9:17 am

Post by Jachtsia »

If error nvm, just show up

12/27/2007 - 14:54:58: Client CVAR querying is not enabled - check MM version!
L 12/27/2007 - 14:54:58: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
L 12/27/2007 - 14:54:58: [AMXX] Run time error 10: native error (native "query_client_cvar")

actually nvm, but will suddenly Error need to close the server ... haiz.. got other choise ??
Jachtsia
Peon
Posts: 15
Joined: Fri Jun 13, 2008 9:17 am

Post by Jachtsia »

Mean i delete tat part ??

and do u guys know where to edit the I menu ??
Jachtsia
Peon
Posts: 15
Joined: Fri Jun 13, 2008 9:17 am

Post by Jachtsia »

=.=!! I remove whole thing the server stil appear like this


L 06/17/2008 - 13:46:08: Client CVAR querying is not enabled - check MM version!
L 06/17/2008 - 13:46:08: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
L 06/17/2008 - 13:46:08: [AMXX] Run time error 10: native error (native "log_amx")
L 06/17/2008 - 13:46:08: [AMXX] [0] cstrike.inl::_CS_MinModelsLoop (line 265)
Jachtsia
Peon
Posts: 15
Joined: Fri Jun 13, 2008 9:17 am

Post by Jachtsia »

Hey, i dint add warcrat mode inside.. then after on server .. pass a moment then will have error.... force to close server .. why ??
Post Reply