bitch hole raymond crashing grx server help 178.33.67.48:7777
#41

Sounds like a troll.
Reply
#42

So the few people that have posted issues about this, the only thing that i have noticed is "Array index out of bounds Accessing element at index 65535 past array upper bound (array size here)" And INVALID_PLAYER_ID = 65535.

So i would think a decent temp fix would be adding a simple invalid playerid check like so.....
pawn Code:
if(playerid == INVALID_PLAYER_ID) return 0;
//stop the code here before it causes trouble..

//so it would be used kinda like this, could be done multiple ways too.

public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
{
    if(playerid == INVALID_PLAYER_ID) return 0;//stop the invalid player here
    if(issuerid == INVALID_PLAYER_ID) return 0;//Stop the invalid player here
    //some of your code here
    return 1;
}
You wouldn't have array out of bounds issues anymore since the code will stop if the playerid/issuerid is invalid. That's kind of how i would go about it if i had the issue or am i over looking something?
Reply
#43

GRX Registered account here with this name GRX
His account his not activated by moderator he need wait he gave me some log again
about server crash
[3:27:28 PM] furqan579: [12:09:22] Socket plugin successfully unloaded.
[12:09:22] [debug] Server crashed due to an unknown error
[12:09:22] [debug] Native backtrace:
[12:09:22] [debug] #0 f69f5936 in _ZN10StackTraceC2EPv () from plugins/crashdetect.so
[12:09:22] [debug] #1 f69f0f33 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[12:09:22] [debug] #2 f69f1a62 in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[12:09:22] [debug] #3 f69f1f63 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[12:09:22] [debug] #4 f69f563d in ?? () from plugins/crashdetect.so
[12:09:22] [debug] #5 f7748410 in ?? ()
[12:09:22] [debug] #6 f74b261f in ?? () from /lib/i386-linux-gnu/libc.so.6
[12:09:22] [debug] #7 4b352e01 in my_no_flags_free () from /usr/lib/libmysqlclient_r.so.15
[12:09:22] [debug] #8 4b377679 in free_rows () from /usr/lib/libmysqlclient_r.so.15
[12:09:22] [debug] #9 4b3776d7 in mysql_free_result () from /usr/lib/libmysqlclient_r.so.15
[12:09:22] [debug] #10 f7377801 in _ZN13CMySQLHandler10FreeResultEv () from plugins/mysql.so
[12:09:22] [debug] #11 f737a235 in _ZN13CMySQLHandlerD1Ev () from plugins/mysql.so
[12:09:22] [debug] #12 f73801fc in Unload () from plugins/mysql.so
[12:09:22] [debug] #13 080cfe1b in ?? () from samp03svr
[12:09:22] [debug] #14 080a8992 in ?? () from samp03svr
[12:09:22] [debug] #15 f74554d3 in __libc_start_main () from /lib/i386-linux-gnu/libc.so.6
[12:09:22] [debug] #16 0804b4d1 in ?? () from samp03svr
Reply
#44

Quote:
Originally Posted by Waterdragonn
View Post
GRX Registered account here with this name GRX
His account his not activated by moderator he need wait he gave me some log again
about server crash
[3:27:28 PM] furqan579: [12:09:22] Socket plugin successfully unloaded.
[12:09:22] [debug] Server crashed due to an unknown error
[12:09:22] [debug] Native backtrace:
[12:09:22] [debug] #0 f69f5936 in _ZN10StackTraceC2EPv () from plugins/crashdetect.so
[12:09:22] [debug] #1 f69f0f33 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[12:09:22] [debug] #2 f69f1a62 in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[12:09:22] [debug] #3 f69f1f63 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[12:09:22] [debug] #4 f69f563d in ?? () from plugins/crashdetect.so
[12:09:22] [debug] #5 f7748410 in ?? ()
[12:09:22] [debug] #6 f74b261f in ?? () from /lib/i386-linux-gnu/libc.so.6
[12:09:22] [debug] #7 4b352e01 in my_no_flags_free () from /usr/lib/libmysqlclient_r.so.15
[12:09:22] [debug] #8 4b377679 in free_rows () from /usr/lib/libmysqlclient_r.so.15
[12:09:22] [debug] #9 4b3776d7 in mysql_free_result () from /usr/lib/libmysqlclient_r.so.15
[12:09:22] [debug] #10 f7377801 in _ZN13CMySQLHandler10FreeResultEv () from plugins/mysql.so
[12:09:22] [debug] #11 f737a235 in _ZN13CMySQLHandlerD1Ev () from plugins/mysql.so
[12:09:22] [debug] #12 f73801fc in Unload () from plugins/mysql.so
[12:09:22] [debug] #13 080cfe1b in ?? () from samp03svr
[12:09:22] [debug] #14 080a8992 in ?? () from samp03svr
[12:09:22] [debug] #15 f74554d3 in __libc_start_main () from /lib/i386-linux-gnu/libc.so.6
[12:09:22] [debug] #16 0804b4d1 in ?? () from samp03svr
Tell HIM to make a thread.
Reply
#45

This GRX can't even run a server
His script isn't MySQL and he is using MySQL plugin (face palm)
I helped this guy a lot.
Implemented all Anti CRASHER shits but it's of no use
All I can say is that it's script sided and his IDIOT scripter can't fix it
Reply
#46

Hello,

I am currently hosting this server for the customer and from what i have seen is he is using and OLD LEAK from around 1 year ago created by a previous customer with alot of crash issues and stability problems for data protection reasons i can't disclose this information however i have also implemented the bullet crasher fix to his server and now its a gamemode related crash that is causing this opposed to a generic game code crasher.

Kind Regards

Jack
SimplyFrag.co.uk
Reply
#47

Quote:
Originally Posted by iAnonymous
View Post
This GRX can't even run a server
His script isn't MySQL and he is using MySQL plugin (face palm)
I helped this guy a lot.
Implemented all Anti CRASHER shits but it's of no use
All I can say is that it's script sided and his IDIOT scripter can't fix it
There's no need to bash him.
Reply
#48

Quote:
Originally Posted by iAnonymous
View Post
This GRX can't even run a server
His script isn't MySQL and he is using MySQL plugin (face palm)
I helped this guy a lot.
Implemented all Anti CRASHER shits but it's of no use
All I can say is that it's script sided and his IDIOT scripter can't fix it
Ikr, He even can't create Anti Adversting. He told me to create it and I did but I feel at the same time that He is IDIOT Scripter can't even code a shit.
Reply
#49

Best thing to do when a hacker doing this.... is to go and hire a anonymous pay him $1000 and he will do the job for you! LOL! or if you want that Raymond (orwhateverhisnameis) killed then hire a hitman to cut his throat!!.

Hope i helped
Reply
#50

Quote:
Originally Posted by GRX
View Post
lol hahahah man my gm don't have mysql script maybe that's why hacker can crash the server can any helpme
Server Crash = Mysql ? Nothing there..

Just find a bug fixit.. There not a problem with mysql
Reply
#51

Quote:
Originally Posted by GRX
View Post
lol hahahah man my gm don't have mysql script maybe that's why hacker can crash the server can any helpme
What you wrote is stupid. And why do you even open a server if you don't have a proper script or atleast a good protection?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)