-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streamer sending false OnPlayerEnterDynamicArea calls #141
Comments
It is a problem from your script. Players can't call this callback by themselves. You are probably directly calling that callback somehow or you made other mistakes, or it is some memory corruption. I use this streamer a lot for areas and I have no problems. |
|
The plugin isn't doing this. You probably just have an array going out of bounds somewhere in your script that's corrupting the stack. |
See the first two lines of your own log. That's a fault of your script |
Looks like a bug in your script, i have been using and relying on this extensively and had no issues whatsoever. Sadly i have no idea what is at address 00469a66 , if you can provide this crash report on linux server i can look up function address on what called it. as for playerid=67698713, a workaround could be made, a simple isplayerconnected on playerid would do for start. |
Wouldn't that call the crashdetect plugin itself? because thats all the errors I get. It's weird I've written many systems with areas and they worked quite well, I guess I'll have to re-write the system because I can't for the life of me figure out what is going wrong (fortunately I at least know which system is causing it) @JernejL thanks for your help, but sadly I don't have an access to a linux system atm, only testing them on my localhost. Also having problem closing the server lately, it crashes right when it reaches streamer, any idea what might cause it? or even if it's related to streamer or my next plugin in the list?
|
AMX and Plugins don't share the same memory so an out-of-bounds error in Pawn won't directly affect a plugin and crash it in this way. |
Hey there, there's been a weird flood of false calls on streamer areas since I added a recent system to my gamemode, resulting in my server crashing and receiving these errors:
There seems to be nothing wrong with the code since it begins the calls with a false one (the original OPEDA) so the data isn't tampered with thru calls.
Even tho I don't think this is originated from my code, I can provide them if needed.
Also to be noted when I say spam I mean it's not only 1 crash with 1 false call, here are a few
The text was updated successfully, but these errors were encountered: