Server crash. - 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: Server crash. (
/showthread.php?tid=527931)
Server crash. -
Crystallize - 25.07.2014
Hi ,
Whenever I join the server it crashes
server log
Код:
[12:36:50] [ERROR] OnQueryError returned: Table 'neti.loot_spots' doesn't exist (1146)
[12:36:50] [ERROR] OnQueryError query: SELECT * FROM `loot_spots`
[12:36:51] [ERROR] OnQueryError returned: Table 'neti.spawn_pos' doesn't exist (1146)
[12:36:51] [ERROR] OnQueryError query: SELECT * FROM `spawn_pos`
[12:36:51] [ERROR] OnQueryError returned: Table 'neti.water_spots' doesn't exist (1146)
[12:36:51] [ERROR] OnQueryError query: SELECT * FROM `water_spots`
[12:36:51] [ERROR] OnQueryError returned: Table 'neti.facinfo' doesn't exist (1146)
[12:36:51] [ERROR] OnQueryError query: SELECT * FROM `facinfo`
[12:37:15] Incoming connection: (HIDDEN)
[12:37:16] [join] test has joined the server (0:HIDDEN)
Script is using mysql , when I check the VPS the samp-server.exe says "Stopped Responding"
Any help?
BTW : I'm using NPC's I've update the SA-MP version to the newest but now NPC's aren't connecting
Another Note : I'm using RNPC and Windows 8 VPS
Do you think the mysql tables are causing this?
Re: Server crash. -
Sledgehammer - 25.07.2014
The mysql tables either don't exist or the data isn't being fetched properly.
Re: Server crash. -
Crystallize - 25.07.2014
I've fixed the error with tables
Problem still occurs any clue?
Re: Server crash. -
scaunel - 25.07.2014
you get crash because those tables do not exist in the database
Re: Server crash. -
Crystallize - 25.07.2014
Quote:
Originally Posted by scaunel
you get crash because those tables do not exist in the database
|
Код:
I've fixed the error with tables
-_-
As I said it's fixed now the loots are loading but the problem persist whenever I join the samp-server.exe crashes
Re: Server crash. -
Konstantinos - 25.07.2014
Load crashdetect plugin:
https://github.com/Zeex/samp-plugin-...etect/releases
Compile with debug info:
https://github.com/Zeex/samp-plugin-...ith-debug-info
Run the server, join and after a server crash, post your server log.
Re: Server crash. -
Crystallize - 25.07.2014
I've loaded successfully crashdetect but yet it doesn't show any information why it's stopping...
Re: Server crash. -
Crystallize - 25.07.2014
Bump anybody?
Re: Server crash. -
HyDrAtIc - 25.07.2014
Quote:
Originally Posted by WizzardY
I've loaded successfully crashdetect but yet it doesn't show any information why it's stopping...
|
Explain more? Does it say anything at all? Does it even load?
You should start working on giving us more information if you want a solution.
Re: Server crash. -
Crystallize - 25.07.2014
What more informations do you need?
That's all what it's showing I can't give you information that doesn't show nowhere
I loaded crashdetect
I joined server samp-server.exe crashed (Not responding)
I'm using windows 8 dedicated.
After updating samp-server.exe to 0.3z NPC's aren't connecting.