SA-MP Forums Archive
Crash log - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Crash log (/showthread.php?tid=455341)



Crash log - BigGroter - 01.08.2013

I switched computers to try to solve my previous problem.
This is what I get. Ideas?
Код:
[14:21:39] [debug] Server crashed while executing Untitled.amx
[14:21:39] [debug] AMX backtrace:
[14:21:39] [debug] #0 native fread () [004057a0] from samp-server.exe
[14:21:39] [debug] #1 00056558 in ?? () from Untitled.amx
[14:21:39] [debug] #2 000126a4 in public zcmd_OnGameModeInit () from Untitled.amx
[14:21:39] [debug] #3 native CallLocalFunction () [00471e90] from samp-server.exe
[14:21:39] [debug] #4 00011a94 in ?? () from Untitled.amx
[14:21:39] [debug] #5 0000bdfc in ?? () from Untitled.amx
[14:21:39] [debug] #6 00005dac in public Itter_OnGameModeInit () from Untitled.amx
[14:21:39] [debug] #7 native CallLocalFunction () [00471e90] from samp-server.exe
[14:21:39] [debug] #8 00003120 in ?? () from Untitled.amx
[14:21:39] [debug] #9 000004b4 in public OnGameModeInit () from Untitled.amx
[14:21:39] [debug] System backtrace:
[14:21:39] [debug] #0 00492860 in ?? () from C:\Users\Dator\Downloads\samp03x_svr_R1-2_win32\samp-server.exe
[14:21:39] [debug] #1 00492e90 in ?? () from C:\Users\Dator\Downloads\samp03x_svr_R1-2_win32\samp-server.exe
[14:21:39] [debug] #2 00404f44 in ?? () from C:\Users\Dator\Downloads\samp03x_svr_R1-2_win32\samp-server.exe
pawn Код:
public OnGameModeInit()
{
    mysql_connect(MYSQLIP, MYSQLUSER, MYSQLDB, MYSQLPASSWORD);
    mysql_debug(true);
    mysql_function_query(dbHandle, "SELECT * FROM `Factions`", true, "thread_LoadFactions", "");
    mysql_function_query(dbHandle, "SELECT * FROM `Spraypoints`",true, "thread_LoadSpraypoints", "");
    mysql_function_query(dbHandle, "SELECT * FROM `Teleports`",true, "thread_LoadTeleports", "");
    mysql_function_query(dbHandle, "SELECT * FROM `Houses`",true, "thread_LoadHouses", "");
        //continues with a lot of textdraws and creating objects.