Transferring Windows Server to Linux (VPS - Debian) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Transferring Windows Server to Linux (VPS - Debian) (
/showthread.php?tid=243303)
Transferring Windows Server to Linux (VPS - Debian) -
CJ101 - 22.03.2011
I put the tar.gz in there with wget, extracted, uploaded my gm, all plugins (so), and all scriptfiles.
On windows, i would get no errors, but now i get:
Quote:
SA-MP Dedicated Server
----------------------
v0.3a R4, ©2005-2009 SA-MP Team
[03:38:23]
[03:38:23] Server Plugins
[03:38:23] --------------
[03:38:23] Loading plugin: irc.so
[03:38:23]
*** IRC Plugin v1.4.1 by Incognito loaded ***
[03:38:23] Loaded.
[03:38:23] Loading plugin: mysql.so
[03:38:23]
> MySQL plugin R5 successfully loaded.
[03:38:23] Loaded.
[03:38:23] Loading plugin: sscanf.so
[03:38:23]
[03:38:23] ===============================
[03:38:23] sscanf plugin loaded.
[03:38:23] © 2009 Alex "******" Cole
[03:38:23] ===============================
[03:38:23] Loaded.
[03:38:23] Loading plugin: streamer.so
[03:38:23]
*** Streamer Plugin v2.5 by Incognito loaded ***
[03:38:23] Loaded.
[03:38:23] Loading plugin: geoip.so
[03:38:23] GeoIP_Plugin got loaded.
[03:38:23] Loaded.
[03:38:23] Loaded 5 plugins.
[03:38:23]
[03:38:23] Filter Scripts
[03:38:23] ---------------
[03:38:23] Loaded 0 filter scripts.
[03:38:24] Script[gamemodes/cj1012.amx]: Run time error 19: "File or function is not found"
|
Re: Transferring Windows Server to Linux (VPS - Debian) -
Bernardoo - 22.03.2011
This is probably a configuration within your gamemode, or you are lacking filterscripts.
Remember that unlike Windows where directory's have 'Big letters' ( eg: C:\User\Desktop ) in Linux everything is without big letters ( eg: /home/user/samp03 ) i still think this is a problem of lacking filterscripts and/or lacking any needed configuration.