Server crashed while executing dsrpnew.amx
#1

So I finished getting my old gamemode ready for 0.3.7 after a few mishaps I finally got everything working and started adjusting a few things only to now to have my gamemode crash as soon as anyone logs in.

So I wiped it and got the old verison I had and updated that to 0.3.7 and it was working fully and then I compiled and restarted to now it happens again it'll crash as-soon as anybody joins

I installed crashdetect and got this error in the server log.

Code:
[08:43:53] -------------------------------------------
[08:43:53] Loading...
[08:43:53] Welcomet to Dynamic Street's Roleplay
[08:43:53] -------------------------------------------
[08:43:53]  
[08:43:53] Number of vehicle models: 96
[08:43:53]  
[08:43:53]  ========================================== 
[08:43:53]  |                                        | 
[08:43:53]  |  A new version (v3.09.0684) of YSI is  | 
[08:43:53]  |            available from:             | 
[08:43:53]  |                                        | 
[08:43:53]  |     www.y-less.com/YSI/YSI_1.0.zip     | 
[08:43:53]  |                                        | 
[08:43:53]  | Changelog:                             | 
[08:43:53]  |                                        | 
[08:43:53]  |   1.04.0000:                           | 
[08:43:53]  |                                        | 
[08:43:53]  |   RC 1 for YSI 3.0.  Available from:   | 
[08:43:53]  | http://www.y-less.com/YSI/YSI_3.0.rar  | 
[08:43:53]  | - includes MANY new libraries and      | 
[08:43:53]  | fixes, see                             | 
[08:43:53]  | http://forum.sa-mp.com/showthread.php? | 
[08:43:53]  | p=1425938 for more information, with   | 
[08:43:53]  | more topics and updates due over the   | 
[08:43:53]  | next few weeks.  In brief: Added       | 
[08:43:53]  | "y_inline", "y_text", "y_users",       | 
[08:43:53]  | "y_uvar", "y_svar", "y_remote";        | 
[08:43:53]  | updated "y_timers", "y_iter"; MANY     | 
[08:43:53]  | MANY fixes and tweaks in almost every  | 
[08:43:53]  | other library.                         | 
[08:43:53]  |                                        | 
[08:43:53]  |   3.00.0000:                           | 
[08:43:53]  |                                        | 
[08:43:53]  |   YSI 3.0 released!  Now includes the  | 
[08:43:53]  | "y_text" library for better messages,  | 
[08:43:53]  | and a reworked "y_classes" library.    | 
[08:43:53]  | Largely documented here                | 
[08:43:53]  | "http://forum.sa-mp.com/showthread.php | 
[08:43:53]  | ?t=321092".                            | 
[08:43:53]  |                                        | 
[08:43:53]  |   3.01.0002:                           | 
[08:43:53]  |                                        | 
[08:43:53]  |   Small fixes to "y_text" and          | 
[08:43:53]  | "y_classes".                           | 
[08:43:53]  |                                        | 
[08:43:53]  |   3.09.0684:                           | 
[08:43:53]  |                                        | 
[08:43:53]  |   Reverted to old download location.   | 
[08:43:53]  | Improved (and fixed) version checks;   | 
[08:43:53]  | added y_bitmap, y_areas, y_races,      | 
[08:43:53]  | y_zonenames, better documentation;     | 
[08:43:53]  | MANY other bug fixes - see the github  | 
[08:43:53]  | repository for more details:           | 
[08:43:53]  |                                        | 
[08:43:53]  ========================================== 
[08:43:53]  
[08:44:08] [connection] 10.1.1.6:50644 requests connection cookie.
[08:44:09] [connection] incoming connection: 10.1.1.6:50644 id: 0
[08:44:09] [join] Jai has joined the server (0:10.1.1.6)
[08:44:09] [debug] Server crashed while executing dsrpnew.amx
[08:44:09] [debug] AMX backtrace:
[08:44:09] [debug] #0 native fread () from samp-server.exe
[08:44:09] [debug] #1 00028f08 in ?? (76063728) from dsrpnew.amx
[08:44:09] [debug] #2 0003f2bc in public RL_OnPlayerConnect (0) from dsrpnew.amx
[08:44:09] [debug] #3 native CallLocalFunction () from samp-server.exe
[08:44:09] [debug] #4 00013780 in public Audio_OnPlayerConnect (0) from dsrpnew.amx
[08:44:09] [debug] #5 native CallLocalFunction () from samp-server.exe
[08:44:09] [debug] #6 000117d4 in public SSCANF_OnPlayerConnect (0) from dsrpnew.amx
[08:44:09] [debug] #7 native CallLocalFunction () from samp-server.exe
[08:44:09] [debug] #8 0000b884 in public Itter_OnPlayerConnect (0) from dsrpnew.amx
[08:44:09] [debug] #9 native CallLocalFunction () from samp-server.exe
[08:44:09] [debug] #10 000010e4 in public Streamer_OnPlayerConnect (0) from dsrpnew.amx
[08:44:09] [debug] #11 000005e4 in public OnPlayerConnect (0) from dsrpnew.amx
[08:44:09] [debug] Native backtrace:
[08:44:09] [debug] #0 77b85e93 in ?? () from C:\Windows\SYSTEM32\ntdll.dll
[08:44:09] [debug] #1 00498bb8 in ?? () from samp-server.exe
[08:44:09] [debug] #2 004991e0 in ?? () from samp-server.exe
[08:44:09] [debug] #3 00404f14 in ?? () from samp-server.exe
[08:44:09] [debug] Server crashed while executing dsrpnew.amx
[08:44:09] [debug] AMX backtrace:
[08:44:09] [debug] #0 native fread () from samp-server.exe
[08:44:09] [debug] #1 00028f08 in public Streamer_OnPlayerConnect (0) from dsrpnew.amx
[08:44:09] [debug] #2 000005e4 in public RL_OnPlayerConnect (0) from dsrpnew.amx
[08:44:09] [debug] #3 native CallLocalFunction () from samp-server.exe
[08:44:09] [debug] #4 00013780 in public Audio_OnPlayerConnect (0) from dsrpnew.amx
[08:44:09] [debug] #5 native CallLocalFunction () from samp-server.exe
[08:44:09] [debug] #6 000117d4 in public SSCANF_OnPlayerConnect (0) from dsrpnew.amx
[08:44:09] [debug] #7 native CallLocalFunction () from samp-server.exe
[08:44:09] [debug] #8 0000b884 in public Itter_OnPlayerConnect (0) from dsrpnew.amx
[08:44:09] [debug] #9 native CallLocalFunction () from samp-server.exe
[08:44:09] [debug] #10 000010e4 in public Streamer_OnPlayerConnect (0) from dsrpnew.amx
[08:44:09] [debug] #11 000005e4 in public OnPlayerConnect (0) from dsrpnew.amx
[08:44:10] [debug] Native backtrace:
[08:44:10] [debug] #0 77b7cd9e in ?? () from C:\Windows\SYSTEM32\ntdll.dll
[08:44:10] [debug] #1 77bbc650 in ?? () from C:\Windows\SYSTEM32\ntdll.dll
[08:44:10] [debug] #2 77b7c72c in ?? () from C:\Windows\SYSTEM32\ntdll.dll
[08:44:10] [debug] #3 00498e11 in ?? () from samp-server.exe
[08:44:10] [debug] #4 0044d9c9 in ?? () from samp-server.exe
[08:44:10] [debug] #5 0045856c in ?? () from samp-server.exe
[08:44:10] [debug] #6 0045ad2a in ?? () from samp-server.exe
[08:44:10] [debug] #7 52667c09 in ?? () from plugins\crashdetect.DLL
[08:44:10] [debug] #8 77b7c7e1 in ?? () from C:\Windows\SYSTEM32\ntdll.dll
[08:44:10] [debug] #9 77bbc63a in ?? () from C:\Windows\SYSTEM32\ntdll.dll
[08:44:10] [debug] #10 77b7c72c in ?? () from C:\Windows\SYSTEM32\ntdll.dll
[08:44:10] [debug] #11 00498e11 in ?? () from samp-server.exe
[08:44:10] [debug] #12 004500d6 in ?? () from samp-server.exe
[08:44:10] [debug] #13 458d5151 in ?? () from samp-server.exe
[08:44:10] [debug] #14 15ff50f8 in ?? () from samp-server.exe
[08:44:10] [debug] #15 004ac0c4 in ?? () from samp-server.exe
Reply
#2

