File not found?
#1

The server itself doesn't appear to be recognizing that the files are actually in tact, and there. I've re-uploaded them various times now, as it's getting tedious. I've also done a few checks to make sure they finished uploading, by comparing file information.

I've re-compiled the gamemode and filterscripts multiple times now, just to be on the safe side. It runs properly on my end, which is supposedly running the same version.

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

SA-MP Dedicated Server
----------------------
v0.3b, ©2005-2010 SA-MP Team

[19:08:17] password = ""  (string)
[19:08:17] 
[19:08:17] Server Plugins
[19:08:17] --------------
[19:08:17]  Loading plugin: streamer
[19:08:17]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[19:08:17]  Loaded 0 plugins.

[19:08:17] 
[19:08:17] Ban list
[19:08:17] --------
[19:08:17]  Loaded: samp.ban
[19:08:17] 
[19:08:17] 
[19:08:17] Filter Scripts
[19:08:17] ---------------
[19:08:17]   Loading filter script 'anim.amx'...
[19:08:17]   Loaded 1 filter scripts.

[19:08:17] Script[gamemodes/PHXRP.amx]: Run time error 19: "File or function is not found"
[19:08:17] Number of vehicle models: 0
Root directory..
Код:
ftp> open **.**.***.***
Connected to **.**.***.***.
220-****************************************************************************
****
220-You have connected to a FTP server operated by serverFFS.com
220-By using this FTP server, you automaticly agree to our Terms of Service.
220-
220-https://www.serverffs.com/terms/
220-
220-If you do not agree, disconnect immediately.
220-****************************************************************************
****
220-****************************************************************************
****
220 ProFTPD 1.3.3 Server (serverFFS) [**.**.***.***]
User (**.**.***.***:(none)): *
331 Password required for *
Password:
230 User * logged in
ftp> dir
200 PORT command successful
150 Opening ASCII mode data connection for file list
drwx------   2 *              *     4096 Aug 22 16:13 filterscripts
drwx------   2 *              *     4096 Aug 22 16:11 gamemodes
drwx------   2 *              *     4096 Aug  3 02:29 include
drwx------   3 *              *     4096 Aug 21 21:13 logs
drwx------   3 *              *     4096 Aug  3 02:29 npcmodes
drwx------   2 *              *     4096 Aug 12 04:21 plugins
-rw-r--r--   1 *              *      213 Aug 22 00:55 samp.ban
-rwx------   1 *              *     2051 Aug  3 02:29 samp-license.txt
-rwx------   1 *              *   589052 Aug 21 04:57 samp-npc
drwx------   8 *              *     4096 Aug 22 15:45 scriptfiles
-rw-------   1 *              *      331 Aug 22 16:14 server.cfg
-rw-r--r--   1 *              *     4394 Aug 22 16:22 server_log.txt
226 Transfer complete
ftp: 895 bytes received in 0.11Seconds 8.21Kbytes/sec.
ftp>
Game modes directory..
Код:
ftp> dir gamemodes
200 PORT command successful
150 Opening ASCII mode data connection for file list
-rwx------   1 *              *    12958 Aug  3 02:29 grandlarc.amx
-rwx------   1 *              *    16733 Aug  3 02:29 grandlarc.pwn
-rw-------   1 *              *  3608189 Aug 22 15:43 PHXRP.amx
226 Transfer complete
ftp: 230 bytes received in 0.05Seconds 4.89Kbytes/sec.
ftp>
Plugins directory
Код:
ftp> dir plugins
200 PORT command successful
150 Opening ASCII mode data connection for file list
-rwx------   1 *              *   170496 Aug 22 15:15 streamer.dll
-rwx------   1 *              *   142195 Aug 22 16:00 streamer.so
226 Transfer complete
ftp: 153 bytes received in 0.02Seconds 9.56Kbytes/sec.
ftp>
Reply
#2

The Problem you have Demonic, is that you dont have a pwn of the PHXRP.amx
Reply
#3

change
Код:
plugins streamer
to
Код:
plugins streamer.so
in your server.cfg maybe. I assume you're on linux.
Reply
#4

Quote:
Originally Posted by Hunden1309
Посмотреть сообщение
The Problem you have Demonic, is that you dont have a pwn of the PHXRP.amx
he says "I've re-compiled the gamemode" so he doesn't have the pwn oh really?.
Reply
#5

That error means that you have a function that isn't created anywhere, mostly because of missing/wrong/failed plugins.
Reply
#6

Quote:
Originally Posted by Hunden1309
Посмотреть сообщение
The Problem you have Demonic, is that you dont have a pwn of the PHXRP.amx
.amx is what the server loads. .pwn is the script file that you use to make an .amx in pawno. So.. no.
Reply
#7

The problem seems to have disappeared, however I'm not sure why. Nothing was changed except for what filterscripts load on initialization.

Код:
filterscripts
Turned into

Код:
filterscripts object
No clue why that solved it, but this is over with - for now.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)