Rouch_UA 1 Posted January 18 (edited) Hello! I need help from knowledgeable people! On my modified server, when new players join or someone dies and then respawns, a crash occurs! I rewrote the respawn points and still nothing helped! Please tell me which way to dig! Привіт! Потрібна допомога знаючих людей! На моєму модифікованому сервері, коли заходять нові гравці або хтось помирає, а потім відроджується, відбувається збій! Я переписав точки респауна і все одно нічого не допомогло! Підкажіть, будь ласка, в який бік копати! Edited January 18 by Rouch_UA Share this post Link to post Share on other sites
Sid Debian 149 Posted January 18 On 1/18/2025 at 12:32 PM, Rouch_UA said: Hello! I need help from knowledgeable people! On my modified server, when new players join or someone dies and then respawns, a crash occurs! I rewrote the respawn points and still nothing helped! Please tell me which way to dig! Привіт! Потрібна допомога знаючих людей! На моєму модифікованому сервері, коли заходять нові гравці або хтось помирає, а потім відроджується, відбувається збій! Я переписав точки респауна і все одно нічого не допомогло! Підкажіть, будь ласка, в який бік копати! First I shall ask you, do you using special spawn system (loadouts systems) on your server? Second I suggest you to try to replicate the issue (that will help you to find where did you or server had been messed up). If you are using the loadouts - walidate the configs of loadouts (json files) or each .c file (i have no idea how it's working on your server), that's the way how you can check and validate why and where the server failed to work. Share this post Link to post Share on other sites
Rouch_UA 1 Posted January 19 On 1/18/2025 at 5:44 PM, Sid Debian said: First I shall ask you, do you using special spawn system (loadouts systems) on your server? Second I suggest you to try to replicate the issue (that will help you to find where did you or server had been messed up). If you are using the loadouts - walidate the configs of loadouts (json files) or each .c file (i have no idea how it's working on your server), that's the way how you can check and validate why and where the server failed to work. Thank you very much, kind person, I reviewed the .c files and yes, there was an error! Thanks again! 1 Share this post Link to post Share on other sites
Sid Debian 149 Posted January 19 On 1/19/2025 at 10:24 AM, Rouch_UA said: Thank you very much, kind person, I reviewed the .c files and yes, there was an error! Thanks again! To be honest it's always errors in init.c or JSONs. Just keep in mind that case and use the best idea (in software development) 'Better safe then sorry'. In that matter it means if you don't see the error that's not means that there's no error 😄 Share this post Link to post Share on other sites