Padanje servera


Započeo Kamberovic, Septembar 27, 2018, 22:30:52 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Problem(error/warning): Ovako, izbacuje mi crashdetect za dialog i padne server, na kucnom sve radi extra i ne izbacuje ništa a kad na host stavim izbaci i za dialog a izbacuje i
Run time error 20: "Invalid index parameter (bad entry point)
"[/b]
Dio skripte: [ pawn ]vaš odgovor[ /pawn ]
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): Ovo za dialog izbaci
[19:27:54] [debug] Server crashed while executing Amazing.amx
[19:27:54] [debug] AMX backtrace:
[19:27:54] [debug] #0 00000030 in ?? (... <12 arguments>) at C:\Users\HP\Documents\Amazing Gaming RP by Kamberovic\pawno\include\float.inc:108
[19:27:54] [debug] #1 00000030 in public OnDialogResponse () at C:\Users\HP\Documents\Amazing Gaming RP by Kamberovic\pawno\include\float.inc:108
[19:27:54] [debug] Native backtrace:
[19:27:54] [debug] #0 f73ed09b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[19:27:54] [debug] #1 f73e82d2 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[19:27:54] [debug] #2 f73e8ebc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[19:27:54] [debug] #3 f73e9366 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[19:27:54] [debug] #4 f73eccec in ?? () from plugins/crashdetect.so
[19:27:54] [debug] #5 f7731b20 in __kernel_rt_sigreturn () from linux-gate.so.1
[19:27:54] [debug] #6 f48d39dc in ?? () from  go÷Heo÷ÜŮźÜŮźÝŮźÜŮźµŰźÜŰźôo÷
[19:27:54] [debug] #7 f73e8218 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[19:27:54] [debug] #8 f73ebaa9 in ?? () from plugins/crashdetect.so
[19:27:54] [debug] #9 f7349826 in ?? () from plugins/streamer.so
[19:27:54] [debug] #10 080a682f in ?? () from ./samp03svr
[19:27:54] [debug] #11 080b2c44 in ?? () from ./samp03svr
[19:27:54] [debug] #12 08071d38 in ?? () from ./samp03svr
[19:27:54] [debug] #13 08071e32 in ?? () from ./samp03svr
[19:27:54] [debug] #14 0807bc50 in ?? () from ./samp03svr
[19:27:54] [debug] #15 080aed3d in ?? () from ./samp03svr
[19:27:54] [debug] #16 080aef02 in ?? () from ./samp03svr
[19:27:54] [debug] #17 080aa13a in ?? () from ./samp03svr
[19:27:54] [debug] #18 f7416a63 in __libc_start_main () from /lib32/libc.so.6

Slika/video ingame problema(obavezno ako je ingame problem): link slike
Amazing Gaming ~Bayside~
Owner & Developer

amazinggamingrp.e-gear.net:7737

Update samp03 i samp.server skines sa www.sa-rpg.com skines linux i windows, update crashdetect, streamer 2.9.3 msm da je i sscanf 2.8.2. onda test ,ako padne ostavi ovde debugove
Vandals Project OGC
[size=11.25pt]Vandals Project OGC[/size][/font]
[/color]

Citat: Skorpija poslato Septembar 29, 2018, 14:34:42 POSLE PODNE
Update samp03 i samp.server skines sa www.sa-rpg.com skines linux i windows, update crashdetect, streamer 2.9.3 msm da je i sscanf 2.8.2. onda test ,ako padne ostavi ovde debugove
I dalje izbacuje ovo  Run time error 20: "Invalid index parameter (bad entry point)"
Amazing Gaming ~Bayside~
Owner & Developer

amazinggamingrp.e-gear.net:7737

Citat[19:27:54] [debug] #0 00000030 in ?? (... <12 arguments>) at C:\Users\HP\Documents\Amazing Gaming RP by Kamberovic\pawno\include\float.inc:108
[19:27:54] [debug] #1 00000030 in public OnDialogResponse () at C:\Users\HP\Documents\Amazing Gaming RP by Kamberovic\pawno\include\float.inc:108

Prebaci nam ovdje OnDialogResponse da vidimo.

