Page 1 of 1

Client CVAR querying is not enabled - check MM version!

Posted: Sun Mar 09, 2008 5:44 am
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

Posted: Sun Mar 09, 2008 7:36 pm
by YamiKaitou
What OS is your server? Is your processer 32-bit or 64-bit?

Posted: Mon Mar 10, 2008 11:42 am
by martomst
OS ?

Posted: Mon Mar 10, 2008 12:25 pm
by YamiKaitou
Operating System...

Posted: Mon Mar 10, 2008 12:51 pm
by martomst
Windows Xp Proffessional 2002 Service Pack 2

Proccessor:AMD Sempron 2800+
1.61 GHz
1,00GB of RAM

Posted: Mon Mar 10, 2008 3:34 pm
by YamiKaitou
32 or 64 bit?

Posted: Tue Mar 11, 2008 5:24 am
by martomst
32

Posted: Tue Mar 11, 2008 8:09 am
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

Posted: Tue Mar 11, 2008 8:24 am
by martomst
well,im with a MetaMod 1.19 can you tell me what version should i use,please tell me im desperate :arrow:

Posted: Tue Mar 11, 2008 1:55 pm
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.

Posted: Tue Mar 11, 2008 2:12 pm
by martomst
were can i disable this cl_minmodels ?

Posted: Tue Mar 11, 2008 3:44 pm
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" );
}

Posted: Wed Mar 12, 2008 8:43 am
by martomst
thank you very much

Posted: Sun Mar 16, 2008 2:07 pm
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)

Posted: Sun Mar 16, 2008 4:14 pm
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.

Posted: Mon Jun 16, 2008 6:55 am
by Jachtsia
Actually i'm not comfirm 32 or 64 bit on my computer..

but the metamod.. all i found is latest one... How ??

Posted: Mon Jun 16, 2008 7:17 am
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..

Posted: Mon Jun 16, 2008 8:39 am
by Geesu
you're running 64-bit ... you have no choice and will receive this error

Posted: Mon Jun 16, 2008 9:29 am
by Jachtsia
Mean i cannot use War3 mode ??? bcoz if i dint put war3 inside the HLDS will not show error o...

Posted: Mon Jun 16, 2008 9:30 am
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 ??

Posted: Mon Jun 16, 2008 9:01 pm
by Jachtsia
Mean i delete tat part ??

and do u guys know where to edit the I menu ??

Posted: Mon Jun 16, 2008 11:47 pm
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)

Posted: Wed Jun 18, 2008 8:40 am
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 ??