War3ft error linux
Moderator: Forum Moderator
War3ft error linux
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
So please any sugestions are good
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: War3ft error linux
The plugin works fine with csdm. What errors are appearing?
No support via PM or Email
Re: War3ft error linux
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
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
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: War3ft error linux
64bit does not support this. Search the forums for a quick fix.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")
Error message clearly states the issue. It couldn't open the file.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' );
Use 127.0.0.1 instead of localhostL 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)
Not sure why SQLite is throwing that error, I will have to look into it. It works fine for MySQL.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
Either create a sym link or use 127.0.0.1i 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
No support via PM or Email
Re: War3ft error linux
thanks for the help
i really needed that
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

64bit does not support this. Search the forums for a quick fix.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")
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
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: War3ft error linux
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.
No support via PM or Email
Re: War3ft error linux
well i really don't know if is nonsteam, a friend made the sv for me
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: War3ft error linux
FYI, this has been fixed in Rev 544.YamiKaitou wrote:Not sure why SQLite is throwing that error, I will have to look into it. It works fine for MySQL.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
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.
No support via PM or Email
Re: War3ft error linux
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?
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: War3ft error linux
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
No support via PM or Email