[+REP]Server Crash
#1

I have this problem and I don't know how to fix it.. Its older NGRP script and I don't know what is wrong or what is missing..

Код:
[16:42:06] [debug] Server crashed while executing NGRP.amx
[16:42:06] [debug] AMX backtrace:
[16:42:06] [debug] #0 native fclose () from samp03svr
[16:42:06] [debug] #1 000dc118 in ?? (106344304, 127608456) from NGRP.amx
[16:42:06] [debug] #2 000aaff4 in ?? (0) from NGRP.amx
[16:42:06] [debug] #3 003dd3b8 in public DynVeh_QueryFinish (1, 0) from NGRP.amx
[16:42:06] [debug] Native backtrace:
[16:42:06] [debug] #0 e6e06e8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[16:42:06] [debug] #1 e6dffbcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[16:42:06] [debug] #2 e6e00dbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[16:42:06] [debug] #3 e6e01226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[16:42:06] [debug] #4 e6e06adc in ?? () from plugins/crashdetect.so
[16:42:06] [debug] #5 e7514410 in ?? ()
[16:42:06] [debug] #6 e7514430 in ?? ()
[16:42:06] [debug] #7 e724a871 in gsignal () from /lib/libc.so.6
[16:42:06] [debug] #8 e724c14a in abort () from /lib/libc.so.6
[16:42:06] [debug] #9 e728a735 in ?? () from /lib/libc.so.6
[16:42:06] [debug] #10 e7290b91 in ?? () from /lib/libc.so.6
[16:42:06] [debug] #11 e72932f8 in ?? () from /lib/libc.so.6
[16:42:06] [debug] #12 e728070a in fclose () from /lib/libc.so.6
[16:42:06] [debug] #13 0809aa04 in ?? () from samp03svr
[16:42:06] [debug] #14 08093d84 in ?? () from samp03svr
[16:42:06] [debug] #15 e6e0294b in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[16:42:06] [debug] #16 e6e058f8 in ?? () from plugins/crashdetect.so
[16:42:06] [debug] #17 e6e09916 in amx_Exec () from plugins/crashdetect.so
[16:42:06] [debug] #18 e6e01be6 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[16:42:06] [debug] #19 e6e05659 in ?? () from plugins/crashdetect.so
[16:42:06] [debug] #20 e6ebfca1 in amx_Exec () from plugins/mysql_static.so
[16:42:06] [debug] #21 e6e9d860 in _ZN9CCallback16ProcessCallbacksEv () from plugins/mysql_static.so
[16:42:06] [debug] #22 e6ec53b7 in ProcessTick () from plugins/mysql_static.so
[16:42:06] [debug] #23 080cecf2 in ?? () from samp03svr
[16:42:06] [debug] #24 080ace0c in ?? () from samp03svr
[16:42:06] [debug] #25 080a81ae in ?? () from samp03svr
[16:42:06] [debug] #26 e7236d36 in __libc_start_main () from /lib/libc.so.6
[16:42:06] [debug] #27 0804b4a1 in ?? () from samp03svr
Reply
#2

Change the MYSQL version in the script to Linux or Windows its located in the main pawno file NGRP.PWN learn to use leaked scripts before posting on here next time.
Reply
#3

This is all what I have in NGRP.pwn

Код:
		/*  ---------------- SCRIPT REVISION ----------------- */

// Do not forget to change this everytime you commit - it's mandatory!

#define SERVER_GM_TEXT "VR:RP V2.4.1"

#include <a_samp>
#include <a_mysql>	
#include <streamer>
#include <yom_buttons>		
#include <ZCMD>
#include <sscanf2>
#include <foreach>
#include <YSI\y_timers>
#include <YSI\y_utils>
#if defined SOCKET_ENABLED
#include <socket>
#endif
#include "./includes/defines.pwn"
#include "./includes/enums.pwn"
#include "./includes/variables.pwn"
#include "./includes/timers.pwn"
#include "./includes/functions.pwn"
#include "./includes/commands.pwn"
#include "./includes/mysql.pwn"
#include "./includes/OnPlayerLoad.pwn"
#include "./includes/callbacks.pwn"
#include "./includes/textdraws.pwn"
#include "./includes/streamer.pwn"
#include "./includes/OnDialogResponse.pwn"

main() {}

public OnGameModeInit()
{
	print("Preparing the gamemode, please wait...");
	g_mysql_Init();
	return 1;
}

public OnGameModeExit()
{
    g_mysql_Exit();
	return 1;
}
Reply
#4

Check the mysql.pwn then this is the latest release not the oldest lol it should say at the top an OS change it to your current hosting one.
Reply
#5

Can't find it.. do you know maybe how it is looks like I mean the text because I can't find it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)