[SOLVED] Run time error 19: "File or function is not found" -
Panorama_ - 20.06.2010
I got this usual error : "Run time error 19: "File or function is not found"
I've searched and searched. all the issues i've found have not fixed it..
The Plugin is loaded, The server is Linux, It
works fine on my Home computer (Windows).
Any Idea why?
Yes I have the main() function
Copy of the server log
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3a R7, ©2005-2010 SA-MP Team
[13:47:17] filterscripts = "" (string)
[13:47:17]
[13:47:17] Server Plugins
[13:47:17] --------------
[13:47:17] Loading plugin: streamer.so
[13:47:17]
*** Streamer Plugin v2.3.8 by Incognito loaded ***
[13:47:17] Loaded.
[13:47:17] Loaded 1 plugins.
[13:47:17]
[13:47:17] Filter Scripts
[13:47:17] ---------------
[13:47:17] Loaded 0 filter scripts.
[13:47:17] Script[gamemodes/pano.amx]: Run time error 19: "File or function is not found"
[13:47:17] Number of vehicle models: 0
Thanks In advance
-----------------------------------------------------------------------------------------------------------
SOLVED : Thanks to Phento!
Try:
Download streamer.inc copy pawno/include folder.
Replaced (streamer.inc 2.3.7) to (streamer.inc 2.3.8 )
Open pawn editor pano.pwn add the gamemode:
PAWN Code:
#include <streamer>
Press F5 compiled pano.amx
Re: Run time Error, Driving me crazy.. -
DJDhan - 20.06.2010
If you are running Microsft Windows, you need the streamer.dll file of the plugin. streamer.so is for Linux.
Re: Run time Error, Driving me crazy.. -
Panorama_ - 20.06.2010
Quote:
Originally Posted by DJDhan
If you are running Microsft Windows, you need the streamer.dll file of the plugin. streamer.so is for Linux.
|
You have mis-read.
It's actually working fine on my windows (streamer.dll = Windows), but when i try to run on my hosted server (streamer.so = linux), i get that error.
Re: Run time Error, Driving me crazy.. -
smeti - 20.06.2010
Try:
Download
streamer.inc copy pawno/include folder.
Replaced (streamer.inc 2.3.7) to (streamer.inc 2.3.8 )
Open pawn editor pano.pwn add the gamemode:
Press F5 compiled pano.amx
Re: Run time Error, Driving me crazy.. -
DJDhan - 20.06.2010
I did not mis-read. You didn't provide enough information about your problem.
Re: Run time Error, Driving me crazy.. -
Panorama_ - 20.06.2010
Quote:
Originally Posted by Phento
Try:
Download streamer.inc copy pawno/include folder.
Replaced (streamer.inc 2.3.7) to (streamer.inc 2.3.8 )
Open pawn editor pano.pwn add the gamemode:
Press F5 compiled pano.amx
|
Woah, i'm so thankful mate. it worked.. Love you.
Re: [SOLVED] Run time error 19: "File or function is not found" -
BLAbla93 - 08.07.2010
tryed this it did not work =/
Re : [SOLVED] Run time error 19: "File or function is not found" -
obelesjason - 29.03.2012
can you give me a link for streamer.inc 2.3.8 tnx.. cuz i can't fix my problem... hope you can help me...