Wysłany: 2012-05-19, 11:03
G4NG$T4
Pawner
Wiek: 31 Na forum: 6275 dni Posty: 48
Nick w MP: MickeY
Piwa : 7
Witam, mam pytanie siedzia?em sobie na serwie z kolegami i nagle restart o to logi Kod: [14:03] [debug] Server crashed while executing truck.amx
[14:03] [debug] AMX backtrace:
[14:03] [debug] #0 0002589c in public OnDialogResponse () from truck.amx
[14:03] [debug] Native backtrace:
[14:03] [debug] #0 f74e34ad in crashdetect::PrintNativeBacktrace () from plugins/crashdetect.so
[14:03] [debug] #1 f74e5bbc in crashdetect::Crash () from plugins/crashdetect.so
[14:03] [debug] #2 f74ead4e in () from plugins/crashdetect.so
[14:03] [debug] #3 f77ba400 in ()
[14:03] [debug] #4 f74ecdb6 in amx_Exec () from plugins/crashdetect.so
[14:03] [debug] #5 f74e2b2b in crashdetect::HandleAmxExec () from plugins/crashdetect.so
[14:03] [debug] #6 f74e9b6e in () from plugins/crashdetect.so
[14:03] [debug] #7 0807048f in () from /home/samp03/samp03svr
[14:03] [debug] #8 080807cb in () from /home/samp03/samp03svr
[14:03] [debug] #9 080ab671 in () from /home/samp03/samp03svr
[14:03] [debug] #10 080ab762 in () from /home/samp03/samp03svr
[14:03] [debug] #11 080b53f0 in () from /home/samp03/samp03svr
[14:03] [debug] #12 0807cd46 in () from /home/samp03/samp03svr
[14:03] [debug] #13 0807cf72 in () from /home/samp03/samp03svr
[14:03] [debug] #14 08077233 in () from /home/samp03/samp03svr
[14:03] [debug] #15 f750fbd6 in __libc_start_main () from /lib32/libc.so.6
[14:03] [debug] #16 0804b491 in __gxx_personality_v0 () from /home/samp03/samp03svr
i druga sprawa dzisiaj rano pojawilo sie cos takiego Kod: [04:57] [debug] Server crashed while executing truck.amx
[04:57] [debug] AMX backtrace:
[04:57] [debug] #0 native md5 () [f7409900] from Encrypt.so
[04:57] [debug] #1 000254d0 in public OnDialogResponse () from truck.amx
[04:57] [debug] Native backtrace:
[04:57] [debug] #0 f74294ad in crashdetect::PrintNativeBacktrace () from plugins/crashdetect.so
[04:57] [debug] #1 f742bbbc in crashdetect::Crash () from plugins/crashdetect.so
[04:57] [debug] #2 f7430d4e in () from plugins/crashdetect.so
[04:57] [debug] #3 f7700400 in ()
[04:57] [debug] #4 080503b4 in () from /home/samp03/samp03svr
[04:57] [debug] #5 f74289bf in crashdetect::HandleAmxCallback () from plugins/crashdetect.so
[04:57] [debug] #6 f742f9a5 in () from plugins/crashdetect.so
[04:57] [debug] #7 f7432f47 in amx_Exec () from plugins/crashdetect.so
[04:57] [debug] #8 f7428b2b in crashdetect::HandleAmxExec () from plugins/crashdetect.so
[04:57] [debug] #9 f742fb6e in () from plugins/crashdetect.so
[04:57] [debug] #10 0807048f in () from /home/samp03/samp03svr
[04:57] [debug] #11 080807cb in () from /home/samp03/samp03svr
[04:57] [debug] #12 080ab671 in () from /home/samp03/samp03svr
[04:57] [debug] #13 080ab762 in () from /home/samp03/samp03svr
[04:57] [debug] #14 080b53f0 in () from /home/samp03/samp03svr
[04:57] [debug] #15 0807cd46 in () from /home/samp03/samp03svr
[04:57] [debug] #16 0807cf72 in () from /home/samp03/samp03svr
[04:57] [debug] #17 08077233 in () from /home/samp03/samp03svr
[04:57] [debug] #18 f7455bd6 in __libc_start_main () from /lib32/libc.so.6
[04:57] [debug] #19 0804b491 in __gxx_personality_v0 () from /home/samp03/samp03svr
Wysłany: 2012-05-19, 13:06
Sillence
Wiek: 26 Na forum: 5157 dni Posty: 1514
Nick w MP: Sillence
Piwa : 1517
Poka? jaki to kod
Wysłany: 2012-05-19, 20:34
G4NG$T4
Pawner
Wiek: 31 Na forum: 6275 dni Posty: 48
Nick w MP: MickeY
Piwa : 7
tam jest cos takiego przy md5()
Kod: if(did(GUI_LOGIN))
{
if(!response)
return ShowDialog(playerid, DIALOG_IDS, DIALOG_STYLE_MSGBOX, "Logowanie", "Logowanie jest obowiazkowe.\n Dostajesz "C_WHITE"Kicka", "Ok", ""), Kick(playerid);
for(new x=0; x<200; x++)
{
SendClientMessage(playerid, -1, " ");
}
new haslo[25],password[25], odczytywaniehasla[98];
format(odczytywaniehasla, sizeof(odczytywaniehasla), "SELECT `pass` FROM `mybb_game_chars` WHERE `login` = '%s'", PlayerName(playerid));
mysql_query(odczytywaniehasla);
mysql_store_result(MySQLcon);
mysql_fetch_row_format(odczytywaniehasla, " ",MySQLcon);
sscanf(odczytywaniehasla,"s[25]",password);
md5(inputtext, haslo);
new id = playerid;
if(!strcmp(haslo, password))
{
Wysłany: 2012-05-19, 21:00
Sillence
Wiek: 26 Na forum: 5157 dni Posty: 1514
Nick w MP: Sillence
Piwa : 1517
W logach wida? ?e to jaki? plugin crashuje
Wysłany: 2012-05-20, 00:09
G4NG$T4
Pawner
Wiek: 31 Na forum: 6275 dni Posty: 48
Nick w MP: MickeY
Piwa : 7
Powiem tak, Kod: [23:53] [debug] Server crashed while executing truck.amx
[23:53] [debug] AMX backtrace:
[23:53] [debug] #0 00029694 in public OnDialogResponse () from truck.amx
[23:53] [debug] Native backtrace:
[23:53] [debug] #0 f74f04ad in crashdetect::PrintNativeBacktrace () from plugins/crashdetect.so
[23:53] [debug] #1 f74f2bbc in crashdetect::Crash () from plugins/crashdetect.so
[23:53] [debug] #2 f74f7d4e in () from plugins/crashdetect.so
[23:53] [debug] #3 f77ab400 in ()
[23:53] [debug] #4 f74f9db6 in amx_Exec () from plugins/crashdetect.so
[23:53] [debug] #5 f74efb2b in crashdetect::HandleAmxExec () from plugins/crashdetect.so
[23:53] [debug] #6 f74f6b6e in () from plugins/crashdetect.so
[23:53] [debug] #7 0807048f in () from ./samp03svr
[23:53] [debug] #8 080807cb in () from ./samp03svr
[23:53] [debug] #9 080ab671 in () from ./samp03svr
[23:53] [debug] #10 080ab762 in () from ./samp03svr
[23:53] [debug] #11 080b53f0 in () from ./samp03svr
[23:53] [debug] #12 0807cd46 in () from ./samp03svr
[23:53] [debug] #13 0807cf72 in () from ./samp03svr
[23:53] [debug] #14 08077233 in () from ./samp03svr
[23:53] [debug] #15 f751cca6 in __libc_start_main () from /lib32/libc.so.6
[23:53] [debug] #16 0804b491 in __gxx_personality_v0 () from ./samp03svr
tworzy si? przy logowaniu jak si? nic nie wpisze ... zostawie puste okienko klikne zaloguj to wtedy tworzy si? crash
Tagi: ondialogresponse
Anonymous
Na forum: 245 dni
Posty: 1
Anonymous Koniecznie zajrzyj na: