Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
Hey, i just did a registration/login system on my server, and the gamemode doesnt start anymore, when i go into server theres nothing there. For gamemode it says unknown, and i cannot see the loading screen through putty. I use: screen ./samp03svr, and all i see is: Started server on port: 7777, with maxplayers: 50 lanmode is OFF. . Is there a way for me to see the whole louding screen, because i want to see whats the issue? Thanks.
Posts: 1,696
Threads: 6
Joined: Dec 2008
Do nohup samp03svr &
Then read your server_log file.
Posts: 116
Threads: 24
Joined: Apr 2012
Reputation:
0
Show us the server_log file..
Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
i started the server with: nohup ./samp03svr , nothing happened in server_log file. Any ideas what might be wrong?
Posts: 89
Threads: 1
Joined: Oct 2010
Reputation:
0
Well, probably something wrong with your login / register system. Does it boot if you remove the system?
Posts: 371
Threads: 8
Joined: Aug 2012
Posts: 79
Threads: 11
Joined: Dec 2013
Why don't you just remove that system.
Posts: 292
Threads: 87
Joined: Feb 2011
Reputation:
0
Well i finally got the server_log to work, it says this: Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory). So thats my problem, im guessing i have to install it to usr/lib then.