Citat: Avast poslato Oktobar 03, 2018, 16:34:03 POSLE PODNE
Prebaci nam ovdje OnDialogResponse da vidimo.
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    /////////////////////////////////////////////////////////////////////
    if(dialogid == DIALOG_AKCENAT)
	{
		if(!response) return 1;
		switch(listitem)
		{
			case 0:
			{
			    PlayerInfo[playerid][pAkcenat] = 1;
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Odabrali ste "ZELENA"Engleski"BELA" akcenat");
			}
			case 1:
			{
			    PlayerInfo[playerid][pAkcenat] = 2;
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Odabrali ste "ZELENA"Ruski"BELA" akcenat");
			}
			case 2:
			{
			    PlayerInfo[playerid][pAkcenat] = 3;
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Odabrali ste "ZELENA"Spanski"BELA" akcenat");
			}
			case 3:
			{
			    PlayerInfo[playerid][pAkcenat] = 4;
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Odabrali ste "ZELENA"Mexicki"BELA" akcenat");
			}
			case 4:
			{
			    PlayerInfo[playerid][pAkcenat] = 5;
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Odabrali ste "ZELENA"Irski"BELA" akcenat");
			}
			case 5:
			{
			    PlayerInfo[playerid][pAkcenat] = 6;
                SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Odabrali ste "ZELENA"Kolumbijski"BELA" akcenat");
			}
			case 6:
			{
			    PlayerInfo[playerid][pAkcenat] = 7;
                SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Odabrali ste "ZELENA"Japanski"BELA" akcenat");
			}
			case 7:
			{
			    PlayerInfo[playerid][pAkcenat] = 8;
                SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Odabrali ste "ZELENA"Americki"BELA" akcenat");
			}
		}
	}
	/////////////////////////////////////////////////////////////////////
    if(dialogid == DIALOG_KORUZIJE)
	{
		if(!response) return 1;
		switch(listitem)
		{
			case 0:
			{
			    g_GivePlayerWeapon(playerid,24,80);
			    g_NovacMinus(playerid,5000);
			    FirmaNovac(43, 5000);
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste oruzije na pijaci, sakrite ga od policije!");
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste "ZELENA"Deagle");
			}
			case 1:
			{
			    g_GivePlayerWeapon(playerid,25,80);
			    g_NovacMinus(playerid,3000);
			    FirmaNovac(43, 3000);
			    SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste oruzije na pijaci, sakrite ga od policije!");
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste "ZELENA"ShotGun");
			}
			case 2:
			{
			    g_GivePlayerWeapon(playerid,23,80);
			    g_NovacMinus(playerid,3000);
			    FirmaNovac(43, 3000);
			    SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste oruzije na pijaci, sakrite ga od policije!");
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste "ZELENA"Silenced");
			}
			case 3:
			{
			    g_GivePlayerWeapon(playerid,22,80);
				g_NovacMinus(playerid,1000);
				FirmaNovac(43, 1000);
                SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste oruzije na pijaci, sakrite ga od policije!");
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste "ZELENA"Colt");
			}
			case 4:
			{
			    g_NovacMinus(playerid,8000);
			    FirmaNovac(43, 8000);
                SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste oruzije na pijaci, sakrite ga od policije!");
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste "ZELENA"Country Rifle");
			}
			case 5:
			{
			    g_GivePlayerWeapon(playerid,33,80);
			    g_NovacMinus(playerid,10000);
			    FirmaNovac(43, 10000);
                SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste oruzije na pijaci, sakrite ga od policije!");
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste "ZELENA"AK47");
			}
			case 6:
			{
			    g_GivePlayerWeapon(playerid,29,80);
			    g_NovacMinus(playerid,6000);
			    FirmaNovac(43, 6000);
                SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste oruzije na pijaci, sakrite ga od policije!");
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste "ZELENA"M5");
			}
			case 7:
			{
			    SetPlayerArmour(playerid, 99.0);
			    g_NovacMinus(playerid,4000);
			    FirmaNovac(43, 4000);
                SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste pancir na pijaci, sakrite ga od policije!");
				SCM(playerid,-1,""ZELENA"/INFO/ "BELA"Uzeli ste "ZELENA"Pancir");
			}
		}
	}
Ovo je meÄ'u zadnjim koje sam dodavao
Amazing Gaming ~Bayside~
Owner & Developer

amazinggamingrp.e-gear.net:7737

Pomoć neko?
Amazing Gaming ~Bayside~
Owner & Developer

amazinggamingrp.e-gear.net:7737

dodaj ovo u skriptu za taj runtime error

main()
{
}