06.05.2016, 00:48
(
Последний раз редактировалось Jose_grana; 06.05.2016 в 08:08.
)
Despues de mucho pelear al final decido pedir ayuda aquн.
El problema estб en que el gamemode comienza a cargar pero llega a un punto en que se traba y se cierra la consola. Es un gamemode de 0.
Aquн el serverlog
Aquн el mysqlog
Aquн con el crashdetected:
ї Quй puede ser ?.
El problema estб en que el gamemode comienza a cargar pero llega a un punto en que se traba y se cierra la consola. Es un gamemode de 0.
Aquн el serverlog
Код:
[02:40:31] *** Streamer Plugin: Warning: Include file version (0x27401) does not match plugin version (0x27002) (script might need to be recompiled with the latest include file) [02:40:31] -mSelection- WARNING: Failed to load list: "SistemaShop/Vehiculos.txt" [02:40:31] MapAndreas: plugin could not init! [02:40:31] MapAndreas: check files and make sure you have enough memory! [02:40:31] El gamemode fue cargado [02:40:31] Number of vehicle models: 0 [02:40:31] [Atenciуn] No hay facciones dinamicas para cargar. [02:40:31] [Atenciуn] No hay vehнculos para cargar. [02:40:31] [Atenciуn] No hay casas para cargar. [02:40:31] [Atenciуn] No hay negocios para cargar.
Код:
[02:53:57] >> mysql_connect(localhost, root, db_trebol2015, ******) on port 3306 [02:53:57] CMySQLHandler::CMySQLHandler() - constructor called. [02:53:57] CMySQLHandler::CMySQLHandler() - Connecting to "localhost" | DB: "db_trebol2015" | Username: "root" [02:53:57] CMySQLHandler::Connect() - Connection was successful. [02:53:57] CMySQLHandler::Connect() - Auto-Reconnect has been enabled. [02:53:57] >> mysql_ping( Connection handle: 1 ) [02:53:57] CMySQLHandler::Ping() - Connection is still alive. [02:53:57] >> mysql_query_callback( Connection handle: 1 ) [02:53:57] >> mysql_query_callback( Connection handle: 1 ) [02:53:57] >> mysql_query_callback( Connection handle: 1 ) [02:53:57] >> mysql_query_callback( Connection handle: 1 ) [02:53:57] Passing query SELECT * FROM facciones | i [02:53:57] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM facciones) [02:53:57] ProcessQueryThread(OnQueryFinish) - Data caching enabled. [02:53:57] CMySQLHandler::StoreResult() - Result was stored. [02:53:57] CMySQLHandler::FreeResult() - Result was successfully free'd. [02:53:57] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick() [02:53:57] OnQueryFinish(i) - Threaded function called. [02:53:57] >> cache_get_data( Connection handle: 1 ) [02:53:57] >> cache_get_data( Connection handle: 1 ) [02:53:57] ProcessTick() - The cache has been cleared. [02:53:57] Passing query SELECT * FROM vehiculos | i [02:53:57] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM vehiculos) [02:53:57] ProcessQueryThread(OnQueryFinish) - Data caching enabled. [02:53:57] CMySQLHandler::StoreResult() - Result was stored. [02:53:57] CMySQLHandler::FreeResult() - Result was successfully free'd. [02:53:57] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick() [02:53:57] OnQueryFinish(i) - Threaded function called. [02:53:57] >> cache_get_data( Connection handle: 1 ) [02:53:57] >> cache_get_data( Connection handle: 1 ) [02:53:57] ProcessTick() - The cache has been cleared. [02:53:57] Passing query SELECT * FROM casas | ii [02:53:57] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM casas) [02:53:57] ProcessQueryThread(OnQueryFinish) - Data caching enabled. [02:53:57] CMySQLHandler::StoreResult() - Result was stored. [02:53:57] CMySQLHandler::FreeResult() - Result was successfully free'd. [02:53:57] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick() [02:53:57] OnQueryFinish(ii) - Threaded function called. [02:53:57] >> cache_get_data( Connection handle: 1 ) [02:53:57] >> cache_get_data( Connection handle: 1 ) [02:53:57] ProcessTick() - The cache has been cleared. [02:53:57] Passing query SELECT * FROM negocios | ii [02:53:57] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM negocios) [02:53:57] ProcessQueryThread(OnQueryFinish) - Data caching enabled. [02:53:57] CMySQLHandler::StoreResult() - Result was stored. [02:53:57] CMySQLHandler::FreeResult() - Result was successfully free'd. [02:53:57] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick() [02:53:57] OnQueryFinish(ii) - Threaded function called. [02:53:57] >> cache_get_data( Connection handle: 1 ) [02:53:57] >> cache_get_data( Connection handle: 1 ) [02:53:57] ProcessTick() - The cache has been cleared.
Код:
[02:54:44] [debug] Run time error 4: "Array index out of bounds" [02:54:44] [debug] Accessing element at index 1 past array upper bound 0 [02:54:44] [debug] AMX backtrace: [02:54:44] [debug] #0 00021e68 in ?? () from TrebolRP-2015sql.amx [02:54:44] [debug] #1 0000a9c8 in public zcmd_OnGameModeInit () from TrebolRP-2015sql.amx [02:54:44] [debug] #2 native CallLocalFunction () [004743b0] from samp-server.exe [02:54:44] [debug] #3 0000a440 in public Itter_OnGameModeInit () from TrebolRP-2015sql.amx [02:54:44] [debug] #4 native CallLocalFunction () [004743b0] from samp-server.exe [02:54:44] [debug] #5 00009a10 in ?? () from TrebolRP-2015sql.amx [02:54:44] [debug] #6 000089f0 in public FC_OnGameModeInit () from TrebolRP-2015sql.amx [02:54:44] [debug] #7 native CallLocalFunction () [004743b0] from samp-server.exe [02:54:44] [debug] #8 0000791c in public OnGameModeInit () from TrebolRP-2015sql.amx