Page 1 of 1

error.. changerace

Posted: Tue Apr 25, 2006 6:48 pm
by ss2miraitrunks
i'm using amxmodx 1.71 with metamod 1.19 with war3ft 2.3.2 for cs 1.6
i'm using mysql 4.1.18 to save the xp.

when i type changerace it says this some times..
* [WAR3FT] An error has occurred when retreiving your race information, please contact a server administrator
here is whate is says in my logs..

Code: Select all

L 04/25/2006 - 16:42:48: [warcraft3FT.amxx] Error in querying database, location: 0
L 04/25/2006 - 16:42:48: [warcraft3FT.amxx] Message: Lost connection to MySQL server during query (1)
L 04/25/2006 - 16:42:48: [warcraft3FT.amxx] Query statement: SELECT `xp`, `race` FROM `war3users` WHERE (`playerid` = 'STEAM_0:1:3653982') 

Posted: Tue Apr 25, 2006 8:08 pm
by Geesu
is the MySQL serve ron the same box? If not, amxx is losing a connection to the server, as the error message says...

Perhaps I should start using the threaded module that might start fixing these problems ? (not 100% sure it actually would)

Posted: Tue Apr 25, 2006 8:20 pm
by ss2miraitrunks
oh , no its not on same box.