Run time error 19: "File or function is not found"
#1

It has been a long time since I was doing Pawn scripting, so I'm kinda back to a fresh start.
Anyway, I tried loading my script from 0.3z or 0.3e (I don't remember the version) and eventually it started to give me this error and did not want to load my plugins.

All my plugins are failing to load and I get this error msg.

Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[16:03:11] filterscripts = ""  (string)
[16:03:11] 
[16:03:11] Server Plugins
[16:03:11] --------------
[16:03:11]  Loading plugin: streamer.so
[16:03:11]   Failed.
[16:03:11]  Loading plugin: mysql.so
[16:03:11]   Failed.
[16:03:11]  Loading plugin: irc.so
[16:03:11]   Failed.
[16:03:11]  Loading plugin: sscanf.so
[16:03:11]   Failed.
[16:03:11]  Loaded 0 plugins.

Script [gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
I've tried to look for answers, .pwn sucessfully compiled and I've tried updating streamer.so but then I messed up everything. Currently I'm running the server local on my computer to test it before I buy a gameserver.
Reply
#2

use nativechecker to check errors
Reply
#3

Try upgrading every single plugin and check if plugins are included insinde the .cfg file
Reply
#4

I assume that your OS is Windows, as you stated that you're running the server locally. As far as I see, you're trying to run plugins in .so format on your Windows OS. .so files are meant for Linux use, therefore, you will have to switch your plugins to .dll format.
Reply
#5

Solved. I forgot to change from .so to .dll in the config. Thanks, rep+ to you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)