crashinfo
#1

After i open samp-server.exe. the cmd close and a log created called crashinfo.

This is what inside and i dont have any idea.

PHP код:

--------------------------
SA-MP Server0.3e
Exception At Address
0x004955E2 Module: (samp-server.exe)
Registers:
EAX0x00000000    EBX0x0012EB08    ECX0x0012EAF8    EDX0x004B55D8
ESI
0x00000000    EDI0x0012EAF8    EBP0x0012EAC4    ESP0x0012EAB8
EFLAGS
0x00010246
Stack
:
+
00000x00000000   0x004DBA78   0x00395F32   0x0012EAEC
+00100x00495D06   0x004DBA78   0x00000000   0x004DB860
+00200x00000000   0x00395C89   0x00396658   0x0012FC67
+00300x004DB860   0x0012EB0C   0x00495D6B   0x004DBA78
+00400x0012EB41   0x00000100   0x00395F30   0x00000000
+00500x000000FF   0xFFFFFFFF   0x00495D87   0x0012EB40
+00600x00000100   0x00395F30   0x00000000   0x00000000
+00700x00485CFE   0x0012EB40   0x00000100   0x00395F30
+00800x00000000   0xEEB41022   0x0012EB5B   0x7C80E693
+00900x76B60668   0x76B60668   0x0012EBC4   0x7C80E6A3
+00A00x00000000   0x00394970   0x00000000   0x0012EC00
+00B00x0012ECC8   0x7C915A00   0x00000000   0x00000000
+00C00x0012EB58   0x00000008   0x0012F004   0x00390178
+00D00x00142F50   0x00142F50   0x7C80E6A3   0x7C80E7AB
+00E00x7C80E82B   0x00000000   0x0012EBD4   0x7C80B908
+00F00x00390178   0x0012EBD4   0x00394978   0x00000409
+01000x00000001   0x76B60668   0x00390178   0x0000592E
+01100x0012F014   0x76B4358A   0x00000050   0x00000000
+01200x0012F98C   0x00000080   0x0012F488   0x76B60668
+01300x7C80A823   0x76B435B1   0x00000001   0x000002D2
--------------------------
Loaded Modules:
samp-server.exe    A0x00400000 0x004EE000    (E:\Global Freeroam\samp-server.exe)
ntdll.dll    A0x7C900000 0x7C9B0000    (C:\WINDOWS\system32\ntdll.dll)
kernel32.dll    A0x7C800000 0x7C8F4000    (C:\WINDOWS\system32\kernel32.dll)
SHELL32.dll    A0x7C9C0000 0x7D609000    (C:\WINDOWS\system32\SHELL32.dll)
msvcrt.dll    A0x77C10000 0x77C68000    (C:\WINDOWS\system32\msvcrt.dll)
GDI32.dll    A0x77F10000 0x77F56000    (C:\WINDOWS\system32\GDI32.dll)
USER32.dll    A0x77D40000 0x77DD0000    (C:\WINDOWS\system32\USER32.dll)
ADVAPI32.dll    A0x77DD0000 0x77E6B000    (C:\WINDOWS\system32\ADVAPI32.dll)
RPCRT4.dll    A0x77E70000 0x77F01000    (C:\WINDOWS\system32\RPCRT4.dll)
SHLWAPI.dll    A0x77F60000 0x77FDC000    (C:\WINDOWS\system32\SHLWAPI.dll)
WSOCK32.dll    A0x71AD0000 0x71AD9000    (C:\WINDOWS\system32\WSOCK32.dll)
WS2_32.dll    A0x71AB0000 0x71AC7000    (C:\WINDOWS\system32\WS2_32.dll)
WS2HELP.dll    A0x71AA0000 0x71AA8000    (C:\WINDOWS\system32\WS2HELP.dll)
WINMM.dll    A0x76B40000 0x76B6D000    (C:\WINDOWS\system32\WINMM.dll)
comctl32.dll    A0x773D0000 0x774D2000    (C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll)
comctl32.dll    A0x5D090000 0x5D127000    (C:\WINDOWS\system32\comctl32.dll
and a server_log

PHP код:
----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team 
No errors after compiling all filterscript and gamemode, plugins also include are up to date.
Reply
#2

you please try compiling ur gamemode again and can u show us ur server.cfg file ?
Reply
#3

Quote:
Originally Posted by Avi57
Посмотреть сообщение
you please try compiling ur gamemode again and can u show us ur server.cfg file ?
No error after compiling my gamemode.

Код:
echo Executing Server Config...
lanmode 0
rcon_password hateshowingpassword
maxplayers 500
port 7777
hostname Global Freeroam Server [0.3e]
gamemode0 Mygamemode 1
plugins sscanf streamer whirlpool
filterscripts LuxAdmin wmenu DSpeedo simplecarmenu  sp Ultra_Tuned_Car_Saver RandomMSG time glastowers
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Reply
#4

Try This :
and please change your fs name from Ultra_Tuned_Car_Saver to utcs !
Код:
echo Executing Server Config...
lanmode 0
rcon_password hateshowingpassword
maxplayers 500
port 7777
hostname Global Freeroam Server [0.3e]
gamemode0 Mygamemode 1
filterscripts LuxAdmin wmenu DSpeedo simplecarmenu  sp utcs RandomMSG time glastowers
plugins sscanf streamer whirlpool
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
map san andreas
Reply
#5

Quote:
Originally Posted by Avi57
Посмотреть сообщение
Try This :
and please change your fs name from Ultra_Tuned_Car_Saver to utcs !
Код:
echo Executing Server Config...
lanmode 0
rcon_password hateshowingpassword
maxplayers 500
port 7777
hostname Global Freeroam Server [0.3e]
gamemode0 Mygamemode 1
filterscripts LuxAdmin wmenu DSpeedo simplecarmenu  sp utcs RandomMSG time glastowers
plugins sscanf streamer whirlpool
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
map san andreas
Thanks man. All working! Great job +rep
Reply
#6

No Problem
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)