-
Notifications
You must be signed in to change notification settings - Fork 18
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
Server crashes at Ubuntu 20.04 #37
Comments
Do you have crashdetect? Does it crash for all versions, even if you compile it yourself? |
Yes, I have crashdetect (the newest version). I tried both. Static/Dynamic from release page and static compiled by myself. |
What other plugins do you have? |
sscanf, mysql (r41), regex, streamer, pawn memory, pawn cmd, pawn raknet, my own weapon sync plugin, colandreas, whirlpool, timerfix |
Does it work without a combination of them? |
I did some tests, these are logs: plugins pawnplus.so
plugins crashdetect.so pawnplus.so
plugins crashdetect.so colandreas.so
As you can see, when there is another plugin (colandreas.so), filterscripts and gamemode are loaded. (samp-server 0.3.7 r3) |
Do older versions work? |
No. I tested all versions from releases page and none works properly. |
Could you give me a version with debugging or something? |
Possibly related to this. |
Server installed on Debian 8 works perfectly. |
Same here.
I compiled it on the machine, but it still crashes #include <a_samp>
#include <PawnPlus>
main()
{
print("hi");
}
|
Crashdetect in versions 4.20-4.21 seems to have compatibility issues. More info here: Zeex/samp-plugin-crashdetect#127 v1.4.3 allows bypassing this issue. |
Static/normal version v1.3.1
The text was updated successfully, but these errors were encountered: