[help]Server will not turn on.
#6

Quote:
Originally Posted by XeonMaster
Посмотреть сообщение
PHP код:
#0 native fclose () [004056c0] from samp-server.exe 
you are trying to close an non-exists/invalid file or invalid handle, somewhere on your script.

EDIT: complie your script using -d3 and give us logs again
Thanks brow.

So, I put the original gamemode, and opened it and logged in normally, but now, when I compile again, it starts to pop up the new errors.
I've corrected most of them, but there are some that I could not

New log:

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[01:38:48] filterscripts = ""  (string)
[01:38:48] 
[01:38:48] Server Plugins
[01:38:48] --------------
[01:38:48]  Loading plugin: crashdetect.dll
[01:38:48]   CrashDetect v4.10.1 is OK.
[01:38:48]   Loaded.
[01:38:48]  Loading plugin: dns.dll
[01:38:48] 

*** DNS Plugin v2.4 by Incognito loaded ***

[01:38:48]   Loaded.
[01:38:48]  Loading plugin: sscanf.dll
[01:38:48] 

[01:38:48]  ===============================

[01:38:48]       sscanf plugin loaded.     

[01:38:48]    © 2009 Alex "******" Cole

[01:38:48]    0.3d-R2 500 Players "dnee"

[01:38:48]  ===============================

[01:38:48]   Loaded.
[01:38:48]  Loading plugin: streamer.dll
[01:38:48] 

*** Streamer Plugin v2.7.4 by Incognito loaded ***

[01:38:48]   Loaded.
[01:38:48]  Loading plugin: Whirlpool.dll
[01:38:48]  
[01:38:48]  ==================
[01:38:48]  
[01:38:48]   Whirlpool loaded
[01:38:48]  
[01:38:48]  ==================
[01:38:48]  
[01:38:48]   Loaded.
[01:38:48]  Loading plugin: xml.dll
[01:38:48]   Loaded.
[01:38:48]  Loaded 6 plugins.

[01:38:48] 
[01:38:48] Filterscripts
[01:38:48] ---------------
[01:38:48]   Loaded 0 filterscripts.

[01:38:49]  
[01:38:49]  
[01:38:49]  
[01:38:49]  ======================================= 
[01:38:49]  |                                     | 
[01:38:49]  |        YSI version 4.00.0001        | 
[01:38:49]  |        By Alex "******" Cole        | 
[01:38:49]  |                                     | 
[01:38:49]  ======================================= 
[01:38:49]  
[01:39:18] Carregando bots, iniciando...
[01:39:18] Loading Bot Number 1
[01:39:18] =============================
[01:39:18] MBRoleplay
[01:39:18] SCRIPT CARREGADO COM SUCESSO!
[01:39:18] =============================
[01:39:18] Number of vehicle models: 28
[01:39:20] Carregando Bot nъmero 1
[01:39:22] Carregando Bot nъmero 2
[01:39:23] [connection] 127.0.0.1:61548 requests connection cookie.
[01:39:24] [connection] incoming connection: 127.0.0.1:61548 id: 0
[01:39:24] Carregando Bot nъmero 3
[01:39:25] Bots carregados, finalizado.
[01:40:02] [connection] 127.0.0.1:64655 requests connection cookie.
[01:40:03] [connection] incoming connection: 127.0.0.1:64655 id: 0
[01:40:03] [join] b4z3ll_Campos has joined the server (0:127.0.0.1)
[01:40:03] [debug] Run time error 4: "Array index out of bounds"
[01:40:03] [debug]  Accessing element at index 118 past array upper bound 117
[01:40:03] [debug] AMX backtrace:
[01:40:03] [debug] #0 00042b60 in public OnConnectInit (playerid=0) at ../gamemodes/OnConnect.pwn:239
[01:40:03] [debug] #1 000447c4 in public Debug_Print0 (... <1 variable argument>) at ../gamemodes/OnConnect.pwn:318
[01:40:03] [debug] #2 0000b4bc in public Debug_Print0 (... <1073741823 variable arguments>) at C:\Users\b4z3ll\Desktop\MBRoleplay 2014\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\y_utils.inc:222
[01:40:03] [debug] #3 00010568 in public Debug_Print0 (... <1 variable argument>) at C:\Users\b4z3ll\Desktop\MBRoleplay 2014\pawno\include\YSI\..\YSI_Data\..\YSI_Coding\..\YSI_Internal\y_cgen.inc:30
[01:40:16] [debug] Run time error 4: "Array index out of bounds"
[01:40:16] [debug]  Accessing element at index 3001 past array upper bound 3000
[01:40:16] [debug] AMX backtrace:
[01:40:16] [debug] #0 00340e28 in public OnLoginInit (playerid=0) at C:\Users\b4z3ll\Desktop\MBRoleplay 2014\gamemodes\AD-RP.pwn:7003
[01:40:16] [debug] #1 003f5294 in public OnPlayerFade (playerid=0, type=1) at C:\Users\b4z3ll\Desktop\MBRoleplay 2014\gamemodes\AD-RP.pwn:19657
[01:40:16] [debug] #2 native CallRemoteFunction () [00474000] from samp-server.exe
[01:40:16] [debug] #3 003f467c in public FadeScreen (playerid=0, type=1) at C:\Users\b4z3ll\Desktop\MBRoleplay 2014\gamemodes\AD-RP.pwn:19591
Reply


Messages In This Thread
[help]Server will not turn on. - by B4z3ll - 15.08.2017, 04:48
Re: [help]Server will not turn on. - by Kane - 15.08.2017, 05:12
Re: [help]Server will not turn on. - by B4z3ll - 15.08.2017, 05:21
Re: [help]Server will not turn on. - by B4z3ll - 15.08.2017, 20:42
Re: [help]Server will not turn on. - by Xeon™ - 15.08.2017, 21:50
Re: [help]Server will not turn on. - by B4z3ll - 16.08.2017, 05:08
Re: [help]Server will not turn on. - by B4z3ll - 16.08.2017, 20:03
Re: [help]Server will not turn on. - by HoussemGaming - 16.08.2017, 20:31
Re: [help]Server will not turn on. - by Misiur - 16.08.2017, 20:47

Forum Jump:


Users browsing this thread: 2 Guest(s)