18.01.2014, 01:15
Hey guys,
Just trying to get back into things again...
Pulled up all my old gamemodes and server files, updated to 03x and compiled, which compiled fine however... When ever I attempt to connect, I get the welcome message and then the server crashes.
Any ideas what's going on? Obviously didn't have this problem before I left off last time.
Appears to be crashing on the mysql_real_escape_string which apparently isn't needed anymore... In this case... What do I replace it with?
Greatly appreciated In advance!
Thank you!
Here is my server log.
As you can see in the server log, it gets to CrashExist Step 2 then crashes.
Conveniently... In CheckExist
Just trying to get back into things again...
Pulled up all my old gamemodes and server files, updated to 03x and compiled, which compiled fine however... When ever I attempt to connect, I get the welcome message and then the server crashes.
Any ideas what's going on? Obviously didn't have this problem before I left off last time.
Appears to be crashing on the mysql_real_escape_string which apparently isn't needed anymore... In this case... What do I replace it with?
Greatly appreciated In advance!
Thank you!
Here is my server log.
Code:
---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3x-R2, ©2005-2013 SA-MP Team [10:46:06] [10:46:06] Server Plugins [10:46:06] -------------- [10:46:06] Loading plugin: whirlpool [10:46:06] [10:46:06] ================== [10:46:06] [10:46:06] Whirlpool loaded [10:46:06] [10:46:06] ================== [10:46:06] [10:46:06] Loaded. [10:46:06] Loading plugin: mysql [10:46:06] > MySQL plugin R5 successfully loaded. [10:46:06] Loaded. [10:46:06] Loading plugin: sscanf [10:46:06] [10:46:06] =============================== [10:46:06] sscanf plugin loaded. [10:46:06] Version: 2.8.1 [10:46:06] © 2012 Alex "******" Cole [10:46:06] =============================== [10:46:06] Loaded. [10:46:06] Loading plugin: streamer [10:46:06] *** Streamer Plugin v2.6.1 by Incognito loaded *** [10:46:06] Loaded. [10:46:06] Loading plugin: crashdetect [10:46:06] CrashDetect v4.10.1 is OK. [10:46:06] Loaded. [10:46:06] Loaded 5 plugins. [10:46:06] [10:46:06] Filterscripts [10:46:06] --------------- [10:46:06] Loaded 0 filterscripts. [10:46:06] [10:46:06] ======================================= [10:46:06] | | [10:46:06] | YSI version 1.03.0011 | [10:46:06] | By Alex "******" Cole | [10:46:06] | | [10:46:06] | Checking the latest YSI version.. | [10:46:06] | | [10:46:06] ======================================= [10:46:06] [10:46:08] Number of vehicle models: 0 [10:46:08] [10:46:08] ========================================== [10:46:08] | | [10:46:08] | A new version (v3.09.0684) of YSI is | [10:46:08] | available from: | [10:46:08] | | [10:46:08] | www.y-less.com/YSI/YSI_1.0.zip | [10:46:08] | | [10:46:08] | Changelog: | [10:46:08] | | [10:46:08] | 1.04.0000: | [10:46:08] | | [10:46:08] | RC 1 for YSI 3.0. Available from: | [10:46:08] | http://www.y-less.com/YSI/YSI_3.0.rar | [10:46:08] | - includes MANY new libraries and | [10:46:08] | fixes, see | [10:46:08] | http://forum.sa-mp.com/showthread.php? | [10:46:08] | p=1425938 for more information, with | [10:46:08] | more topics and updates due over the | [10:46:08] | next few weeks. In brief: Added | [10:46:08] | "y_inline", "y_text", "y_users", | [10:46:08] | "y_uvar", "y_svar", "y_remote"; | [10:46:08] | updated "y_timers", "y_iter"; MANY | [10:46:08] | MANY fixes and tweaks in almost every | [10:46:08] | other library. | [10:46:08] | | [10:46:08] | 3.00.0000: | [10:46:08] | | [10:46:08] | YSI 3.0 released! Now includes the | [10:46:08] | "y_text" library for better messages, | [10:46:08] | and a reworked "y_classes" library. | [10:46:08] | Largely documented here | [10:46:08] | "http://forum.sa-mp.com/showthread.php | [10:46:08] | ?t=321092". | [10:46:08] | | [10:46:08] | 3.01.0002: | [10:46:08] | | [10:46:08] | Small fixes to "y_text" and | [10:46:08] | "y_classes". | [10:46:08] | | [10:46:08] | 3.09.0684: | [10:46:08] | | [10:46:08] | Reverted to old download location. | [10:46:08] | Improved (and fixed) version checks; | [10:46:08] | added y_bitmap, y_areas, y_races, | [10:46:08] | y_zonenames, better documentation; | [10:46:08] | MANY other bug fixes - see the github | [10:46:08] | repository for more details: | [10:46:08] | | [10:46:08] ========================================== [10:46:08] [10:46:27] Incoming connection: 127.0.0.1:51488 [10:46:28] [join] Dean_Porter has joined the server (0:127.0.0.1) [10:46:28] OnPlayerConnect Step 1 [10:46:28] OnPlayerConnect Step 2 [10:46:28] OnPlayerConnect Step 3 [10:46:28] OnPlayerConnect Step 4 [10:46:28] InitPlayerConnect Step 1 [10:46:28] InitPlayerConnect Step 2 [10:46:28] CheckExists Step 1 [10:46:28] CheckExists Step 2 [10:46:28] [debug] Server crashed while executing NewCore.amx [10:46:28] [debug] AMX backtrace: [10:46:28] [debug] #0 native mysql_real_escape_string () [002b6ae0] from mysql.DLL [10:46:28] [debug] #1 00034f68 in ?? () from NewCore.amx [10:46:28] [debug] #2 00036138 in ?? () from NewCore.amx [10:46:28] [debug] #3 00009448 in public SSCANF_OnPlayerConnect () from NewCore.amx [10:46:28] [debug] #4 native CallLocalFunction () [00471ef0] from samp-server.exe [10:46:28] [debug] #5 00001684 in ?? () from NewCore.amx [10:46:28] [debug] #6 00000fe8 in public Itter_OnPlayerConnect () from NewCore.amx [10:46:28] [debug] #7 native CallLocalFunction () [00471ef0] from samp-server.exe [10:46:28] [debug] #8 00000850 in public OnPlayerConnect () from NewCore.amx [10:46:28] [debug] Native backtrace: [10:46:28] [debug] #0 64111bb0 in ?? () from C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll [10:46:28] [debug] #1 640f4951 in ?? () from C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll [10:46:28] [debug] #2 640f4996 in ?? () from C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll [10:46:28] [debug] #3 002b5b41 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\mysql.DLL [10:46:28] [debug] #4 002b5d6d in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\mysql.DLL [10:46:28] [debug] #5 002b8648 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\mysql.DLL [10:46:28] [debug] #6 002b6bc6 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\mysql.DLL [10:46:28] [debug] #7 004010b6 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #8 6483350a in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\crashdetect.DLL [10:46:28] [debug] #9 648351a6 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\crashdetect.DLL [10:46:28] [debug] #10 6482d641 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\crashdetect.DLL [10:46:28] [debug] #11 6483355a in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\crashdetect.DLL [10:46:28] [debug] #12 004721fe in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #13 004010b6 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #14 6483350a in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\crashdetect.DLL [10:46:28] [debug] #15 648351a6 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\crashdetect.DLL [10:46:28] [debug] #16 6482d641 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\crashdetect.DLL [10:46:28] [debug] #17 6483355a in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\crashdetect.DLL [10:46:28] [debug] #18 004721fe in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #19 004010b6 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #20 6483350a in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\crashdetect.DLL [10:46:28] [debug] #21 648351a6 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\crashdetect.DLL [10:46:28] [debug] #22 6482d641 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\crashdetect.DLL [10:46:28] [debug] #23 6483355a in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\plugins\crashdetect.DLL [10:46:28] [debug] #24 0046c8d0 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #25 00465e0f in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #26 00492b26 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #27 77b1e023 in ?? () from C:\Windows\SysWOW64\ntdll.dll [10:46:28] [debug] #28 775914ad in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #29 00492be1 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #30 00484554 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #31 458d5151 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #32 15ff50f8 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #33 004a60c4 in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #34 8bf8458b in ?? () from C:\Users\Deal-or-die\Documents\SA-MP 03x\samp-server.exe [10:46:28] [debug] #35 775917f6 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #36 775b2704 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #37 775ad474 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #38 77592cdc in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #39 775b5f55 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #40 775945c0 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #41 7759e261 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #42 77594074 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #43 7761436f in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #44 775af742 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #45 77595366 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #46 77593efc in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #47 775918c1 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #48 775954a6 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #49 77594190 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #50 77615df2 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #51 77615d09 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #52 775b72f7 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #53 77593475 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #54 77591695 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #55 776372f9 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #56 77591136 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #57 775979cf in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #58 77598769 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #59 7759322c in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #60 775989a9 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #61 7759e2d1 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #62 775bd496 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #63 77591328 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #64 77636f2b in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #65 77593b6a in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #66 77593bfa in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #67 775b2acc in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #68 775bd015 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #69 775911e0 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #70 77591789 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #71 775bbbd1 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #72 775bd141 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #73 7759176c in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #74 775ad57d in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #75 77595129 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #76 77591916 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #77 775b81fe in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #78 77591432 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #79 7761457f in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #80 77595183 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #81 7759516b in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #82 7759e301 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #83 7759e2e9 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #84 77591481 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #85 775943fa in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #86 7759496a in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #87 775942ff in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #88 775b76c7 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #89 77b1e046 in ?? () from C:\Windows\SysWOW64\ntdll.dll [10:46:28] [debug] #90 77591499 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #91 77b32561 in ?? () from C:\Windows\SysWOW64\ntdll.dll [10:46:28] [debug] #92 775bd163 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #93 77b4801c in ?? () from C:\Windows\SysWOW64\ntdll.dll [10:46:28] [debug] #94 77591420 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #95 77595846 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #96 775979b0 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #97 77591245 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #98 775ad79a in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #99 775917d9 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #100 775ba7da in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #101 775ba8f1 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #102 7760d8e9 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #103 77595141 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #104 7759cac9 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #105 775934d1 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #106 77590e00 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #107 77593557 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #108 775949cd in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #109 7759183e in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #110 77591826 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #111 775bd18c in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #112 7759494d in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #113 775911a9 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #114 77593527 in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #115 775914cb in ?? () from C:\Windows\syswow64\kernel32.dll [10:46:28] [debug] #116 77b2304a in ?? () from C:\Windows\SysWOW64\ntdll.dll
Conveniently... In CheckExist
pawn Code:
print("CheckExists Step 2");
mysql_real_escape_string(GetName(playerid), EscapedName);