Crashdetect spuckt das hier aus:
[15:34:49 [debug] Server crashed while executing RP.amx
[15:34:49 [debug] AMX backtrace:
[15:34:49 [debug] #0 native mysql_fetch_field_row () [100065e0] from mysql.DLL
[15:34:49 [debug] #1 000171d0 in ?? (0x00000001) from RP.amx
[15:34:49 [debug] #2 0000b224 in public OnPlayerRequestClass (0x00000001, 0x00000000) from RP.amx
[15:34:49 [debug] Native backtrace:
[15:34:49 [debug] #0 5bddb9f0 in ?? () from C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
[15:34:49 [debug] #1 100090b4 in ?? () from plugins\mysql.DLL
[15:34:49 [debug] #2 100066b3 in ?? () from plugins\mysql.DLL
[15:34:49 [debug] #3 004010b6 in ?? () from samp-server.exe
[15:34:49 [debug] #4 5c1e543a in ?? () from plugins\crashdetect.DLL
[15:34:49 [debug] #5 5c1e728f in ?? () from plugins\crashdetect.DLL
[15:34:49 [debug] #6 5c1d9d54 in ?? () from plugins\crashdetect.DLL
[15:34:49 [debug] #7 5c1e548a in ?? () from plugins\crashdetect.DLL
[15:34:49 [debug] #8 0046d069 in ?? () from samp-server.exe
[15:34:49 [debug] #9 0048c258 in ?? () from samp-server.exe
Alles anzeigen
Die MySQL Debug(Es wird sehr viel abgefragt)
[15:34:25]
[15:34:25] ---------------------------
[15:34:25] MySQL Debugging activated (08/02/14)
[15:34:25] ---------------------------
[15:34:25]
[15:34:25] >> mysql_ping( Connection handle: 1 )
[15:34:25] CMySQLHandler::Ping() - Connection is still alive.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(acc); - Escaped 3 characters to acc.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(Adminlevel); - Escaped 10 characters to Adminlevel.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(Name); - Escaped 4 characters to Name.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(Michael_Weiner); - Escaped 14 characters to Michael_Weiner.
[15:34:49] >> mysql_query( Connection handle: 1 )
[15:34:49] CMySQLHandler::Query(SELECT `Adminlevel` FROM `acc` WHERE `Name` = 'Michael_Weiner') - Successfully executed.
[15:34:49] >> mysql_store_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::StoreResult() - Result was stored.
[15:34:49] >> mysql_fetch_int( Connection handle: 1 )
[15:34:49] CMySQLHandler::FetchRow() - Return: 7
[15:34:49] >> mysql_free_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::FreeResult() - Result was successfully free'd.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(192.168.1.105); - Escaped 13 characters to 192.168.1.105.
[15:34:49] >> mysql_query( Connection handle: 1 )
[15:34:49] CMySQLHandler::Query(SELECT * FROM ip WHERE BIP = '192.168.1.105') - Successfully executed.
[15:34:49] >> mysql_store_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::StoreResult() - Result was stored.
[15:34:49] >> mysql_num_rows( Connection handle: 1 )
[15:34:49] CMySQLHandler::NumRows() - Returned 0 row(s)
[15:34:49] >> mysql_free_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::FreeResult() - Result was successfully free'd.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(Michael_Weiner); - Escaped 14 characters to Michael_Weiner.
[15:34:49] >> mysql_query( Connection handle: 1 )
[15:34:49] CMySQLHandler::Query(SELECT * FROM acc WHERE Name = 'Michael_Weiner') - Successfully executed.
[15:34:49] >> mysql_store_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::StoreResult() - Result was stored.
[15:34:49] >> mysql_num_rows( Connection handle: 1 )
[15:34:49] CMySQLHandler::NumRows() - Returned 1 row(s)
[15:34:49] >> mysql_free_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::FreeResult() - Result was successfully free'd.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(acc); - Escaped 3 characters to acc.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(Gesperrt); - Escaped 8 characters to Gesperrt.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(Name); - Escaped 4 characters to Name.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(Michael_Weiner); - Escaped 14 characters to Michael_Weiner.
[15:34:49] >> mysql_query( Connection handle: 1 )
[15:34:49] CMySQLHandler::Query(SELECT `Gesperrt` FROM `acc` WHERE `Name` = 'Michael_Weiner') - Successfully executed.
[15:34:49] >> mysql_store_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::StoreResult() - Result was stored.
[15:34:49] >> mysql_fetch_int( Connection handle: 1 )
[15:34:49] CMySQLHandler::FetchRow() - Return: 0
[15:34:49] >> mysql_free_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::FreeResult() - Result was successfully free'd.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(192.168.1.105); - Escaped 13 characters to 192.168.1.105.
[15:34:49] >> mysql_query( Connection handle: 1 )
[15:34:49] CMySQLHandler::Query(SELECT * FROM `alogin` WHERE IP = '192.168.1.105' AND Name = 'Michael_Weiner') - Successfully executed.
[15:34:49] >> mysql_store_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::StoreResult() - Result was stored.
[15:34:49] >> mysql_num_rows( Connection handle: 1 )
[15:34:49] CMySQLHandler::NumRows() - Returned 1 row(s)
[15:34:49] >> mysql_free_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::FreeResult() - Result was successfully free'd.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(192.168.1.105); - Escaped 13 characters to 192.168.1.105.
[15:34:49] >> mysql_query( Connection handle: 1 )
[15:34:49] CMySQLHandler::Query(SELECT * FROM ip WHERE BIP = '192.168.1.105') - Successfully executed.
[15:34:49] >> mysql_store_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::StoreResult() - Result was stored.
[15:34:49] >> mysql_num_rows( Connection handle: 1 )
[15:34:49] CMySQLHandler::NumRows() - Returned 0 row(s)
[15:34:49] >> mysql_free_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::FreeResult() - Result was successfully free'd.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(Michael_Weiner); - Escaped 14 characters to Michael_Weiner.
[15:34:49] >> mysql_query( Connection handle: 1 )
[15:34:49] CMySQLHandler::Query(SELECT * FROM acc WHERE Name = 'Michael_Weiner') - Successfully executed.
[15:34:49] >> mysql_store_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::StoreResult() - Result was stored.
[15:34:49] >> mysql_num_rows( Connection handle: 1 )
[15:34:49] CMySQLHandler::NumRows() - Returned 1 row(s)
[15:34:49] >> mysql_free_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::FreeResult() - Result was successfully free'd.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(acc); - Escaped 3 characters to acc.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(Gesperrt); - Escaped 8 characters to Gesperrt.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(Name); - Escaped 4 characters to Name.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(Michael_Weiner); - Escaped 14 characters to Michael_Weiner.
[15:34:49] >> mysql_query( Connection handle: 1 )
[15:34:49] CMySQLHandler::Query(SELECT `Gesperrt` FROM `acc` WHERE `Name` = 'Michael_Weiner') - Successfully executed.
[15:34:49] >> mysql_store_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::StoreResult() - Result was stored.
[15:34:49] >> mysql_fetch_int( Connection handle: 1 )
[15:34:49] CMySQLHandler::FetchRow() - Return: 0
[15:34:49] >> mysql_free_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::FreeResult() - Result was successfully free'd.
[15:34:49] >> mysql_real_escape_string( Connection handle: 1 )
[15:34:49] CMySQLHandler::EscapeString(192.168.1.105); - Escaped 13 characters to 192.168.1.105.
[15:34:49] >> mysql_query( Connection handle: 1 )
[15:34:49] CMySQLHandler::Query(SELECT * FROM `alogin` WHERE IP = '192.168.1.105' AND Name = 'Michael_Weiner') - Successfully executed.
[15:34:49] >> mysql_store_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::StoreResult() - Result was stored.
[15:34:49] >> mysql_num_rows( Connection handle: 1 )
[15:34:49] CMySQLHandler::NumRows() - Returned 1 row(s)
[15:34:49] >> mysql_free_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::FreeResult() - Result was successfully free'd.
[15:34:49] >> mysql_query( Connection handle: 1 )
[15:34:49] CMySQLHandler::Query(SELECT * FROM `acc` WHERE `Name`='Michael_Weiner') - Successfully executed.
[15:34:49] >> mysql_store_result( Connection handle: 1 )
[15:34:49] CMySQLHandler::StoreResult() - Result was stored.
[15:34:49] >> mysql_retrieve_row( Connection handle: 1 )
[15:34:49] >> mysql_fetch_field_row( Connection handle: 1 )
Alles anzeigen
Crashinfo:
--------------------------
SA-MP Server: 0.3z
Exception At Address: 0x0048C258 Module: (samp-server.exe)
Registers:
EAX: 0x04D9A488 EBX: 0x00000001 ECX: 0x00000000 EDX: 0x02A0EB88
ESI: 0x0018F750 EDI: 0x00000088 EBP: 0x00000001 ESP: 0x0018F908
EFLAGS: 0x00010246
Stack:
+0000: 0x0000001B 0x00000000 0x01F790C8 0x0018FB70
+0010: 0x0018FC54 0x01E52D01 0x00000000 0x00000000
+0020: 0x04168218 0x00000000 0x0000FAF5 0x00000028
+0030: 0x00000028 0x00000020 0x0018FB70 0x00000000
+0040: 0x00000000 0x00000000 0x00000000 0x00000000
+0050: 0x00000000 0x00000000 0x00000000 0x00000000
+0060: 0x00000000 0x00000000 0x00000000 0x00000009
+0070: 0xA84C8AF9 0xC44C44ED 0x0ADC9485 0x8EC9D448
+0080: 0xA4D90CC8 0x00000000 0x00000000 0x00000000
+0090: 0x00000000 0x00000000 0x00000000 0x00000000
+00A0: 0x00000000 0x00000000 0x00000000 0x00000000
+00B0: 0x00000000 0x00000000 0x00000000 0x00000000
+00C0: 0x00000000 0x00000000 0x00000000 0x00000000
+00D0: 0x00000000 0x00000000 0x00000000 0x00000000
+00E0: 0x00000000 0x00000000 0x00000000 0x00000000
+00F0: 0x00000000 0x00000000 0x00000000 0x00000000
+0100: 0x00000000 0x00000000 0x00000000 0x00000000
+0110: 0x00000000 0x00000000 0x00000000 0x00000000
+0120: 0x00000000 0x00000000 0x00000000 0x00000000
+0130: 0x00000000 0x00000000 0x00000000 0x00000000
--------------------------
Loaded Modules:
samp-server.exe A: 0x00400000 - 0x004F5000 (C:\Users\Weiner\Desktop\SAMP - Alles\samp\samp-server.exe)
ntdll.dll A: 0x77580000 - 0x77700000 (C:\Windows\SysWOW64\ntdll.dll)
kernel32.dll A: 0x76220000 - 0x76320000 (C:\Windows\syswow64\kernel32.dll)
KERNELBASE.dll A: 0x76A60000 - 0x76AA6000 (C:\Windows\syswow64\KERNELBASE.dll)
SHELL32.dll A: 0x75240000 - 0x75E89000 (C:\Windows\syswow64\SHELL32.dll)
msvcrt.dll A: 0x76530000 - 0x765DC000 (C:\Windows\syswow64\msvcrt.dll)
SHLWAPI.dll A: 0x76070000 - 0x760C7000 (C:\Windows\syswow64\SHLWAPI.dll)
GDI32.dll A: 0x770F0000 - 0x77180000 (C:\Windows\syswow64\GDI32.dll)
USER32.dll A: 0x76AD0000 - 0x76BD0000 (C:\Windows\syswow64\USER32.dll)
ADVAPI32.dll A: 0x760D0000 - 0x76170000 (C:\Windows\syswow64\ADVAPI32.dll)
sechost.dll A: 0x76AB0000 - 0x76AC9000 (C:\Windows\SysWOW64\sechost.dll)
RPCRT4.dll A: 0x75EA0000 - 0x75F90000 (C:\Windows\syswow64\RPCRT4.dll)
SspiCli.dll A: 0x750F0000 - 0x75150000 (C:\Windows\syswow64\SspiCli.dll)
CRYPTBASE.dll A: 0x750E0000 - 0x750EC000 (C:\Windows\syswow64\CRYPTBASE.dll)
LPK.dll A: 0x77550000 - 0x7755A000 (C:\Windows\syswow64\LPK.dll)
USP10.dll A: 0x75FD0000 - 0x7606D000 (C:\Windows\syswow64\USP10.dll)
WSOCK32.dll A: 0x721D0000 - 0x721D7000 (C:\Windows\system32\WSOCK32.dll)
WS2_32.dll A: 0x769F0000 - 0x76A25000 (C:\Windows\syswow64\WS2_32.dll)
NSI.dll A: 0x768C0000 - 0x768C6000 (C:\Windows\syswow64\NSI.dll)
WINMM.dll A: 0x6FEE0000 - 0x6FF12000 (C:\Windows\system32\WINMM.dll)
IMM32.DLL A: 0x75150000 - 0x751B0000 (C:\Windows\system32\IMM32.DLL)
MSCTF.dll A: 0x76D10000 - 0x76DDC000 (C:\Windows\syswow64\MSCTF.dll)
mysql.DLL A: 0x10000000 - 0x10013000 (C:\Users\Weiner\Desktop\SAMP - Alles\samp\plugins\mysql.DLL)
LIBMYSQL.dll A: 0x026D0000 - 0x0290E000 (C:\Users\Weiner\Desktop\SAMP - Alles\samp\LIBMYSQL.dll)
MSVCR90.dll A: 0x5BDA0000 - 0x5BE43000 (C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll)
MSVCP90.dll A: 0x5BD10000 - 0x5BD9E000 (C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll)
NLAapi.dll A: 0x6F960000 - 0x6F970000 (C:\Windows\system32\NLAapi.dll)
mswsock.dll A: 0x72AE0000 - 0x72B1C000 (C:\Windows\System32\mswsock.dll)
DNSAPI.dll A: 0x70D50000 - 0x70D94000 (C:\Windows\system32\DNSAPI.dll)
winrnr.dll A: 0x6F950000 - 0x6F958000 (C:\Windows\System32\winrnr.dll)
napinsp.dll A: 0x6F940000 - 0x6F950000 (C:\Windows\system32\napinsp.dll)
pnrpnsp.dll A: 0x6F4B0000 - 0x6F4C2000 (C:\Windows\system32\pnrpnsp.dll)
WLIDNSP.DLL A: 0x6F480000 - 0x6F4A4000 (C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL)
PSAPI.DLL A: 0x76520000 - 0x76525000 (C:\Windows\syswow64\PSAPI.DLL)
rasadhlp.dll A: 0x6ED10000 - 0x6ED16000 (C:\Windows\system32\rasadhlp.dll)
nativechecker.DLL A: 0x6DAF0000 - 0x6DAF5000 (C:\Users\Weiner\Desktop\SAMP - Alles\samp\plugins\nativechecker.DLL)
streamer.DLL A: 0x5C200000 - 0x5C23E000 (C:\Users\Weiner\Desktop\SAMP - Alles\samp\plugins\streamer.DLL)
MSVCP100.dll A: 0x5BCA0000 - 0x5BD09000 (C:\Windows\system32\MSVCP100.dll)
MSVCR100.dll A: 0x5BBE0000 - 0x5BC9F000 (C:\Windows\system32\MSVCR100.dll)
dbghelp.dll A: 0x6EE70000 - 0x6EF5B000 (C:\Windows\system32\dbghelp.dll)
wshtcpip.dll A: 0x72A80000 - 0x72A85000 (C:\Windows\System32\wshtcpip.dll)
IPHLPAPI.DLL A: 0x70840000 - 0x7085C000 (C:\Windows\system32\IPHLPAPI.DLL)
WINNSI.DLL A: 0x70830000 - 0x70837000 (C:\Windows\system32\WINNSI.DLL)
uxtheme.dll A: 0x6FB70000 - 0x6FBF0000 (C:\Windows\system32\uxtheme.dll)
PROPSYS.dll A: 0x6F610000 - 0x6F705000 (C:\Windows\system32\PROPSYS.dll)
OLEAUT32.dll A: 0x76C80000 - 0x76D0F000 (C:\Windows\syswow64\OLEAUT32.dll)
comctl32.dll A: 0x6F9B0000 - 0x6FB4E000 (C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_421189da2b7fabfc\comctl32.dll)
apphelp.dll A: 0x706F0000 - 0x7073B000 (C:\Windows\system32\apphelp.dll)
CLBCatQ.DLL A: 0x76E00000 - 0x76E83000 (C:\Windows\syswow64\CLBCatQ.DLL)
iertutil.dll A: 0x76320000 - 0x76519000 (C:\Windows\syswow64\iertutil.dll)
urlmon.dll A: 0x76780000 - 0x768B5000 (C:\Windows\syswow64\urlmon.dll)
CRYPT32.dll A: 0x768D0000 - 0x769EC000 (C:\Windows\syswow64\CRYPT32.dll)
MSASN1.dll A: 0x75E90000 - 0x75E9C000 (C:\Windows\syswow64\MSASN1.dll)
SETUPAPI.dll A: 0x765E0000 - 0x7677D000 (C:\Windows\syswow64\SETUPAPI.dll)
CFGMGR32.dll A: 0x75FA0000 - 0x75FC7000 (C:\Windows\syswow64\CFGMGR32.dll)
DEVOBJ.dll A: 0x76DE0000 - 0x76DF2000 (C:\Windows\syswow64\DEVOBJ.dll)
ntmarta.dll A: 0x74F30000 - 0x74F51000 (C:\Windows\system32\ntmarta.dll)
WLDAP32.dll A: 0x76170000 - 0x761B5000 (C:\Windows\syswow64\WLDAP32.dll)
Alles anzeigen
OnPlayerRequestClass:
public OnPlayerRequestClass(playerid, classid)
{
if(IsPlayerNPC(playerid))return 1;
if(mysql_CheckIP(playerid) == 1)
{
new string[128];
format(string, sizeof(string), "* Der IP Gesperrte Spieler %s hat versucht sich einzuloggen!",GetName(playerid));
SendAdminMessage(playerid, HellRot, string);
SendClientMessage(playerid, Rot, "Deine IP wurde Gesperrt. Du wirst nun gekickt!");
Kick_Ex(playerid);
return 1;
}
if(mysql_CheckBan(playerid) == 1)
{
new string[128];
format(string, sizeof(string), "* Der Gesperrte Spieler %s hat versucht sich einzuloggen!",GetName(playerid));
SendAdminMessage(playerid,HellRot, string);
SendClientMessage(playerid, Rot, "Dein Account wurde Gesperrt. Du wirst nun gekickt!");
Kick_Ex(playerid);
return 1;
}
if(strfind(GetName(playerid),"_",true) == -1)
{
SendClientMessage(playerid, Rot, "Dies ist kein RolePlay Name (Vorname_Nachname)");
return Kick_Ex(playerid);
}
if(strfind(GetName(playerid),"[",true) != -1 && sStats[playerid][sAdmin] == 0)
{
SendClientMessage(playerid, Rot, "Du hast verbotene Zeichen im Namen '['");
return Kick_Ex(playerid);
}
if(mysql_autologin(playerid))
{
SpielerLaden(playerid);
SetCameraBehindPlayer(playerid);
SendClientMessage(playerid, Weis, "Du hast dich erfolgreich über autologin eingeloggt!");
return StopAudioStreamForPlayer(playerid);
}
return 1;
}
Ich werde immer mit autlogin eingeloggt, es liegt also warscheinlich an Spielerladen!