crashinfo notepad with details.

Code:
--------------------------

SA-MP Server: 0.3.7-R2



Exception At Address: 0x00404F14 Module: (samp-server.exe)



Registers:

EAX: 0x00000024	EBX: 0x00000014	ECX: 0x00000020	EDX: 0x7FFDD000

ESI: 0x0A22D4A4	EDI: 0x0A22D4BC	EBP: 0x00000000	ESP: 0x0019D5E4

EFLAGS: 0x00010202



Stack:

+0000: 0x00000000   0x0019D600   0x0A22D4A4   0x00000014

+0010: 0x0019D63C   0x0000006A   0x0040650C   0x00000001

+0020: 0x00000001   0x00405802   0x00000000   0x00000014

+0030: 0x00000001   0x555CA7A0   0x004057A0   0x0268F930

+0040: 0x0488A36C   0x004057B0   0x00000066   0x0268F930

+0050: 0x00000001   0x00000000   0x0019D76C   0x004010B6

+0060: 0x0268F930   0x0A22D4BC   0x00376C40   0x555A01B4

+0070: 0x0268F930   0x00000066   0x0019D7E0   0x0A22D4A4

+0080: 0xA29913E3   0x05493C00   0x0268F930   0x00000000

+0090: 0x00360034   0x0268F930   0x00000000   0x0488A3BC

