27.07.2017, 13:12
Quote:
Previously i had an issue regarding a mysql uprocessed query issue but after that got fixed, i started getting a new issue. The server restart's itself after fully loading.
LOG: Code:
SA-MP Dedicated Server ---------------------- v0.3.7-R2, ©2005-2015 SA-MP Team [10:58:40] filterscripts = "" (string) [10:58:40] [10:58:40] Server Plugins [10:58:40] -------------- [10:58:40] Loading plugin: mysql_static.so [10:58:40] >> plugin.mysql: R39-6 successfully loaded. [10:58:40] Loaded. [10:58:40] Loading plugin: sscanf.so [10:58:40] [10:58:40] =============================== [10:58:40] sscanf plugin loaded. [10:58:40] Version: 2.8.2 [10:58:40] © 2012 Alex "******" Cole [10:58:40] =============================== [10:58:40] Loaded. [10:58:40] Loading plugin: streamer.so [10:58:40] *** Streamer Plugin v2.9.1 by Incognito loaded *** [10:58:40] Loaded. [10:58:40] Loading plugin: whirlpool.so [10:58:40] [10:58:40] ================== [10:58:40] [10:58:40] Whirlpool loaded [10:58:40] [10:58:40] ================== [10:58:40] [10:58:40] Loaded. [10:58:40] Loading plugin: nativechecker.so [10:58:40] Loaded. [10:58:40] Loaded 5 plugins. [10:58:40] [10:58:40] Filterscripts [10:58:40] --------------- [10:58:40] Loaded 0 filterscripts. [10:58:40] SSCANF2 Loaded [10:58:40] [WARNING] - Couldn't connect to radio station database... server will continue to operate normally. ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, ©2005-2015 SA-MP Team [10:58:43] filterscripts = "" (string) [10:58:43] [10:58:43] Server Plugins [10:58:43] -------------- [10:58:43] Loading plugin: mysql_static.so [10:58:43] >> plugin.mysql: R39-6 successfully loaded. [10:58:43] Loaded. [10:58:43] Loading plugin: sscanf.so [10:58:43] [10:58:43] =============================== [10:58:43] sscanf plugin loaded. [10:58:43] Version: 2.8.2 [10:58:43] © 2012 Alex "******" Cole [10:58:43] =============================== [10:58:43] Loaded. [10:58:43] Loading plugin: streamer.so [10:58:43] *** Streamer Plugin v2.9.1 by Incognito loaded *** [10:58:43] Loaded. [10:58:43] Loading plugin: whirlpool.so [10:58:43] [10:58:43] ================== [10:58:43] [10:58:43] Whirlpool loaded [10:58:43] [10:58:43] ================== [10:58:43] [10:58:43] Loaded. [10:58:43] Loading plugin: nativechecker.so [10:58:43] Loaded. [10:58:43] Loaded 5 plugins. [10:58:43] [10:58:43] Filterscripts [10:58:43] --------------- [10:58:43] Loaded 0 filterscripts. [10:58:43] SSCANF2 Loaded [10:58:43] [WARNING] - Couldn't connect to radio station database... server will continue to operate normally. ---------- Loaded log file: "server_log.txt". Code:
Started server on port: 6666, with maxplayers: 1000 lanmode is OFF. OGP_HOME_000000006_startup_scr.sh: line 2: 3597 Segmentation fault ./samp03svr |
Quote:
#define MYSQL_HOSTNAME "127.0.0.1" //your host #define MYSQL_DATABASE "limitless-rp" //your DB name #define MYSQL_USERNAME "root" //your username #define MYSQL_PASSWORD "" //your password |