Hosting problems - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Hosting problems (
/showthread.php?tid=296316)
Hosting problems -
Chrillzen - 11.11.2011
Hi, i bought a host at Jihost and uploaded all my files, but when i start my server it says this.
Код:
Script[gamemodes/las-rpg.amx]: Run time error 19: "File or function is not found"
All plugins loaded..
The server comes online but the gamemode says "Unknown".
Re: Hosting problems -
Norn - 11.11.2011
Plugin missing.
Re: Hosting problems -
Chrillzen - 11.11.2011
All plugins i had is uploaded also no plugins were actually required to run the GM.
Re: Hosting problems -
Norn - 11.11.2011
Quote:
Originally Posted by Chrillzen
All plugins i had is uploaded also no plugins were actually required to run the GM.
|
Positive? The most common issue that causes that error is missing/invalid format plugins.
Also missing scriptfiles would also cause that issue.
Re: Hosting problems -
Chrillzen - 11.11.2011
I reuploaded all the scriptfiles, still not working.
Re: Hosting problems -
Norn - 11.11.2011
Linux server? Uploaded the .so linux versions as well as putting .so on the end of the plugin names in server.cfg?
Re: Hosting problems -
Chrillzen - 11.11.2011
Yes.
Can the script be to old? It works on 0.3c when i host it tho'.
Код:
[04:51:32] Number of vehicle models: 0
[04:51:32] Script[gamemodes/lol.amx]: Run time error 19: "File or function is not found"
[04:51:32] Loaded 2 filter scripts.
[04:51:32] Loading filter script 'gl_actions.amx'...
[04:51:32] Loading filter script 'Basket.amx'...
[04:51:32] ---------------
[04:51:32] Filter Scripts
[04:51:32]
[04:51:32] Loaded 2 plugins.
[04:51:32] Loaded.
[04:51:32] ===============================
[04:51:32] © 2009 Alex "******" Cole
[04:51:32] sscanf plugin loaded.
[04:51:32] ===============================
[04:51:32]
[04:51:32] Loading plugin: sscanf.so
[04:51:32] Loaded.
*** GVar Plugin v1.3 by Incognito loaded ***
AW: Hosting problems -
Babul - 11.11.2011
check all your strings for filenames (like "UserData/%s", or "Objects/CityHallFloor.txt"), for their caption: "Babul" is not "babul". the whole linux filesystem is case-sensitive, even a directory with an Uppercase letter can cause problems, also a wrong-spelled plugin in the server.cfg ("Streamer.so" fails where "streamer.so" succeeds)..
Re: Hosting problems -
Chrillzen - 11.11.2011
So they are suppose to be in lowercase?
I do have alot of filesaving in my script, changing it to lowercase now.
Re: Hosting problems -
Chrillzen - 11.11.2011
I changed everything but it's still not working.