Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
Hello, whats the problem if i load my script to the server hoster which is on Linux then it crashing but on my Homeserver on Windows it works, how can i make that it works with Linux too?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
If you are loading from files make sure to use forward slashes in paths. Forward slashes should also work on Windows (it does for me) but I've heard otherwise from a few people.
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
I dont understand what you mean and my server crashes on the linux server, please help me.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
I think it's the other way around, Vince.
@OP: If you have stuff like #include <rootdirectory/subdirectory/filename> change it to #include <rootdirectory\subdirectory\filename>
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
I dont have this stuff on my script. but how can i make it to linux that it works on linux i've updated the plugins to linux but it still crashing when someone spawning.
Posts: 54
Threads: 9
Joined: Jun 2011
Reputation:
0
Are you using .dll plugins on linux? if so you need to get the .so .
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
I use .so files like streamer.so or sscanf.so
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Is the server log printing anything?
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
No i tried crashdetect but it didnt print anything, so whats the problem, when i crashing it says You are banned from this server, lost connection to the server, but it seems that only the player crashing not the complete server.
Posts: 772
Threads: 223
Joined: Sep 2011
Reputation:
0
Did you copy the files from the linux package?
If yes, did you change RCON pw? xd