11.12.2012, 00:49
El debug esta activado.
Aquн esta el log al producirse el crash:
Aquн el log ordinario al ingresar estando el servidor encendido:
Nada fuera de lo normal.
PD Gracias.
Aquн esta el log al producirse el crash:
Код:
[21:37:22] CMySQLHandler::FreeResult() - The result is already empty. [21:37:22] CMySQLHandler::Disconnect() - Connection was closed. //Aquн termina OnGameModeExit, por lo que se debe iniciar de nuevo la conexiуn: [21:37:34] >> mysql_connect(***, ***, ***, ******) on port *** [21:37:34] CMySQLHandler::CMySQLHandler() - constructor called. [21:37:34] CMySQLHandler::CMySQLHandler() - Connecting to *** | DB: *** | Username: *** [21:37:34] CMySQLHandler::Connect() - Connection was successful. [21:37:34] CMySQLHandler::Connect() - Auto-Reconnect has been enabled. [21:37:34] >> mysql_ping( Connection handle: 1 ) [21:37:34] CMySQLHandler::Ping() - Connection is still alive. [21:37:34] [21:37:34] ** MySQL Debugging enabled (12/09/12) [21:37:34] [21:37:34] >> mysql_format( Connection handle: 1 ) [21:37:34] CMySQLHandler::EscapeString(Usuario); - Escaped 7 characters to Usuario. //Crash.
Код:
[20:04:06] CMySQLHandler::EscapeString(Usuario); - Escaped 7 characters to Usuario. [20:04:06] >> mysql_query_callback( Connection handle: 1 ) [20:04:06] Passing query SELECT * FROM `jogador` WHERE `Nome` = 'Usuario' LIMIT 1 | dd [20:04:06] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM `jogador` WHERE `Nome` = 'Usuario' LIMIT 1) [20:04:06] ProcessQueryThread(OnQueryFinish) - Data caching enabled. [20:04:06] CMySQLHandler::StoreResult() - Result was stored. [20:04:06] CMySQLHandler::FreeResult() - Result was successfully free'd. [20:04:06] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick() [20:04:06] OnQueryFinish(dd) - Threaded function called. [20:04:06] >> cache_get_data( Connection handle: 1 ) [20:04:06] ProcessTick() - The cache has been cleared.
PD Gracias.