Jump to content
  • 0

Crash


bL3s

Question

Cand incerc sa pornesc samp-server.exe

Primesc urmatoarea eroare:

SA-MP Server: 0.3c

Exception At Address: 0x004A2D7B

Registers:

EAX: 0x0012FDA0 EBX: 0x015228B8 ECX: 0x00000000 EDX: 0x00405910

ESI: 0x00000000 EDI: 0x00FADEC8 EBP: 0x0012FDB0 ESP: 0x0012FD88

EFLAGS: 0x00010286

Stack:

+0000: 0x00FADEC8  0x00FADEC8  0x015228B8  0xFFFFFFFF

+0010: 0x0012FD88  0x0012F9AC  0x0012FE5C  0x004A6BC4

+0020: 0x004C1208  0xFFFFFFFF  0x01525FC4  0x0040591D

+0030: 0x00000000  0x00401096  0x00FADEC8  0x01BC8244

+0040: 0x016A1F8C  0x00402BB3  0x00FADEC8  0x0000001F

+0050: 0x0012FDF0  0x01BC8244  0x004F52B0  0x00FADEC8

+0060: 0x00000001  0x00000000  0x00000000  0x005262B4

+0070: 0x005262B8  0x005262E0  0x005222E4  0x005262C4

+0080: 0x005222E4  0x015228B8  0x016A1F8C  0x00000000

+0090: 0x01520020  0x0017F6D4  0x00483D74  0x00FADEC8

+00A0: 0x0012FE38  0x00000092  0x00A67948  0xFFFFFFFF

+00B0: 0x00000092  0x00A67948  0x00498D72  0x004F52B0

+00C0: 0x004C06B9  0x00A67801  0xFFFFFFFF  0x00000000

+00D0: 0x00FADEC8  0x0012FEDC  0x004B4998  0xFFFFFFFF

+00E0: 0x004981AF  0x00000001  0x00000000  0x00000A28

+00F0: 0x0012FFC0  0x7FFD4000  0x00002BA3  0x00010101

+0100: 0x0000004B  0x00001E61  0x00000070  0x000008CC

+0110: 0x00A67948  0x656D6167  0x65646F6D  0x00003531

+0120: 0x004CA014  0x004CA010  0x7FFD4000  0x004B4C90

+0130: 0x0012FEA8  0x0012FEA4  0x0012FFB0  0x004A6BC4

Ce poate cauza aceasta eroare?

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

Acum primesc urmatorul crash:

[02:12:32] Crash caused by fclose on line 41 in C:\Documents and Settings\Administrator\Desktop\Server\pawno\include\Dini.inc (gamemodes\mygm.amx)

[02:12:32] Stack trace of gamemodes\mygm.amx (most recent call first):

[02:12:32]  dini_Create on line 2532 in C:\Documents and Settings\Administrator\Desktop\Server\pawno\include\JunkBuster.inc

[02:12:32]  OnGameModeInit (entry point)

Idei?

Link to comment
Share on other sites

Liniile 37 - 43 din Dini.inc

stock  dini_Create(filename[]) {

new File:fhnd;

if (fexist(filename)) return false;

fhnd=fopen(filename,io_write);

fclose(fhnd);

return true;

}

Liniile 2519 - 2543 din JunkBuster.inc

public OnGameModeInit()

{

if(!CallLocalFunction("JB_OnGameModeInit",""))

{

    JB_Log("[WARNING!]");

    JB_Log("JunkBuster is not used in gamemode or OnGameModeInit returns 0.");

    JB_Log("Make sure you use JunkBuster.inc in your gamemode. If you want to");

        JB_Log("use JunkBuster in filterscripts, too, include  JunkBusterFS.inc in");

        JB_Log("your filterscript.");

        JB_Log("It's recommended to include JunkBuster.inc in your gamemode");

}

dini_Remove(BAD_RCON_LOGIN_FILE);

dini_Create(BAD_RCON_LOGIN_FILE);

ConfigJunkBuster();

SetTimer("JunkBuster",1000,true);

SetTimer("GlobalUpdate",60*1000*4,true);// Every 4 minutes

SetTimer("SpamUpdate",3500,true);

SetTimer("TempBanUpdate",1000*60*60,true);// Every hour

if(JB_Variables[WARN_PLAYERS])

    SendRconCommand("mapname JunkBuster Anti-Cheat");

JB_Log("JunkBuster has successfully been loaded.");

return 1;

}

Link to comment
Share on other sites

Le-am facut update, am deschis serverul si nu am primit crash  :cool:

Dar dupa ce am intrat pe el nu functionau toate comenzile, nu mergeau spawnurile si nici masini pe strada nu erau :-??

Any ideea?

De la JunkBuster, compileaza GM ( deja l-ai compilat ) si toate FS-urile.
Link to comment
Share on other sites

Am doar 1 fs, cel de la JunkBuster O.o

Cand incerc sa il compilez primesc urmatoarele erori

C:\DOCUME~1\ADMINI~1\Desktop\Server\FILTER~1\JUNKBU~1.PWN(3283) : error 017: undefined symbol "GetPlayerSurfingObjectID"

C:\DOCUME~1\ADMINI~1\Desktop\Server\FILTER~1\JUNKBU~1.PWN(3323) : error 017: undefined symbol "GetPlayerDistanceFromPoint"

C:\DOCUME~1\ADMINI~1\Desktop\Server\FILTER~1\JUNKBU~1.PWN(4876) : error 017: undefined symbol "GetVehicleDistanceFromPoint"

C:\DOCUME~1\ADMINI~1\Desktop\Server\FILTER~1\JUNKBU~1.PWN(4881) : error 017: undefined symbol "GetVehicleDistanceFromPoint"

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.