error.. changerace

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

Moderator: Forum Moderator

Post Reply
ss2miraitrunks
Militia
Posts: 57
Joined: Thu Dec 29, 2005 3:01 pm

error.. changerace

Post by ss2miraitrunks » Tue Apr 25, 2006 6:48 pm

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') 

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Tue Apr 25, 2006 8:08 pm

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)
No Support via PM

ss2miraitrunks
Militia
Posts: 57
Joined: Thu Dec 29, 2005 3:01 pm

Post by ss2miraitrunks » Tue Apr 25, 2006 8:20 pm

oh , no its not on same box.

Post Reply