+00A0: 0x00028F08   0x00000066   0x00000000   0x00628C38

+00B0: 0x001B07E0   0x54170000   0x541700E0   0x00000000

+00C0: 0x0019D688   0x057DD934   0x0019DA00   0x77B90D40

+00D0: 0x72A51788   0xFFFFFFFE   0x0019D6DC   0x77B6292B

+00E0: 0x00000001   0x54170000   0x00000000   0x00000000

+00F0: 0x0019D6D8   0x541700E0   0x0019D920   0x77B5172E

+0100: 0x77B5174A   0x001B0820   0x00628C38   0x77B5177B

+0110: 0x000014A7   0x00000200   0x00000000   0x00000000

+0120: 0x0019D938   0x00000000   0x54170000   0x0019D718

+0130: 0x77B23C00   0x00020B70   0x74C9206A   0x74C907F8



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



Loaded Modules:

samp-server.exe	A: 0x00400000 - 0x00519000	(F:\SAMP\dsrplatest\samp-server.exe)

ntdll.dll	A: 0x77B20000 - 0x77C99000	(C:\Windows\SYSTEM32\ntdll.dll)

KERNEL32.DLL	A: 0x76B10000 - 0x76C00000	(C:\Windows\SYSTEM32\KERNEL32.DLL)

KERNELBASE.dll	A: 0x76DD0000 - 0x76F46000	(C:\Windows\SYSTEM32\KERNELBASE.dll)

SHELL32.dll	A: 0x751B0000 - 0x7656E000	(C:\Windows\SYSTEM32\SHELL32.dll)

msvcrt.dll	A: 0x77620000 - 0x776DE000	(C:\Windows\SYSTEM32\msvcrt.dll)

windows.storage.dll	A: 0x76630000 - 0x76B0C000	(C:\Windows\SYSTEM32\windows.storage.dll)

combase.dll	A: 0x76C00000 - 0x76DBA000	(C:\Windows\SYSTEM32\combase.dll)

RPCRT4.dll	A: 0x77420000 - 0x774CC000	(C:\Windows\SYSTEM32\RPCRT4.dll)

SspiCli.dll	A: 0x74C30000 - 0x74C4E000	(C:\Windows\SYSTEM32\SspiCli.dll)

CRYPTBASE.dll	A: 0x74C20000 - 0x74C2A000	(C:\Windows\SYSTEM32\CRYPTBASE.dll)

bcryptPrimitives.dll	A: 0x74BC0000 - 0x74C19000	(C:\Windows\SYSTEM32\bcryptPrimitives.dll)

sechost.dll	A: 0x74FE0000 - 0x75023000	(C:\Windows\SYSTEM32\sechost.dll)

advapi32.dll	A: 0x772E0000 - 0x7735B000	(C:\Windows\SYSTEM32\advapi32.dll)

shlwapi.dll	A: 0x773D0000 - 0x77414000	(C:\Windows\SYSTEM32\shlwapi.dll)

GDI32.dll	A: 0x774D0000 - 0x7761D000	(C:\Windows\SYSTEM32\GDI32.dll)

USER32.dll	A: 0x771A0000 - 0x772E0000	(C:\Windows\SYSTEM32\USER32.dll)

kernel.appcore.dll	A: 0x74DB0000 - 0x74DBC000	(C:\Windows\SYSTEM32\kernel.appcore.dll)

shcore.dll	A: 0x77A50000 - 0x77ADD000	(C:\Windows\SYSTEM32\shcore.dll)

powrprof.dll	A: 0x77370000 - 0x773B4000	(C:\Windows\SYSTEM32\powrprof.dll)

