Problem Running server with 0.3E Help!!!!!
#1

[06:21:14] Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found"

I Receive this error along with the server saying Unknown Game mode, how do i fix this problem.
Reply
#2

Post your server_log file here so we can see what is failing to run.
Reply
#3

[06:26:42] Number of vehicle models: 0
[06:26:42] Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found"

[06:26:42] Loaded 0 filterscripts.
[06:26:42] ---------------
[06:26:42] Filterscripts
[06:26:42]

[06:26:42] Loaded 0 plugins.
[06:26:42] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[06:26:42] Loading plugin: streamer
[06:26:42] --------------
[06:26:42] Server Plugins
[06:26:42]
[06:26:42] filterscripts = "" (string)

v0.3e, ©2005-2012 SA-MP Team
----------------------
SA-MP Dedicated Server

----------
Loaded log file: "server_log.txt".
----------

[06:21:14] Number of vehicle models: 0
[06:21:14] Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found"

[06:21:13] Loaded 0 filterscripts.
[06:21:13] ---------------
[06:21:13] Filterscripts
[06:21:13]

[06:21:13] Loaded 0 plugins.
[06:21:13] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[06:21:13] Loading plugin: streamer
[06:21:13] --------------
[06:21:13] Server Plugins
[06:21:13]
[06:21:13] filterscripts = "" (string)

v0.3d-R2, ©2005-2011 SA-MP Team
----------------------
SA-MP Dedicated Server

----------
Loaded log file: "server_log.txt".
----------
Reply
#4

Update your streamer and other plugins, get new include files.
EDIT:
Download your Streamer plugin. Link
Reply
#5

As you can see:

Код:
[06:21:13] Loaded 0 plugins.
[06:21:13] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[06:21:13] Loading plugin: streamer
The plugin streamer isn't installed correctly, you must download the latest plugin from here:

https://sampforum.blast.hk/showthread.php?tid=102865

And install with the instructions given:

Instructions

First, create a folder called plugins in your server directory if it doesn't already exist. Place streamer.dll in it if you're using Windows, or streamer.so if you're using Linux.

Add the following line to server.cfg so that the plugin will load the next time the server starts:

Windows:
Код:
plugins streamer
Linux:
Код:
plugins streamer.so
Reply
#6

Compiled script and got this after installing the plugins and include.

C:\Users\mrjdrip\Desktop\Raven's Roleplay 0.3c\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\mrjdrip\Desktop\Raven's Roleplay 0.3c\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\mrjdrip\Desktop\Raven's Roleplay 0.3c\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\mrjdrip\Desktop\Raven's Roleplay 0.3c\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply
#7

Did you add to the top of the script:

pawn Код:
#include <streamer>
Reply
#8

No i haven't added anything but the streamer files to there locations
Reply
#9

From where are you opening your pwn file? If you are opening it directly then don't open it like that. Open using pawno.exe in your pawno folder.
Reply
#10

Thats how i open the script always
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)