[PROBLEM] Server on HOST isn't working - 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: [PROBLEM] Server on HOST isn't working (
/showthread.php?tid=390825)
[PROBLEM] Server on HOST isn't working -
MartiQ - 08.11.2012
Hello everyone!
Today I bought a host on hostingtime and uploaded all server files on it. It uses Debian, as I know.
I had a few problems with mysql and stramer but after updating plugins, everything was ok. Now I have a big problem. When I start the server it shows that everything is okey:
Код:
2 ----------
3 Loaded log file: "server_log.txt".
4 ----------
5
6 SA-MP Dedicated Server
7 ----------------------
8 v0.3e-R2, ©2005-2012 SA-MP Team
9
10 [08/11/2012 11:05:40]
11 [08/11/2012 11:05:40] Server Plugins
12 [08/11/2012 11:05:40] --------------
13 [08/11/2012 11:05:40] Loading plugin: wp.so
14 [08/11/2012 11:05:40]
15 [08/11/2012 11:05:40] ==================
16 [08/11/2012 11:05:40]
17 [08/11/2012 11:05:40] Whirlpool loaded
18 [08/11/2012 11:05:40]
19 [08/11/2012 11:05:40] ==================
20 [08/11/2012 11:05:40]
21 [08/11/2012 11:05:40] Loaded.
22 [08/11/2012 11:05:40] Loading plugin: sscanf.so
23 [08/11/2012 11:05:40]
24
25 [08/11/2012 11:05:40] ===============================
26
27 [08/11/2012 11:05:40] sscanf plugin loaded.
28
29 [08/11/2012 11:05:40] © 2009 Alex "******" Cole
30
31 [08/11/2012 11:05:40] 0.3d-R2 500 Players "dnee"
32
33 [08/11/2012 11:05:40] ===============================
34
35 [08/11/2012 11:05:40] Loaded.
36 [08/11/2012 11:05:40] Loading plugin: streamer.so
37 [08/11/2012 11:05:40]
38
39 *** Streamer Plugin v2.6.1 by Incognito loaded ***
40
41 [08/11/2012 11:05:40] Loaded.
42 [08/11/2012 11:05:40] Loading plugin: mysql.so
43 [08/11/2012 11:05:40]
44
45 > MySQL plugin R6 successfully loaded.
46
47 [08/11/2012 11:05:40] Loaded.
48 [08/11/2012 11:05:40] Loading plugin: irc.so
49 [08/11/2012 11:05:40]
50
51 *** IRC Plugin v1.4.3 by Incognito loaded ***
52
53 [08/11/2012 11:05:40] Loaded.
54 [08/11/2012 11:05:40] Loading plugin: geoip.so
55 [08/11/2012 11:05:40] GeoIP_Plugin got loaded.
56 [08/11/2012 11:05:40] Loaded.
57 [08/11/2012 11:05:40] Loading plugin: nativechecker.so
58 [08/11/2012 11:05:40] Loaded.
59 [08/11/2012 11:05:40] Loaded 7 plugins.
60
61 [08/11/2012 11:05:40]
62 [08/11/2012 11:05:40] Filterscripts
63 [08/11/2012 11:05:40] ---------------
64 [08/11/2012 11:05:40] Loaded 0 filterscripts.
65
66 [08/11/2012 11:05:40] -----------------------------------------------------------------
67 [08/11/2012 11:05:40] Script: Fringe Roleplay.
68 [08/11/2012 11:05:40] Status: OnGameModeInit loaded, version 1.0.1 (r001)
69 [08/11/2012 11:05:40] -----------------------------------------------------------------
70 [08/11/2012 11:05:40] main() has been called.
71 [08/11/2012 11:05:40] Number of vehicle models: 0
And it just closes, it don't start as it should.
But as I'm using Windows on my local PC when it load server it shows 2 more lines:
[script] loaded 227 vehicles
[script] loaded 1 house
Why it's like that?
Re: [PROBLEM] Server on HOST isn't working -
Zircon-Hosting - 08.11.2012
How did you start your server?
Re: [PROBLEM] Server on HOST isn't working -
MartiQ - 08.11.2012
I fixed the problem already, but I got another problem, which is BIG.
When I start the server everything seems alright. But when I connect it shows me:
Код:
public loginCheck(playerid) {
// This function will be used to see if the query times out.
// Ban check step
if(GetPVarInt(playerid, "bcs") == 0) {
// If it's 0, we have a problem.
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "MySQL problem!", "You missed a step! Here's a list of the potential causes:\n\n- the MySQL connection details are invalid\n- the database dump wasn't imported correctly\n- an unexpected error ocurred\n\nPlease revisit the installation instructions.", "OK", "");
}
return 1;
}
Seems like query is timeing out, but I don't know how to fix this.