profapi.dll	A: 0x76FF0000 - 0x76FFF000	(C:\Windows\SYSTEM32\profapi.dll)

WSOCK32.dll	A: 0x70280000 - 0x70288000	(C:\Windows\SYSTEM32\WSOCK32.dll)

WINMM.dll	A: 0x6E8C0000 - 0x6E8E4000	(C:\Windows\SYSTEM32\WINMM.dll)

WS2_32.dll	A: 0x74C50000 - 0x74CAC000	(C:\Windows\SYSTEM32\WS2_32.dll)

NSI.dll	A: 0x773C0000 - 0x773C7000	(C:\Windows\SYSTEM32\NSI.dll)

WINMMBASE.dll	A: 0x00390000 - 0x003B3000	(C:\Windows\SYSTEM32\WINMMBASE.dll)

cfgmgr32.dll	A: 0x77AE0000 - 0x77B16000	(C:\Windows\SYSTEM32\cfgmgr32.dll)

DEVOBJ.dll	A: 0x74AF0000 - 0x74B11000	(C:\Windows\SYSTEM32\DEVOBJ.dll)

IMM32.DLL	A: 0x77170000 - 0x7719B000	(C:\Windows\SYSTEM32\IMM32.DLL)

MSCTF.dll	A: 0x77930000 - 0x77A50000	(C:\Windows\SYSTEM32\MSCTF.dll)

audio.DLL	A: 0x55760000 - 0x557AF000	(F:\SAMP\dsrplatest\plugins\audio.DLL)

MSVCR100.dll	A: 0x56720000 - 0x567DF000	(C:\Windows\SYSTEM32\MSVCR100.dll)

MSWSOCK.dll	A: 0x748A0000 - 0x748EE000	(C:\Windows\SYSTEM32\MSWSOCK.dll)

MSVCP100.dll	A: 0x56270000 - 0x562D9000	(C:\Windows\SYSTEM32\MSVCP100.dll)

streamer.DLL	A: 0x55720000 - 0x5575B000	(F:\SAMP\dsrplatest\plugins\streamer.DLL)

MSVCR90.dll	A: 0x55670000 - 0x55713000	(C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9158_none_5091b51ebcb97cdc\MSVCR90.dll)

MSVCP90.dll	A: 0x555E0000 - 0x5566E000	(C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9158_none_5091b51ebcb97cdc\MSVCP90.dll)

sscanf.DLL	A: 0x10000000 - 0x1000C000	(F:\SAMP\dsrplatest\plugins\sscanf.DLL)

dbghelp.dll	A: 0x70AA0000 - 0x70BDF000	(C:\Windows\SYSTEM32\dbghelp.dll)

napinsp.dll	A: 0x713E0000 - 0x713F2000	(C:\Windows\system32\napinsp.dll)

pnrpnsp.dll	A: 0x713C0000 - 0x713D6000	(C:\Windows\system32\pnrpnsp.dll)

NLAapi.dll	A: 0x713A0000 - 0x713B3000	(C:\Windows\system32\NLAapi.dll)

DNSAPI.dll	A: 0x71310000 - 0x71394000	(C:\Windows\SYSTEM32\DNSAPI.dll)

winrnr.dll	A: 0x71300000 - 0x7130B000	(C:\Windows\System32\winrnr.dll)

IPHLPAPI.DLL	A: 0x749B0000 - 0x749E0000	(C:\Windows\SYSTEM32\IPHLPAPI.DLL)

WINNSI.DLL	A: 0x749A0000 - 0x749A8000	(C:\Windows\SYSTEM32\WINNSI.DLL)

bcrypt.dll	A: 0x74B20000 - 0x74B3B000	(C:\Windows\SYSTEM32\bcrypt.dll)

rasadhlp.dll	A: 0x70ED0000 - 0x70ED8000	(C:\Windows\System32\rasadhlp.dll)

wshqos.dll	A: 0x54190000 - 0x54198000	(C:\Windows\system32\wshqos.dll)

wshtcpip.DLL	A: 0x54180000 - 0x54187000	(C:\Windows\SYSTEM32\wshtcpip.DLL)

wship6.dll	A: 0x54170000 - 0x54177000	(C:\Windows\SYSTEM32\wship6.dll)



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

SA-MP Server: 0.3.7-R2



Exception At Address: 0x77B88C0C Module: (ntdll.dll)



Registers:

EAX: 0x00000030	EBX: 0x0019FCD0	ECX: 0x00000000	EDX: 0x0000D440

