-
Notifications
You must be signed in to change notification settings - Fork 31
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 randomly (FCNPC 2.0.9, SA:MP 0.3.7 R2, Ubuntu 22.04). #317
Comments
Just look at the backtrace, it points to raknet. |
Hello. The problem above did have to do with RakNet. Now, a few weeks ago, I'm dealing with random crashes that happen only if I have FCNPC connected. I have no way to reproduce this crash, it seems to appear randomly during the day. I think it's a bug of the plugin (or bad practice of mine). Maybe we can refresh our minds together, I publish the latest FCNPC log here (CrashDetect leaves no trace, if I disconnect CrashDetect FNPC points to streamer.so, if I disconnect streamer.so, the FCNPC log leads to the last plugin in the list “plugins ", whatever it is):
0x809e172 and 0x80950e4 ¿? |
So the problem is somewhere in some callback. Try to check |
Thank you, you enlightened me. I'll check as soon as I can. For people who can read (so we can contribute to anyone who has a similar problem): I think it may be the |
Yes, YSI do a lot of memory related things that no one understands. |
Hi! How did you fix that? I'm using Pterodactyl panel and i have similar error. |
Hi! It was related to the YSI library and its default iterators (CarDriver and CarOccupant). I removed that, made my own and voila! |
Hello. I know this shouldn't go here, but it can probably help someone else in the future and prevent future crash posts. I'm looking for you to enlighten me like last time, this time I have this log:
And I'm breaking my head, without FCNPC I can't have it. I have no way to reproduce it, but I have run the server 1 week with FCNPC and another week without. When I run it with FCNPC the crash occurs randomly 3 times a week at different times. Would you have any idea what those addresses mean?
|
0x80e1227 ContainsInvalidNickChars (internal server function) |
Describe the bug
My server crashes randomly for no reason. CrashDetect doesn't say anything, I've already set other plugins. I'm starting to think it's FCNPC (it's also the only one that leaves logs).
To Reproduce
There is no way to reproduce it, it happens randomly
FCNPC Log
Versions:
A clear and concise description of what you expected to happen.
I'm dealing with this error for months now. From time to time my server goes down. I use the latest version of FCNPC and my plugins are:
discordconnector, gps, PawnRakNet, PawnCMD, streamer sscanf, bcrypt mysql
The text was updated successfully, but these errors were encountered: