Posts: 1,072
Threads: 168
Joined: Aug 2012
Reputation:
0
Just like the title say..
I changed to another host and uploaded the files, it was an older backup so i needed to upgrade to 0.3x again.
Before the upgrade the server worked perfectly, after the upgrade the server dont even want to start...
What am i doing wrong? I have tried to complie my script with 0.3x pawno but still the same problem.
Please help me with this!
Posts: 2,799
Threads: 95
Joined: Jun 2006
Reputation:
0
Did you switch from linux/windows to the opposite (linux/windows)? If so, you need to update your plugins to the correct version (.so for linux, .dll for windows)
Posts: 2,799
Threads: 95
Joined: Jun 2006
Reputation:
0
It must be returning some kind of error in server_log.txt....is there anything in the last lines of that file that would indicate what its choking to death on?
Posts: 1,600
Threads: 3
Joined: May 2011
Reputation:
0
"[09:54:47] I couldn't load any gamemode scripts. Please verify your server.cfg
[09:54:47] It needs a gamemode0 line at the very least."
If its saying this, your gamemode is:
A) Not uploaded.
B) You're loading the gamemode incorrectly. Make sure its typed exactly the way your gamemode is named. its case-sensitive.
Posts: 1,072
Threads: 168
Joined: Aug 2012
Reputation:
0
It is both uploaded and correctly typed in the .cfg I havent faced this problem before and the files wasnt edited
Posts: 2,799
Threads: 95
Joined: Jun 2006
Reputation:
0
If linux it will case sensitive. "Script" is not the same as "script" in linux-land. Also, make sure that permissions on the file are such that its actually readable by the system.
Its also failing to load your streamer plugin, so you will want to update that as well.
When you restored your backup, it may have dinged the permissions on your scripts/plugins.
Posts: 1,072
Threads: 168
Joined: Aug 2012
Reputation:
0
everything is like it should, i used the same backup when i upgraded it to 0.3x on the other host, but then i forgot to backup that so i took the one i used before(the same i upgraded) and that time it worked good
Posts: 1,072
Threads: 168
Joined: Aug 2012
Reputation:
0
Now i update my streamer, The .cfg is readable so that should work