ESI: 0x001571C8	EDI: 0x022D0000	EBP: 0x00000000	ESP: 0x0019FD9C

EFLAGS: 0x00010246



Stack:

+0000: 0x76E78D09   0x000000E0   0x00000000   0x76E78D26

+0010: 0x77B88F2C   0x76E813C8   0x00000000   0x76E813DD

+0020: 0x1908376F   0x76B36110   0x76B360C0   0x00000000

+0030: 0x00000024   0x00000001   0x00000000   0x00000000

+0040: 0x00000000   0x00000000   0x77B7539C   0x76B36110

+0050: 0x00000000   0x022D9A60   0x76B36110   0x0044EA22

+0060: 0x6358E448   0x00000062   0x0019FE9C   0x004AA78B

+0070: 0xFFFFFFFF   0x0049104C   0x76B36110   0x022D9A60

+0080: 0x0049125C   0x76B360C0   0x00000000   0x3BB47AAC

+0090: 0x0048D4DB   0x00000000   0x000023F0   0x0019FF80

+00A0: 0x7FFDE000   0x0000401C   0x00010101   0x000001F4

+00B0: 0x00001E61   0x000000E4   0x00001958   0x022D9A60

+00C0: 0x656D6167   0x65646F6D   0x00003531   0x004C4020

+00D0: 0x004C401C   0x7FFDE000   0x004AB4A0   0x0019FE68

+00E0: 0x0019FF70   0x0019FF70   0x0049D208   0x004BA2F8

+00F0: 0xFFFFFFFF   0x0049B4A1   0x0049B4B1   0x004AB4A0

+0100: 0x0019FF70   0x004AB0E1   0xFFFFFFFF   0x0049CCA6

+0110: 0x00000001   0x022D1278   0x022D12B0   0x00000094

+0120: 0x00000006   0x00000002   0x000023F0   0x00000002

+0130: 0x00000000   0x00000000   0x00000000   0x00000000



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



Loaded Modules:

samp-server.exe	A: 0x00400000 - 0x00519000	(F:\SAMP\dsrplatest\samp-server.exe)

ntdll.dll	A: 0x77B20000 - 0x77C99000	(C:\Windows\SYSTEM32\ntdll.dll)

KERNEL32.DLL	A: 0x76B10000 - 0x76C00000	(C:\Windows\SYSTEM32\KERNEL32.DLL)

KERNELBASE.dll	A: 0x76DD0000 - 0x76F46000	(C:\Windows\SYSTEM32\KERNELBASE.dll)

SHELL32.dll	A: 0x751B0000 - 0x7656E000	(C:\Windows\SYSTEM32\SHELL32.dll)

msvcrt.dll	A: 0x77620000 - 0x776DE000	(C:\Windows\SYSTEM32\msvcrt.dll)

windows.storage.dll	A: 0x76630000 - 0x76B0C000	(C:\Windows\SYSTEM32\windows.storage.dll)

combase.dll	A: 0x76C00000 - 0x76DBA000	(C:\Windows\SYSTEM32\combase.dll)

RPCRT4.dll	A: 0x77420000 - 0x774CC000	(C:\Windows\SYSTEM32\RPCRT4.dll)

SspiCli.dll	A: 0x74C30000 - 0x74C4E000	(C:\Windows\SYSTEM32\SspiCli.dll)

CRYPTBASE.dll	A: 0x74C20000 - 0x74C2A000	(C:\Windows\SYSTEM32\CRYPTBASE.dll)

bcryptPrimitives.dll	A: 0x74BC0000 - 0x74C19000	(C:\Windows\SYSTEM32\bcryptPrimitives.dll)

sechost.dll	A: 0x74FE0000 - 0x75023000	(C:\Windows\SYSTEM32\sechost.dll)

advapi32.dll	A: 0x772E0000 - 0x7735B000	(C:\Windows\SYSTEM32\advapi32.dll)

shlwapi.dll	A: 0x773D0000 - 0x77414000	(C:\Windows\SYSTEM32\shlwapi.dll)

GDI32.dll	A: 0x774D0000 - 0x7761D000	(C:\Windows\SYSTEM32\GDI32.dll)

USER32.dll	A: 0x771A0000 - 0x772E0000	(C:\Windows\SYSTEM32\USER32.dll)

kernel.appcore.dll	A: 0x74DB0000 - 0x74DBC000	(C:\Windows\SYSTEM32\kernel.appcore.dll)

