CMD Crash, Without error.
#8

A function was used inside OnGameModeInit and crashed the server due to an invalid file handle. Before reading from a file, make sure it's valid.

An example:
pawn Код:
new File: file = fopen(...);
if (file) // valid handle
{
    // code.. use fread, fwite and fclose inside here.
}
As for that function that used fread inside, you can find it by compiling with debug info. Re-compile, run the server and check the new logs. It should say its name in "#1 ... in ...(function name here)".
Reply


Messages In This Thread
CMD Crash, Without error. - by X|Dragon|X - 11.02.2014, 05:31
Re: CMD Crash, Without error. - by amirab - 11.02.2014, 06:36
Re: CMD Crash, Without error. - by Aliassassin123456 - 11.02.2014, 06:41
Re: CMD Crash, Without error. - by M3HR4N - 11.02.2014, 07:26
Re: CMD Crash, Without error. - by [KHK]Khalid - 11.02.2014, 09:05
Re: CMD Crash, Without error. - by amirab - 11.02.2014, 09:28
Re: CMD Crash, Without error. - by X|Dragon|X - 11.02.2014, 14:07
Re: CMD Crash, Without error. - by Konstantinos - 11.02.2014, 14:20
Re: CMD Crash, Without error. - by PowerPC603 - 11.02.2014, 15:53
Re: CMD Crash, Without error. - by X|Dragon|X - 11.02.2014, 17:42

Forum Jump:


Users browsing this thread: 1 Guest(s)