
MihayMondialu
Members-
Posts
17 -
Joined
-
Last visited
Everything posted by MihayMondialu
-
ERROR: job-system-trucker/s_business_order_supply.lua:109: attempt to concatenate a userdata value [2016-03-29 13:55:52] ERROR: shop-system/s_generalshop_system.lua:879: call: failed to call 'job-system-trucker:remoteOrderSupplies' [string "?"]
-
I have already installed the modules + but it does not work the same
-
ajutor nu stiu cum sa rezolv! am incercat in orice fel! ERROR: mysql/connection.lua:235: attempt to call global 'mysql_ping' ERROR: mysql/connection.lua:235: attempt to call global 'mysql_ping' (a nil value) [08:53:03] ERROR: elevator-system/s_elevator_system.lua:217: call: failed to cal l 'mysql:query' [string "?"] [08:53:33] ERROR: mysql/connection.lua:235: attempt to call global 'mysql_ping' (a nil value) [08:53:33] ERROR: interior-system/s_interior_system.lua:522: call: failed to cal l 'mysql:query' [string "?"]
-
HELP ME ! The server dont running on the linux ERROR: mysql/connection.lua:235: attempt to call global 'mysql_ping' ERROR: weather-system/s_weather_system.lua:56: call: failed to call ' mysql:query_free' [string "?"] ERROR: ped-system/s_peds.lua:4: attempt to call global 'mysql_null' ( a nil value) ERROR: apps/app_manager_s.lua:38: call: failed to call 'mysql:query_f etch_assoc' [string "?"] [08:50:06] ERROR: apps/app_manager_s.lua:39: attempt to index local 'mQuery' (a boolean value)
-
sure but help me
-
Help me! I do not know how to solve it ERROR: ped-system\s_peds.lua:39: cannot resume dead coroutine [string "?"] local tempPeds = {} local pedMoveTimer = {} local pedMoveTimerTO = {} local null = mysql_null() local toLoad = { } local threads = { } local skinsMale = {7,14,15,17,20,21,24,25,26,29,35,36,37,44,46,57,58,59,60,68,72,98,147,185,186,187,223,227,228,234,235,240,258,259} local skinsFemale = {9,11,12,40,41,55,56,69,76,88,89,91,93,129,130,141,148,150,151,190,191,192,193,194,196,211,215,216,219,224,225,226,233,263} function loadAllPeds(res) local mysql = exports.mysql local players = exports.pool:getPoolElementsByType("player") for key, value in ipairs(players) do exports.anticheat:changeProtectedElementDataEx(value, "realinvehicle", 0, false) end local result = mysql:query("SELECT id FROM `peds` ORDER BY `id` ASC") if result then while true do local row = mysql:fetch_assoc(result) if not row then break end toLoad[tonumber(row["id"])] = true end mysql:free_result(result) for id in pairs( toLoad ) do local co = coroutine.create(loadOnePed) coroutine.resume(co, id, true) table.insert(threads, co) end setTimer(resume, 1000, 4) else outputDebugString( "loadAllPeds failed" ) end end addEventHandler("onResourceStart", getResourceRootElement(), loadAllPeds) function resume() for key, value in ipairs(threads) do coroutine.resume(value) end end MihayMondialu Square
-
wherein local tempPeds = {} local pedMoveTimer = {} local pedMoveTimerTO = {} local null = mysql_null() local toLoad = { } local threads = { } local skinsMale = {7,14,15,17,20,21,24,25,26,29,35,36,37,44,46,57,58,59,60,68,72,98,147,185,186,187,223,227,228,234,235,240,258,259} local skinsFemale = {9,11,12,40,41,55,56,69,76,88,89,91,93,129,130,141,148,150,151,190,191,192,193,194,196,211,215,216,219,224,225,226,233,263} function loadAllPeds(res) local mysql = exports.mysql local players = exports.pool:getPoolElementsByType("player") for key, value in ipairs(players) do exports.anticheat:changeProtectedElementDataEx(value, "realinvehicle", 0, false) end local result = mysql:query("SELECT id FROM `peds` ORDER BY `id` ASC") if result then while true do local row = mysql:fetch_assoc(result) if not row then break end toLoad[tonumber(row["id"])] = true end mysql:free_result(result) for id in pairs( toLoad ) do local co = coroutine.create(loadOnePed) coroutine.resume(co, id, true) table.insert(threads, co) end setTimer(resume, 1000, 4) else outputDebugString( "loadAllPeds failed" ) end end addEventHandler("onResourceStart", getResourceRootElement(), loadAllPeds) function resume() for key, value in ipairs(threads) do coroutine.resume(value) end end
-
Help me! I do not know how to solve it ERROR: ped-system\s_peds.lua:39: cannot resume dead coroutine [string "?"] function resume() for key, value in ipairs(threads) do coroutine.resume(value) end end
-
cannot resume dead coroutine ??? Help me
MihayMondialu replied to MihayMondialu's topic in Scripting
please contact me on the skype mihay.vl1 -
cannot resume dead coroutine ??? Help me
MihayMondialu replied to MihayMondialu's topic in Scripting
how can I do? -
cannot resume dead coroutine ??? Help me
MihayMondialu replied to MihayMondialu's topic in Scripting
================================================================== = Multi Theft Auto: San Andreas v1.5.1 ================================================================== = Server name : [RMW]|Romania Most Wanted|Roleplay Adevarat = Server IP address: auto = Server port : 22003 = = Log file : ..MW]Roleplay/mods/deathmatch/logs/server.log = Maximum players : 32 = HTTP port : 22005 = Voice Chat : Disabled = Bandwidth saving : Medium ================================================================== [2016-02-09 17:26:12] Compacting accounts database 'internal.db' ... [2016-02-09 17:26:13] Resource 'guieditor' requests some acl rights. Use the command 'aclrequest list guieditor' [2016-02-09 17:26:14] Resources: 178 loaded, 0 failed [2016-02-09 17:26:14] Compacting database 'registry.db' ... [2016-02-09 17:26:14] MODULE: Loaded "MySQL 5.0 database module" (0.50) by "Alberto Alonso " [2016-02-09 17:26:14] MODULE: Loaded "SHA Module" (1.02) by "mabako" [2016-02-09 17:26:14] Starting resources... [2016-02-09 17:26:14] INFO: --FORUMS DATABASE CREDENTIALS-- [2016-02-09 17:26:14] INFO: --HOST: localhost [2016-02-09 17:26:14] INFO: --DB: owl [2016-02-09 17:26:14] INFO: --USER: root [2016-02-09 17:26:14] INFO: --PW: *********** [2016-02-09 17:26:14] INFO: --PORT: 3306 [2016-02-09 17:26:14] INFO: --RESULT: [2016-02-09 17:26:14] INFO: OK [2016-02-09 17:26:14] INFO: --FORUMS DATABASE CREDENTIALS-- [2016-02-09 17:26:14] INFO: --HOST: localhost [2016-02-09 17:26:14] INFO: --DB: owl [2016-02-09 17:26:14] INFO: --USER: root [2016-02-09 17:26:14] INFO: --PW: *********** [2016-02-09 17:26:14] INFO: --PORT: 3306 [2016-02-09 17:26:14] INFO: --RESULT: [2016-02-09 17:26:14] INFO: OK [2016-02-09 17:26:14] Server minclientversion is now 1.5.0-9.07486 [2016-02-09 17:26:14] ERROR: pool\server\s_pool.lua:156: exports: Call to non-running server resource (data) [string "?"] [2016-02-09 17:26:14] ERROR: pool\server\s_pool.lua:160: exports: Call to non-running server resource (data) [string "?"] [2016-02-09 17:26:14] WARNING: account\s_main.lua:39: Access denied @ 'restartResource' [2016-02-09 17:26:14] WARNING: admin-system\s_other_commands.lua:82: Access denied @ 'setServerPassword' [2016-02-09 17:26:16] ERROR: cmd-library\s_panel_admin_help.lua:25: bad argument #1 to 'insert' (table expected, got nil) [2016-02-09 17:26:16] ERROR: cmd-library\s_panel_gm_help.lua:25: bad argument #1 to 'insert' (table expected, got nil) [2016-02-09 17:26:16] ERROR: faction-system\s_faction_admin.lua:507: attempt to index local 'maxrow' (a nil value) [2016-02-09 17:26:16] Please wait... [2016-02-09 17:26:17] WARNING: help\s_infopoints.lua:1: Access denied @ 'aclReload' [2016-02-09 17:26:17] ERROR: informationicon-system c_informationicons.lua is invalid. Please re-compile at https://luac.multitheftauto.com/ [2016-02-09 17:26:17] INFO: Loaded 0 information icons in 0ms [2016-02-09 17:26:17] WARNING: item-texture\s_itemtexture.lua:44: Bad argument @ 'getElementsByType' [Expected element at argument 2, got boolean] [2016-02-09 17:26:17] ERROR: item-texture\s_itemtexture.lua:48: attempt to get length of local 'worldItems' (a boolean value) [2016-02-09 17:26:17] INFO: [iTEM WORLD] Loading 0 world items will be finished in approximately 0.05 seconds. [2016-02-09 17:26:17] ERROR: fakevideo\s_fakevideo.lua:10: exports: Call to non-running server resource (clubtec) [string "?"] [2016-02-09 17:26:17] INFO: Loaded 0 animated texture records in 0ms [2016-02-09 17:26:17] INFO: [JOB-SYSTEM-TRUCKER] Fetched 0 actual orders sucessfully from SQL [2016-02-09 17:26:17] INFO: LeFire Script loaded ... [2016-02-09 17:26:17] INFO: Loaded 0 clothing items [2016-02-09 17:26:18] INFO: Loaded 0 pilot licenses in 0ms. [2016-02-09 17:26:18] INFO: PRISON-SYSTEM: Loaded 4 cell gates from s_gates.lua [2016-02-09 17:26:18] INFO: Loaded 0 reports. [2016-02-09 17:26:19] INFO: Loaded 0 texture records for all interiors in 0ms [2016-02-09 17:26:19] SCRIPT ERROR: ticket-system\s_vehticket.lua:98: ')' expected near 'Los' [2016-02-09 17:26:19] ERROR: Loading script failed: ticket-system\s_vehticket.lua:98: ')' expected near 'Los' [2016-02-09 17:26:19] Server started and is ready to accept connections! [2016-02-09 17:26:19] To stop the server, type 'shutdown' or press Ctrl-C [2016-02-09 17:26:19] Type 'help' for a list of commands. [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:19] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:21] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:22] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:26:24] Querying MTA master server... problem (28). Retrying... [2016-02-09 17:26:24] INFO: [WEATHER] / Line 57 / SQL Settings for weather successfully altered. [2016-02-09 17:26:46] INFO: [ELEVATOR] Spawning 1 elevators will be finished in approx. 1 seconds. [2016-02-09 17:26:59] CONNECT: TonyBoss connected (IP: 192.168.1.6 Serial: 3553B53E3A754F3A9ED07D34CBD5C7F3 Version: 1.5.2-9.07849.0) [2016-02-09 17:27:03] JOIN: TonyBoss joined the game (IP: 192.168.1.6) [2016-02-09 17:27:03] NICK: TonyBoss is now known as TG.Player.3608 [2016-02-09 17:27:17] WARNING: item-world\s_load_items.lua:109: Access denied @ 'restartResource' [2016-02-09 17:28:58] NICK: TG.Player.3608 is now known as Tony_Miky [2016-02-09 17:28:58] INFO: Old Bankmoney for Tony_Miky nil New value 1000 changed by: anticheat User changed by: nil [2016-02-09 17:29:01] WARNING: account\s_characters.lua:568: Access denied @ 'executeCommandHandler' [2016-02-09 17:31:18] Querying MTA master server... success! (Auto detected IP:151.51.41.42) [2016-02-09 17:31:19] WARNING: Restart\s_restart.lua:2: Access denied @ 'stopResource' [2016-02-09 17:31:26] INFO: Old Bankmoney for Tony_Miky 1000 New value 900 changed by: anticheat User changed by: nil [2016-02-09 17:36:17] INFO: [JOB-SYSTEM-TRUCKER] Fetched 0 actual orders sucessfully from SQL [2016-02-09 17:36:47] restart: Requested by Console [2016-02-09 17:36:47] restart: Resource restarting... [2016-02-09 17:36:47] Stopping ped-system [2016-02-09 17:36:48] Starting ped-system [2016-02-09 17:36:48] ped-system restarted successfully [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:49] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:50] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:51] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2016-02-09 17:36:52] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] -
[2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] WARNING: global\s_account_globals.lua:43: getUserNameFromID(): Unable [2015-11-25 16:11:17] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:17] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:17] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:18] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:19] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] [2015-11-25 16:11:20] ERROR: ped-system\s_peds.lua:67: cannot resume dead coroutine [string "?"] Help me.. where is the problem ?
-
salut caut pe cineva sa incepem sa facem un server roleplay de la 0 ! nu ma preocup de bani.. pot sa iau 10 hosturi doar ca vreau ajutor ID SKYPE MIHAY.VL1 SAU MESSENGER MIKY_DEVIL110
-
Call to non-running server resource! Help me please
MihayMondialu replied to MihayMondialu's question in Client
Where is the problem? [2015-11-20 02:13:05] restart: Requested by Console [2015-11-20 02:13:05] restart: Resource restarting... [2015-11-20 02:13:05] Stopping vehicle-system [2015-11-20 02:13:05] Starting vehicle-system [2015-11-20 02:13:05] vehicle-system restarted successfully [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:07] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:08] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] [2015-11-20 02:13:09] ERROR: vehicle-system\s_vehicle_system.lua:226: cannot resume dead coroutine [string "?"] -
Call to non-running server resource! Help me please
MihayMondialu replied to MihayMondialu's question in Client
contact me please on skype mihay.vl1 -
Call to non-running server resource! Help me please
MihayMondialu replied to MihayMondialu's question in Client
-
Help me please! Where is the problem? ================================================================== = Multi Theft Auto: San Andreas v1.5.1 ================================================================== = Server name : Romania Roleplay Test = Server IP address: auto = Server port : 22003 = = Log file : ..ktop/server/mods/deathmatch/logs/server.log = Maximum players : 32 = HTTP port : 22005 = Voice Chat : Disabled = Bandwidth saving : Medium ================================================================== [2015-11-18 12:49:14] Resource 'guieditor' requests some acl rights. Use the command 'aclrequest list guieditor' [2015-11-18 12:49:15] Resources: 170 loaded, 0 failed [2015-11-18 12:49:15] MODULE: Loaded "MySQL 5.0 database module" (0.50) by "Alberto Alonso " [2015-11-18 12:49:15] MODULE: Loaded "SHA Module" (1.02) by "mabako" [2015-11-18 12:49:15] Starting resources... [2015-11-18 12:49:15] ERROR: account\login-panel\server.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:15] ERROR: account\g_events.lua:24: exports: Call to non-running server resource (global) [string "?"] [2015-11-18 12:49:15] ERROR: account\s_main.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:15] ERROR: account\s_characters.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:15] ERROR: account\s_login.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:15] ERROR: account\s_email_request.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:15] ERROR: account\s_create_character.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:15] ERROR: account\f10-settings\s_f10_settings.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:15] ERROR: account\s_main.lua:29: exports: Call to non-running server resource (global) [string "?"] [2015-11-18 12:49:15] WARNING: account\s_main.lua:29: Bad argument @ 'setRuleValue' [Expected string at argument 2, got nil] [2015-11-18 12:49:15] ERROR: account\s_main.lua:33: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:15] ERROR: account\s_main.lua:33: bad argument #1 to 'ipairs' (table expected, got nil) [2015-11-18 12:49:15] Server minclientversion is now 1.5.0-9.07486 [2015-11-18 12:49:15] ERROR: achievement\achievement_s.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: admin-system\Player\s_player_commands.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: admin-system\feedback\feedback_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: admin-system\s_other_commands.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: admin-system\staff_manager\staff_manager_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: admin-system\staff_manager\staff_manager_s.lua:3: exports: Call to non-running server resource (integration) [string "?"] [2015-11-18 12:49:16] Server password cleared [2015-11-18 12:49:16] ERROR: announcement\server.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: announcement\motd_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: announcement\motd_frontend_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: announcement\motd_g.lua:7: exports: Call to non-running server resource (integration) [string "?"] [2015-11-18 12:49:16] ERROR: announcement\opm_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: announcement\notification_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: apps\app_manager_s.lua:46: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: apps\app_manager_s.lua:47: attempt to index local 'mQuery' (a nil value) [2015-11-18 12:49:16] ERROR: bank\s_bank_system.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: bans\ban_s.lua:3: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: business\business.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: business-system\s_business_system.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: cache\usernames_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: cache\characternames_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: cache\businessnames_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: cache\factions_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: camera-system\s_camera_management.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: carradio\stations_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: carshop-system\s_crusher.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: carshop-system\s_shop.lua:42: exports: Call to non-running server resource (global) [string "?"] [2015-11-18 12:49:16] ERROR: carshop-system\s_shop.lua:43: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: carshop-system\s_shop.lua:458: exports: Call to non-running server resource (global) [string "?"] [2015-11-18 12:49:16] ERROR: carshop-system\s_shop.lua:458: attempt to concatenate a nil value [2015-11-18 12:49:16] ERROR: chat-system\s_chat_system.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: clubtec\s_clubtec.lua:6: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: clubtec\s_clubtec.lua:7: exports: Call to non-running server resource (global) [string "?"] [2015-11-18 12:49:16] ERROR: clubtec\s_clubtec.lua:8: exports: Call to non-running server resource (integration) [string "?"] [2015-11-18 12:49:16] ERROR: clubtec\s_clubtec.lua:9: exports: Call to non-running server resource (item-world) [string "?"] [2015-11-18 12:49:16] ERROR: clubtec\s_clubtec.lua:10: exports: Call to non-running server resource (fakevideo) [string "?"] [2015-11-18 12:49:16] ERROR: clubtec\s_clubtec.lua:11: exports: Call to non-running server resource (item-system) [string "?"] [2015-11-18 12:49:16] ERROR: cmd-library\s_panel_admin_help.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: cmd-library\s_panel_gm_help.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] INFO: Fetched 0 admin cmds sucessfully from SQL [2015-11-18 12:49:16] INFO: Fetched 0 GM cmds sucessfully from SQL [2015-11-18 12:49:16] ERROR: computers-system\s_computers.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: dancer-system\s_dancers.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: data\report_s.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: datetime\datetime_s.lua:5: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: datetime\datetime_s.lua:5: attempt to index a nil value [2015-11-18 12:49:16] ERROR: death\graveyard\graveyard_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: elections\s_elections.lua:37: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: elections\s_elections.lua:40: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: elections\s_elections.lua:46: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: elevator-system\s_elevator_system.lua:3: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: elevator-system\s_elevator_lift.lua:8: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] INFO: elevator-system/s_elevator_lift.lua: loadAllLifts failed [2015-11-18 12:49:16] ERROR: es-system\s_es_system.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: Couldn't find resource faction. Check it exists. [2015-11-18 12:49:16] ERROR: factions\s_factions.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: faction-system\s_faction_system.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: faction-system\s_faction_system.lua:167: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:16] ERROR: faction-system\s_faction_system.lua:168: bad argument #1 to 'ipairs' (table expected, got nil) [2015-11-18 12:49:16] ERROR: faction-system\s_faction_admin.lua:344: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] INFO: [Factions] ERROR: Duty allow permissions failed. [2015-11-18 12:49:16] ERROR: fakevideo\s_fakevideo.lua:7: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: fakevideo\s_fakevideo.lua:8: exports: Call to non-running server resource (global) [string "?"] [2015-11-18 12:49:16] ERROR: fakevideo\s_fakevideo.lua:9: exports: Call to non-running server resource (integration) [string "?"] [2015-11-18 12:49:16] ERROR: fakevideo\s_fakevideo.lua:11: exports: Call to non-running server resource (item-world) [string "?"] [2015-11-18 12:49:16] ERROR: fuel-system\s_fuel_system.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: fuel-system\s_fuel_peds.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: fuel-system\s_fuel_bank.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: gate-manager\s_gates.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] ERROR: global\s_money_globals.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:16] Please wait... [2015-11-18 12:49:17] ERROR: Couldn't find resource headwaresurvey. Check it exists. [2015-11-18 12:49:17] ERROR: Couldn't find resource heath-addon. Check it exists. [2015-11-18 12:49:17] ERROR: id-system\s_id_system.lua:29: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:17] ERROR: id-system\s_id_system.lua:31: bad argument #1 to 'ipairs' (table expected, got nil) [2015-11-18 12:49:17] ERROR: informationicon-system c_informationicons.lua is invalid. Please re-compile at https://luac.multitheftauto.com/ [2015-11-18 12:49:17] ERROR: informationicon-system\s_informationicons.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] INFO: Loaded 0 information icons in 0ms [2015-11-18 12:49:17] ERROR: information-system\s_statistics.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: insurance\s_main.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: integration\g_configs.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: interior_keypad\interior_keypad_s.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: interior-manager\s_interior_manager.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: interior-manager\s_interior_logs.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: interior-system\s_interior_system.lua:6: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: internal-affairs\iag.lua:10: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: item-system\s_item_management.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: item-system\anticheat\s_anti-weapon-duplicate.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: item-texture\s_itemtexture.lua:8: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:17] ERROR: item-texture\s_itemtexture.lua:24: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:17] WARNING: item-texture\s_itemtexture.lua:44: Bad argument @ 'getElementsByType' [Expected element at argument 2, got boolean] [2015-11-18 12:49:17] ERROR: item-texture\s_itemtexture.lua:48: attempt to get length of local 'worldItems' (a boolean value) [2015-11-18 12:49:17] ERROR: item-world\g_permissions.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: item-world\s_load_items.lua:94: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: item-world\s_load_items.lua:97: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: item-world\s_load_items.lua:101: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: item-world\s_load_items.lua:107: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] INFO: [iTEM WORLD] Loading 0 world items will be finished in approximately 0.05 seconds. [2015-11-18 12:49:17] ERROR: job-system\s_job_system.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: job-system-trucker\s_trucker_job.lua:2: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] INFO: [JOB-SYSTEM-TRUCKER] Fetched 0 actual orders sucessfully from SQL [2015-11-18 12:49:17] ERROR: language-system\s_language_system.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: language-system\s_language_system.lua:113: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:17] ERROR: language-system\s_language_system.lua:114: bad argument #1 to 'ipairs' (table expected, got nil) [2015-11-18 12:49:17] ERROR: license-system\s_license_system.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: license-system\s_drivers_license.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: license-system\s_bikers_license.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: license-system\s_boat_license.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: license-system\s_fishing_license.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] ERROR: lottery-system\s_lottery.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:17] INFO: LeFire Script loaded ... [2015-11-18 12:49:17] ERROR: mabako-clothingstore\s_clothing.lua:7: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:18] ERROR: maximedevtools\server.lua:1: exports: Call to non-running server resource (mysql) [string "?"] [2015-11-18 12:49:18] ERROR: Couldn't find resource mdc=system. Check it exists. [2015-11-18 12:49:18] INFO: --FORUMS DATABASE CREDENTIALS-- [2015-11-18 12:49:18] INFO: --HOST: localhost [2015-11-18 12:49:18] INFO: --DB: owl [2015-11-18 12:49:18] INFO: --USER: root [2015-11-18 12:49:18] INFO: --PW: *********** [2015-11-18 12:49:18] INFO: --PORT: 3306 [2015-11-18 12:49:18] INFO: --RESULT: [2015-11-18 12:49:18] INFO: OK [2015-11-18 12:49:18] INFO: --FORUMS DATABASE CREDENTIALS-- [2015-11-18 12:49:18] INFO: --HOST: localhost [2015-11-18 12:49:18] INFO: --DB: owl [2015-11-18 12:49:18] INFO: --USER: root [2015-11-18 12:49:18] INFO: --PW: *********** [2015-11-18 12:49:18] INFO: --PORT: 3306 [2015-11-18 12:49:18] INFO: --RESULT: [2015-11-18 12:49:18] INFO: OK [2015-11-18 12:49:18] ERROR: Couldn't find resource obkect-interaction. Check it exists. [2015-11-18 12:49:18] ERROR: Couldn't find resource official-interior. Check it exists. [2015-11-18 12:49:18] ERROR: paynspray-system\s_paynspray_system.lua:65: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:18] ERROR: paynspray-system\s_paynspray_system.lua:68: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:18] ERROR: paynspray-system\s_paynspray_system.lua:65: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:18] ERROR: paynspray-system\s_paynspray_system.lua:68: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:18] ERROR: paynspray-system\s_paynspray_system.lua:65: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:18] ERROR: paynspray-system\s_paynspray_system.lua:68: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:18] ERROR: paynspray-system\s_paynspray_system.lua:65: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:18] ERROR: paynspray-system\s_paynspray_system.lua:68: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:18] ERROR: pd-system\s_police_garage.lua:10: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:18] ERROR: ped-system\s_peds.lua:36: exports: Call to non-running server resource (pool) [string "?"] [2015-11-18 12:49:18] ERROR: ped-system\s_peds.lua:37: bad argument #1 to 'ipairs' (table expected, got nil) [2015-11-18 12:49:18] INFO: PRISON-SYSTEM: Loaded 24 cell gates from s_gates.lua [2015-11-18 12:49:18] INFO: Loaded 0 reports. [2015-11-18 12:49:19] INFO: Loaded 0 texture records for all interiors in 0ms [2015-11-18 12:49:19] Querying MTA master server... success! (Auto detected IP:151.51.24.40) [2015-11-18 12:49:19] Server started and is ready to accept connections! [2015-11-18 12:49:19] To stop the server, type 'shutdown' or press Ctrl-C [2015-11-18 12:49:19] Type 'help' for a list of commands. [2015-11-18 12:49:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:21] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:22] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:23] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:23] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:23] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:23] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:23] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:23] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:23] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:23] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:23] ERROR: vehicle-system\s_vehicle_system.lua:283: cannot resume dead coroutine [string "?"] [2015-11-18 12:49:24] INFO: [WEATHER] / Line 57 / SQL Settings for weather successfully altered. [2015-11-18 12:50:17] Stopping item-texture [2015-11-18 12:50:17] Starting item-texture [2015-11-18 12:50:17] INFO: item-texture: Loading textures for 0 world items [2015-11-18 12:50:17] INFO: item-texture: 0 clients waiting on initial sync. [2015-11-18 12:50:17] INFO: item-texture: 3 textured elements were added for initial sync. [2015-11-18 12:50:17] item-texture restarted successfully [2015-11-18 12:54:18] WARNING: report-system\s_reports.lua:83: Bad argument @ 'getPlayersInTeam' [Expected team at argument 1, got nil] [2015-11-18 12:54:18] ERROR: report-system\s_reports.lua:83: attempt to get length of a boolean value [2015-11-18 12:54:19] Stopping Restart [2015-11-18 12:59:17] INFO: [JOB-SYSTEM-TRUCKER] Fetched 0 actual orders sucessfully from SQL [2015-11-18 12:59:19] WARNING: report-system\s_reports.lua:83: Bad argument @ 'getPlayersInTeam' [Expected team at argument 1, got nil] [2015-11-18 12:59:19] ERROR: report-system\s_reports.lua:83: attempt to get length of a boolean value [2015-11-18 13:00:18] ERROR: datetime\datetime_g.lua:5: attempt to perform arithmetic on global 'serverCurrentTimeSec' (a nil value) [2015-11-18 13:00:18] ERROR: vehicle-system\g_activity.lua:27: call: failed to call 'datetime:formatTimeInterval' [string "?"] [2015-11-18 13:00:18] ERROR: vehicle-system\g_activity.lua:28: attempt to compare number with nil [2015-11-18 13:00:18] ERROR: payday\s_payday.lua:182: call: failed to call 'vehicle-system:isActive' [string "?"] [2015-11-18 13:00:18] ERROR: datetime\datetime_g.lua:5: attempt to perform arithmetic on global 'serverCurrentTimeSec' (a nil value) [2015-11-18 13:00:18] ERROR: vehicle-system\g_activity.lua:45: call: failed to call 'datetime:formatFutureTimeInterval' [string "?"] [2015-11-18 13:00:18] ERROR: vehicle-system\g_activity.lua:46: attempt to compare number with nil [2015-11-18 13:00:18] ERROR: payday\s_payday.lua:183: call: failed to call 'vehicle-system:isProtected' [string "?"] [2015-11-18 13:00:18] ERROR: payday\s_payday.lua:185: attempt to concatenate local 'reason' (a nil value) [2015-11-18 13:04:19] WARNING: report-system\s_reports.lua:83: Bad argument @ 'getPlayersInTeam' [Expected team at argument 1, got nil] [2015-11-18 13:04:19] ERROR: report-system\s_reports.lua:83: attempt to get length of a boolean value [2015-11-18 13:09:17] INFO: [JOB-SYSTEM-TRUCKER] Fetched 0 actual orders sucessfully from SQL [2015-11-18 13:09:19] WARNING: report-system\s_reports.lua:83: Bad argument @ 'getPlayersInTeam' [Expected team at argument 1, got nil] [2015-11-18 13:09:19] ERROR: report-system\s_reports.lua:83: attempt to get length of a boolean value [2015-11-18 13:09:22] Server stopped! [2015-11-18 13:09:22] Stopping resources.................................................. [2015-11-18 13:09:22] INFO: [Factions] Saving duty allow changes... [2015-11-18 13:09:22] ERROR: faction-system\s_faction_admin.lua:569: bad argument #1 to 'pairs' (table expected, got nil) [2015-11-18 13:09:22] WARNING: flood\s_flood.lua:14: Bad argument @ 'destroyElement' [Expected element at argument 1, got nil] [2015-11-18 13:09:23] ERROR: pool\server\s_pool.lua:151: exports: Call to non-running server resource (data) [string "?"] [2015-11-18 13:09:23] ERROR: pool\server\s_pool.lua:152: exports: Call to non-running server resource (data) [string "?"] [2015-11-18 13:09:23] ERROR: report-system\s_reports.lua:115: exports: Call to non-running server resource (data) [string "?"] [2015-11-18 13:09:23] ERROR: shop-system\faction_drop_s.lua:269: attempt to concatenate a nil value [2015-11-18 13:09:23] MODULE: Unloaded "MySQL 5.0 database module" (0.50) by "Alberto Alonso " [2015-11-18 13:09:23] MODULE: Unloaded "SHA Module" (1.02) by "mabako" [2015-11-18 13:09:23] Closing SQLite3 database