shcore.dll	A: 0x77A50000 - 0x77ADD000	(C:\Windows\SYSTEM32\shcore.dll)

powrprof.dll	A: 0x77370000 - 0x773B4000	(C:\Windows\SYSTEM32\powrprof.dll)

profapi.dll	A: 0x76FF0000 - 0x76FFF000	(C:\Windows\SYSTEM32\profapi.dll)

WSOCK32.dll	A: 0x70280000 - 0x70288000	(C:\Windows\SYSTEM32\WSOCK32.dll)

WINMM.dll	A: 0x6E8C0000 - 0x6E8E4000	(C:\Windows\SYSTEM32\WINMM.dll)

WS2_32.dll	A: 0x74C50000 - 0x74CAC000	(C:\Windows\SYSTEM32\WS2_32.dll)

NSI.dll	A: 0x773C0000 - 0x773C7000	(C:\Windows\SYSTEM32\NSI.dll)

WINMMBASE.dll	A: 0x00390000 - 0x003B3000	(C:\Windows\SYSTEM32\WINMMBASE.dll)

cfgmgr32.dll	A: 0x77AE0000 - 0x77B16000	(C:\Windows\SYSTEM32\cfgmgr32.dll)

DEVOBJ.dll	A: 0x74AF0000 - 0x74B11000	(C:\Windows\SYSTEM32\DEVOBJ.dll)

IMM32.DLL	A: 0x77170000 - 0x7719B000	(C:\Windows\SYSTEM32\IMM32.DLL)

MSCTF.dll	A: 0x77930000 - 0x77A50000	(C:\Windows\SYSTEM32\MSCTF.dll)

audio.DLL	A: 0x55760000 - 0x557AF000	(F:\SAMP\dsrplatest\plugins\audio.DLL)

MSVCR100.dll	A: 0x56720000 - 0x567DF000	(C:\Windows\SYSTEM32\MSVCR100.dll)

MSWSOCK.dll	A: 0x748A0000 - 0x748EE000	(C:\Windows\SYSTEM32\MSWSOCK.dll)

MSVCP100.dll	A: 0x56270000 - 0x562D9000	(C:\Windows\SYSTEM32\MSVCP100.dll)

streamer.DLL	A: 0x55720000 - 0x5575B000	(F:\SAMP\dsrplatest\plugins\streamer.DLL)

MSVCR90.dll	A: 0x55670000 - 0x55713000	(C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9158_none_5091b51ebcb97cdc\MSVCR90.dll)

MSVCP90.dll	A: 0x555E0000 - 0x5566E000	(C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9158_none_5091b51ebcb97cdc\MSVCP90.dll)

sscanf.DLL	A: 0x10000000 - 0x1000C000	(F:\SAMP\dsrplatest\plugins\sscanf.DLL)

dbghelp.dll	A: 0x70AA0000 - 0x70BDF000	(C:\Windows\SYSTEM32\dbghelp.dll)

napinsp.dll	A: 0x713E0000 - 0x713F2000	(C:\Windows\system32\napinsp.dll)

pnrpnsp.dll	A: 0x713C0000 - 0x713D6000	(C:\Windows\system32\pnrpnsp.dll)

NLAapi.dll	A: 0x713A0000 - 0x713B3000	(C:\Windows\system32\NLAapi.dll)

DNSAPI.dll	A: 0x71310000 - 0x71394000	(C:\Windows\SYSTEM32\DNSAPI.dll)

winrnr.dll	A: 0x71300000 - 0x7130B000	(C:\Windows\System32\winrnr.dll)

IPHLPAPI.DLL	A: 0x749B0000 - 0x749E0000	(C:\Windows\SYSTEM32\IPHLPAPI.DLL)

WINNSI.DLL	A: 0x749A0000 - 0x749A8000	(C:\Windows\SYSTEM32\WINNSI.DLL)

bcrypt.dll	A: 0x74B20000 - 0x74B3B000	(C:\Windows\SYSTEM32\bcrypt.dll)

rasadhlp.dll	A: 0x70ED0000 - 0x70ED8000	(C:\Windows\System32\rasadhlp.dll)

wshqos.dll	A: 0x54190000 - 0x54198000	(C:\Windows\system32\wshqos.dll)

wshtcpip.DLL	A: 0x54180000 - 0x54187000	(C:\Windows\SYSTEM32\wshtcpip.DLL)

wship6.dll	A: 0x54170000 - 0x54177000	(C:\Windows\SYSTEM32\wship6.dll)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)