Jump to content
  • 0

Problema pornire srv


1Shot

Question

Salut. cand incerc pornesc server-ul se inchide si imi da niste erori pe care nu stiu cum sa le rezolv...

Am incercat sa schimb plugin-urile dar degeaba...

Acestea sunt erorile din server_log:

[16:01:02] [debug] Server crashed while executing GM.amx
[16:01:02] [debug] AMX backtrace:
[16:01:02] [debug] #0 native mysql_connect () [72f1e4d0] from mysql.DLL
[16:01:02] [debug] #1 000c0c08 in ?? () at C:\Users\Remus\Desktop\GM\gamemodes\GM.pwn:1524
[16:01:02] [debug] #2 0002f144 in public L_AFK_OnGM () at C:\Users\Remus\Desktop\GM\pawno\include\YSI\y_hooks/impl.inc:484
[16:01:02] [debug] #3 native CallLocalFunction () [004743b0] from samp-server.exe
[16:01:02] [debug] #4 0001bcc4 in public SSCANF_OnGameModeInit () at C:\Users\Remus\Desktop\GM\pawno\include\AutoAFK.inc:47
[16:01:02] [debug] #5 000153b0 in public Itter_OnGameModeInit () at C:\Users\Remus\Desktop\GM\pawno\include\sscanf2.inc:205
[16:01:02] [debug] #6 native CallLocalFunction () [004743b0] from samp-server.exe
[16:01:02] [debug] #7 000140e8 in public ScriptInit_OnGameModeInit () at C:\Users\Remus\Desktop\GM\pawno\include\YSI\y_iterate.inc:791
[16:01:02] [debug] #8 00012d08 in public PZone_OnGameModeInit () at C:\Users\Remus\Desktop\GM\pawno\include\YSI\internal\..\y_scriptinit.inc:171
[16:01:02] [debug] #9 native CallLocalFunction () [004743b0] from samp-server.exe
[16:01:02] [debug] #10 00006ce8 in public OnGameModeInit () at C:\Users\Remus\Desktop\GM\pawno\include\playerzone.inc:429

multumesc.

Link to comment
Share on other sites

Recommended Posts

  • 0
4 minutes ago, Banditul said:

Da stiu, e mult de munca sa convertesti tot sistemul pe r40+ dar uneori merita.

Incearca sa folosesti mysql r34 sau r39-6 si vezi daca iti mai da crash. E destul de ciudat faptul ca da crash la mysql_connect

Se pare ca functioneaza cu R34 :))) Mersi mult.

Link to comment
Share on other sites

  • 0

@Banditul gata am luat alta versiune de crashdetect si acum nu mai apare. mersi.

Si inca o problema as mai avea si cred ca e totul ok :))

De ce cand compilez am atat de mult data size?... si de ce apare max. usage: unknown, due to recursion?...

Cum as putea sa rezolv asta? Trebuie rezolvata? Produce lag sau ceva? Nu prea stiu exact ce inseamna.

Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase

Header size:          45752 bytes
Code size:          4163268 bytes
Data size:         60125220 bytes
Stack/heap size:     262144 bytes; estimated max. usage: unknown, due to recursion
Total requirements:64596384 bytes
Link to comment
Share on other sites

  • 0

Ai cumva pawn.cfg cu -d3 sau daca folosesti sublime/notepad++ etc ai cumva -d3 ?

Recursion inseamna ceva de genul:

Functie(a)
{
	//calcule
	if(a == numar)
		Functie(a);
	else return a;
}

Adica sa chemi functia in aceiasi functie. Daca este folosita cum trebuie nu ar trebui sa fie probleme

Edited by Banditul
  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.