War3ft error linux

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

Moderator: Forum Moderator

Post Reply
mixted
Peon
Posts: 7
Joined: Mon Sep 01, 2008 1:36 pm

War3ft error linux

Post by mixted » Mon Sep 01, 2008 1:40 pm

hy,i have a steam server running on ubuntu 8.04.1 amd64 with respawn and i have a problem with it.from time to time the server blocks if i can say so.it should start alone but it doesn't.i see in the console the errors from the plugin and i am wondering how i can fix this or maybe the plugin will be made to work with csdm
So please any sugestions are good

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

Re: War3ft error linux

Post by YamiKaitou » Mon Sep 01, 2008 8:40 pm

The plugin works fine with csdm. What errors are appearing?
Image

No support via PM or Email

mixted
Peon
Posts: 7
Joined: Mon Sep 01, 2008 1:36 pm

Re: War3ft error linux

Post by mixted » Wed Sep 03, 2008 8:11 am

well it's strange because on win32 i didn't have this problems....

here are the errors :
L 09/03/2008 - 17:09:12: [war3ft.amxx] [ERROR] 'Client CVAR querying is not enabled - check MM version!' '10' '1' 'Run time error 10: native error (native "query_client_cvar")'
L 09/03/2008 - 17:09:12: Client CVAR querying is not enabled - check MM version!
L 09/03/2008 - 17:09:12: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
L 09/03/2008 - 17:09:12: [AMXX] Run time error 10: native error (native "log_amx")

that is from the console

and from wc3_error.log :
L 09/01/2008 - 21:25:00: [SQLITE] Error in querying database, location: 7
L 09/01/2008 - 21:25:00: [SQLITE] Message: unable to open database file (14)
L 09/01/2008 - 21:25:00: [SQLITE] Query statement: REPLACE INTO `wc3_player_skill` ( `player_id` , `skill_id` , `skill_level` ) VALUES ( '27213', '1', '1' );

L 09/01/2008 - 22:58:36: ** Map fy_snow started, version: '3.0 RC11b'
L 09/01/2008 - 22:58:37: [MYSQLX] Database Connection Failed: [2002] Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

L 09/02/2008 - 15:13:18: [SQLITE] Error in querying database, location: 4
L 09/02/2008 - 15:13:18: [SQLITE] Message: near "s": syntax error (1)
L 09/02/2008 - 15:13:18: [SQLITE] Query statement: SELECT `player_id` FROM `wc3_player` WHERE `player_name` = 'scooby snack\'s';
L 09/02/2008 - 15:13:19: [SQLITE] Error in querying database, location: 4

2 sqlite errors and a few mysql when i have tried to put the saving off xp on mysql

i have realised that the xp doesn't save on mysql because the mysql socket is not in the usual folder and on my box it's on another location : [client]
port = 3306
socket = /var/run/mysqld/mysqld.sock and i don't know how to make war3ft to use the socket from this path

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

Re: War3ft error linux

Post by YamiKaitou » Wed Sep 03, 2008 2:01 pm

mixted wrote:here are the errors :
L 09/03/2008 - 17:09:12: [war3ft.amxx] [ERROR] 'Client CVAR querying is not enabled - check MM version!' '10' '1' 'Run time error 10: native error (native "query_client_cvar")'
L 09/03/2008 - 17:09:12: Client CVAR querying is not enabled - check MM version!
L 09/03/2008 - 17:09:12: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
L 09/03/2008 - 17:09:12: [AMXX] Run time error 10: native error (native "log_amx")
64bit does not support this. Search the forums for a quick fix.
and from wc3_error.log :
L 09/01/2008 - 21:25:00: [SQLITE] Error in querying database, location: 7
L 09/01/2008 - 21:25:00: [SQLITE] Message: unable to open database file (14)
L 09/01/2008 - 21:25:00: [SQLITE] Query statement: REPLACE INTO `wc3_player_skill` ( `player_id` , `skill_id` , `skill_level` ) VALUES ( '27213', '1', '1' );
Error message clearly states the issue. It couldn't open the file.
L 09/01/2008 - 22:58:36: ** Map fy_snow started, version: '3.0 RC11b'
L 09/01/2008 - 22:58:37: [MYSQLX] Database Connection Failed: [2002] Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Use 127.0.0.1 instead of localhost
L 09/02/2008 - 15:13:18: [SQLITE] Error in querying database, location: 4
L 09/02/2008 - 15:13:18: [SQLITE] Message: near "s": syntax error (1)
L 09/02/2008 - 15:13:18: [SQLITE] Query statement: SELECT `player_id` FROM `wc3_player` WHERE `player_name` = 'scooby snack\'s';
L 09/02/2008 - 15:13:19: [SQLITE] Error in querying database, location: 4
Not sure why SQLite is throwing that error, I will have to look into it. It works fine for MySQL.
i have realised that the xp doesn't save on mysql because the mysql socket is not in the usual folder and on my box it's on another location : [client]
port = 3306
socket = /var/run/mysqld/mysqld.sock and i don't know how to make war3ft to use the socket from this path
Either create a sym link or use 127.0.0.1
Image

