Server problems
#1

I'm putting Windows SA-MP server to Linux on host, but when i put files it shows me that i have: Run time error 19: "File or function is not found"

It works fine on Windows, but it has that problem on Linux.( I have put all plugins and filterscripts that has on Windows)

Can someone say what folders to put or something?

Where do i put those includes?
Reply
#2

So, can you show us your server.cfg ? , do you have upload the .so plugins files?
Reply
#3

filterscripts object-loader rcon
plugins crashdetect.so streamer.so sscanf.so CTime.so Whirlpool.so FileManager.so dns.so socket.so
Reply
#4

do you have "crashdetect.so streamer.so sscanf.so CTime.so Whirlpool.so FileManager.so dns.so socket.so" all this plugins in your plugins files?
Reply
#5

Ofcourse i have, i have puted all the Filterscripts and plugins, but on Linux it shows me Run Time error, but on Winows i don't.
Reply
#6

Post your server log or atleast the plugins loading part.
Reply
#7

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

[10:58:11]
[10:58:11] Server Plugins
[10:58:11] --------------
[10:58:11] Loading plugin: crashdetect.so
[10:58:11] CrashDetect v4.15.1 is OK.
[10:58:11] Loaded.
[10:58:11] Loading plugin: streamer.so
[10:58:11]

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

[10:58:11] Loaded.
[10:58:11] Loading plugin: sscanf.so
[10:58:11]

[10:58:11] ===============================

[10:58:11] sscanf plugin loaded.

[10:58:11] Version: 2.8.1

[10:58:11] © 2012 Alex "******" Cole

[10:58:11] ===============================

[10:58:11] Loaded.
[10:58:11] Loading plugin: CTime.so
[10:58:11]
» CTime Library Plugin For Pawn v0.1.0 - Copyright © 2011 RyDeR`

[10:58:11] Loaded.
[10:58:11] Loading plugin: Whirlpool.so
[10:58:11]
[10:58:11] ==================
[10:58:11]
[10:58:11] Whirlpool loaded
[10:58:11]
[10:58:11] ==================
[10:58:11]
[10:58:11] Loaded.
[10:58:11] Loading plugin: FileManager.so
[10:58:11] ******************
[10:58:11] ** FILE MANAGER **
[10:58:11] ** Loaded **
[10:58:11] ** Version 1.3 **
[10:58:11] ******************
[10:58:11] Loaded.
[10:58:11] Loading plugin: dns.so
[10:58:11]

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

[10:58:11] Loaded.
[10:58:11] Loading plugin: socket.so
[10:58:11] Socket plugin v0.2b loaded.
[10:58:11] Loaded.
[10:58:11] Loaded 8 plugins.

[10:58:11]
[10:58:11] Filterscripts
[10:58:11] ---------------
[10:58:11] Loading filterscript 'object-loader.amx'...
[10:58:12] [debug] Run time error 19: "File or function is not found"
[10:58:12] [debug] dir_open
[10:58:12] [debug] dir_list
[10:58:12] [debug] dir_close
[10:58:12] Loading filterscript 'rcon.amx'...
[10:58:12] Loaded 2 filterscripts.

[10:58:13] [debug] Run time error 19: "File or function is not found"
[10:58:13] [debug] dir_open
[10:58:13] [debug] dir_list
[10:58:13] [debug] dir_close
[10:58:13] [debug] Run time error 19: "File or function is not found"
[10:58:13] [debug] dir_open
[10:58:13] [debug] dir_list
[10:58:13] [debug] dir_close
[10:58:13] [debug] Run time error 19: "File or function is not found"
[10:58:13] [debug] dir_open
[10:58:13] [debug] dir_list
[10:58:13] [debug] dir_close
[10:58:13] Script[gamemodes/ScavengeSurvive.amx]: Run time error 19: "File or function is not found"
[10:58:13] Number of vehicle models: 0
Reply
#8

please use nativechecker and run your server then show us the logs.
Reply
#9

dir_open, dir_close and dir_list have been added in v1.4 and you've loaded v1.3
Although, the latest version is 1.5 so update it: http://www.jatochnietdan.com/project...er/release/1.5

Quote:
Originally Posted by AlexBlack
Посмотреть сообщение
please use nativechecker and run your server then show us the logs.
No need, crashdetect did the trick.
Reply
#10

Thanks.
But i have a bigger problem now, do i need to update plugins?

[22:12:32] [debug] Server crashed while executing ScavengeSurvive.amx
[22:12:32] [debug] AMX backtrace:
[22:12:32] [debug] #0 0001b5ac in ?? (213776980) from ScavengeSurvive.amx
[22:12:32] [debug] #1 0011b2ac in ?? () from ScavengeSurvive.amx
[22:12:32] [debug] #2 0011b05c in ?? () from ScavengeSurvive.amx
[22:12:32] [debug] #3 0000cba8 in public AMX_OnScriptInit () from ScavengeSurvive.amx
[22:12:32] [debug] #4 00007734 in public Debug_OnScriptInit () from ScavengeSurvive.amx
[22:12:32] [debug] #5 00007104 in public YVers_OnScriptInit () from ScavengeSurvive.amx
[22:12:32] [debug] #6 0000688c in public ScriptInit_OnScriptInit () from ScavengeSurvive.amx
[22:12:32] [debug] #7 000065a0 in public SSCANF_OnGameModeInit () from ScavengeSurvive.amx
[22:12:32] [debug] #8 00000910 in public main_OnGameModeInit () from ScavengeSurvive.amx
[22:12:32] [debug] #9 000007fc in public OnGameModeInit () from ScavengeSurvive.amx
[22:12:32] [debug] Native backtrace:
[22:12:32] [debug] #0 b7419e8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[22:12:32] [debug] #1 b7412bcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[22:12:32] [debug] #2 b7413dbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[22:12:32] [debug] #3 b7414226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[22:12:32] [debug] #4 b7419adc in ?? () from plugins/crashdetect.so
[22:12:32] [debug] #5 b76ed600 in ?? ()
[22:12:32] [debug] #6 b741b3e7 in amx_Exec () from plugins/crashdetect.so
[22:12:32] [debug] #7 b7414be6 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[22:12:32] [debug] #8 b7418659 in ?? () from plugins/crashdetect.so
[22:12:32] [debug] #9 b7364f4a in ?? () from plugins/streamer.so
[22:12:32] [debug] #10 080a3bdb in ?? () from ./samp03svr
[22:12:32] [debug] #11 080aa05d in ?? () from ./samp03svr
[22:12:32] [debug] #12 080a8902 in ?? () from ./samp03svr
[22:12:32] [debug] #13 b7453cb6 in __libc_start_main () from /lib32/libc.so.6
[22:12:32] [debug] #14 0804b4e1 in ?? () from ./samp03svr
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)