25.02.2014, 09:57
The plugin was created to detect the server crashes/run time error and print information regardless the problem so we can fix it. I never said it will fix your problem.
Anyway, the problem is that native fclose crashed the server. This happens because if you don't check whether the file handle (that it opened the file successful) is valid and use it in fread, fwrite and fclose, it will crash the server. The problem was caused at OnPlayerConnect callback from NVCNR.
Use the debug info to get the exact line or atleast post the callback or the part of code that uses fclose function.
Anyway, the problem is that native fclose crashed the server. This happens because if you don't check whether the file handle (that it opened the file successful) is valid and use it in fread, fwrite and fclose, it will crash the server. The problem was caused at OnPlayerConnect callback from NVCNR.
Use the debug info to get the exact line or atleast post the callback or the part of code that uses fclose function.