No support via PM or Email

mixted
Peon
Posts: 7
Joined: Mon Sep 01, 2008 1:36 pm

Re: War3ft error linux

Post by mixted » Thu Sep 04, 2008 2:38 am

thanks for the help :D i really needed that
YamiKaitou wrote:
mixted wrote:here are the errors :
L 09/03/2008 - 17:09:12: [war3ft.amxx] [ERROR] 'Client CVAR querying is not enabled - check MM version!' '10' '1' 'Run time error 10: native error (native "query_client_cvar")'
L 09/03/2008 - 17:09:12: Client CVAR querying is not enabled - check MM version!
L 09/03/2008 - 17:09:12: [AMXX] Displaying debug trace (plugin "war3ft.amxx")
L 09/03/2008 - 17:09:12: [AMXX] Run time error 10: native error (native "log_amx")
64bit does not support this. Search the forums for a quick fix.

well i must disagree with you on this,this error appears on 64 and 32,that is not caused by the processor,i have tested this with a few of my friends and the same....well i think it's a bug from war3ft and problaby amxx and metamod

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

Re: War3ft error linux

Post by YamiKaitou » Fri Sep 05, 2008 8:17 am

Nope, it is not a bug with either AMXx or war3ft. I doubt it is a Metamod bug as well. The only other reason why it wouldn't work is if you are using Non-Steam or some other illegal version of Steam.
Image

No support via PM or Email

mixted
Peon
Posts: 7
Joined: Mon Sep 01, 2008 1:36 pm

Re: War3ft error linux

Post by mixted » Fri Sep 05, 2008 12:11 pm

well i really don't know if is nonsteam, a friend made the sv for me

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

Re: War3ft error linux

Post by YamiKaitou » Sat Sep 06, 2008 12:57 am

YamiKaitou wrote:
L 09/02/2008 - 15:13:18: [SQLITE] Error in querying database, location: 4
L 09/02/2008 - 15:13:18: [SQLITE] Message: near "s": syntax error (1)
L 09/02/2008 - 15:13:18: [SQLITE] Query statement: SELECT `player_id` FROM `wc3_player` WHERE `player_name` = 'scooby snack\'s';
L 09/02/2008 - 15:13:19: [SQLITE] Error in querying database, location: 4
Not sure why SQLite is throwing that error, I will have to look into it. It works fine for MySQL.
FYI, this has been fixed in Rev 544.



There are 2 clues that you have already posted that make me believe you are using non-steam. Saving by name and the query_client_cvar error.
Image

No support via PM or Email

mixted
Peon
Posts: 7
Joined: Mon Sep 01, 2008 1:36 pm

Re: War3ft error linux

Post by mixted » Sun Sep 07, 2008 1:07 pm

as i've said i really don't know,my friend told me that is steam....but this errors can't be fixed to work with nonsteam?or i have tu use steam?

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

Re: War3ft error linux

Post by YamiKaitou » Mon Sep 08, 2008 8:33 am

If you want it fixed for non-steam, you have to remove the cvar checking, meaning cl_minmodels can be set to 0 or 1 on the client and you can not check it. Otherwise, you will need Steam
Image

No support via PM or Email

Post Reply