Localhost server shutting down
#1

So I have been working on a filterscript, and I haven't tested it out yet. After finishing the main systems, I decided to test it out and the samp-server.exe keeps shutting down after a while. Any help?

Код:
SA-MP Server: 0.3z



Exception At Address: 0x100090A0 Module: (mysql.DLL)



Registers:

EAX: 0x0196E158	EBX: 0x027B12B0	ECX: 0x00000000	EDX: 0x01966540

ESI: 0x01620638	EDI: 0x01620638	EBP: 0x0012FD80	ESP: 0x0012FB00

EFLAGS: 0x00010202



Stack:

+0000: 0x0196E158   0x0000000A   0x13AB5B78   0x0012FBDC

+0010: 0x7771E115   0x0196E138   0x0196E148   0x0196EFF0

+0020: 0x00000000   0x000003F8   0x00000400   0x01FCA82A

+0030: 0x01FCA828   0x00078000   0x00000000   0x0000000F

+0040: 0x000000C2   0x0012FB00   0x7772942B   0x01C549D0

+0050: 0x00000042   0x00000000   0x0000000F   0x000000C2

+0060: 0x00002500   0x01C52498   0x000004A7   0x01C50290

+0070: 0x00000000   0x0000000F   0x00002528   0x00000200

+0080: 0x000000C3   0x000000C2   0x00002528   0x00000000

+0090: 0x0000000F   0x00000000   0x00000000   0x01FCA830

+00A0: 0x01F101F8   0x01297F30   0x00000000   0x0000000F

+00B0: 0x0000007B   0x00000000   0x00000000   0x00000000

+00C0: 0x01F10200   0x00000000   0x0000000F   0x01298328

+00D0: 0x00000000   0x00000000   0x00000029   0x01FCAC18

+00E0: 0x00000000   0x0000000F   0x01FCA830   0x00000000

+00F0: 0x0000007D   0x77752FE7   0x75706F94   0x00000000

+0100: 0x0000000F   0x01290000   0x00050000   0x00000001

+0110: 0x0129F580   0x0000000D   0x00000000   0x0000000F

+0120: 0x00020029   0x00000000   0x00000006   0x00000001

+0130: 0x00000000   0x00000000   0x0000000F   0x004F1404



--------------------------



Loaded Modules:

samp-server.exe	A: 0x00400000 - 0x004F5000	(C:\Users\user\Desktop\Project Innovative\samp-server.exe)

ntdll.dll	A: 0x77700000 - 0x7783C000	(C:\Windows\SYSTEM32\ntdll.dll)

kernel32.dll	A: 0x760F0000 - 0x761C4000	(C:\Windows\system32\kernel32.dll)

KERNELBASE.dll	A: 0x75A10000 - 0x75A5B000	(C:\Windows\system32\KERNELBASE.dll)

SHELL32.dll	A: 0x76790000 - 0x773DA000	(C:\Windows\system32\SHELL32.dll)

msvcrt.dll	A: 0x75F40000 - 0x75FEC000	(C:\Windows\system32\msvcrt.dll)

SHLWAPI.dll	A: 0x75E50000 - 0x75EA7000	(C:\Windows\system32\SHLWAPI.dll)

GDI32.dll	A: 0x75AA0000 - 0x75AEE000	(C:\Windows\system32\GDI32.dll)

USER32.dll	A: 0x75CF0000 - 0x75DB9000	(C:\Windows\system32\USER32.dll)

LPK.dll	A: 0x773E0000 - 0x773EA000	(C:\Windows\system32\LPK.dll)

USP10.dll	A: 0x76020000 - 0x760BD000	(C:\Windows\system32\USP10.dll)

WSOCK32.dll	A: 0x6B4A0000 - 0x6B4A7000	(C:\Windows\system32\WSOCK32.dll)

WS2_32.dll	A: 0x761E0000 - 0x76215000	(C:\Windows\system32\WS2_32.dll)

RPCRT4.dll	A: 0x775B0000 - 0x77652000	(C:\Windows\system32\RPCRT4.dll)

NSI.dll	A: 0x765C0000 - 0x765C6000	(C:\Windows\system32\NSI.dll)

WINMM.dll	A: 0x73C40000 - 0x73C72000	(C:\Windows\system32\WINMM.dll)

IMM32.DLL	A: 0x760D0000 - 0x760EF000	(C:\Windows\system32\IMM32.DLL)

MSCTF.dll	A: 0x76220000 - 0x762EC000	(C:\Windows\system32\MSCTF.dll)

mysql.DLL	A: 0x10000000 - 0x10015000	(C:\Users\user\Desktop\Project Innovative\plugins\mysql.DLL)
Fixed it, by using

pawn Код:
mysql_tquery(chandle, query, "", "d", playerid);
to

pawn Код:
mysql_tquery(chandle, query);
Reply


Messages In This Thread
Fixed - by Affan - 07.08.2014, 17:13
Re: Localhost server shutting down - by iAnonymous - 07.08.2014, 17:18
Re: Localhost server shutting down - by Affan - 07.08.2014, 17:21
Re: Localhost server shutting down - by 1FreeHost - 07.08.2014, 18:34
Re: Localhost server shutting down - by Affan - 08.08.2014, 01:56
Re: Localhost server shutting down - by Affan - 08.08.2014, 02:43
Re: Localhost server shutting down - by Blade_Cervetti - 08.08.2014, 05:11

Forum Jump:


Users browsing this thread: 1 Guest(s)